/*!
 * rev. 2022-08-01
 * copyright © 2022
 *
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type='checkbox'],
[type='radio'] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

@-webkit-keyframes btn-hover {
	0% {
		width: 0;
		left: 0;
		right: unset;
	}
	50% {
		width: 100%;
		left: 0;
		right: unset;
	}
	51% {
		width: 100%;
		right: 0;
		left: unset;
	}
	100% {
		width: 0;
		right: 0;
		left: unset;
	}
}

@keyframes btn-hover {
	0% {
		width: 0;
		left: 0;
		right: unset;
	}
	50% {
		width: 100%;
		left: 0;
		right: unset;
	}
	51% {
		width: 100%;
		right: 0;
		left: unset;
	}
	100% {
		width: 0;
		right: 0;
		left: unset;
	}
}

@-webkit-keyframes btn-hover-back {
	0% {
		width: 0;
		right: 0;
		left: unset;
	}
	50% {
		width: 100%;
		right: 0;
		left: unset;
	}
	51% {
		width: 100%;
		left: 0;
		right: unset;
	}
	100% {
		width: 0;
		left: 0;
		right: unset;
	}
}

@keyframes btn-hover-back {
	0% {
		width: 0;
		right: 0;
		left: unset;
	}
	50% {
		width: 100%;
		right: 0;
		left: unset;
	}
	51% {
		width: 100%;
		left: 0;
		right: unset;
	}
	100% {
		width: 0;
		left: 0;
		right: unset;
	}
}

@font-face {
	font-family: YuGothicM;
	src: local('Yu Gothic Medium');
}

@font-face {
	font-family: icons;
	font-style: normal;
	font-weight: normal;
	src: url("//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/font/icons.eot");
	src: url("//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/font/icons.eot?#iefix") format('embedded-opentype'), url("//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/font/icons.woff") format('woff'), url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/font/icons.ttf') format('truetype');
}

[data-disclosure-btn] {
	cursor: pointer;
}

[data-disclosure-btn]:disabled {
	pointer-events: none !important;
}

[data-disclosure-btn]:disabled::after,
[data-disclosure-btn]:disabled > span::before,
[data-disclosure-btn]:disabled > span::after {
	display: none !important;
}

@media (min-width: 768px) {
	[data-disclosure-btn][data-disclosure-sp] {
		pointer-events: none !important;
	}
	[data-disclosure-btn][data-disclosure-sp]::after,
	[data-disclosure-btn][data-disclosure-sp] > span::before,
	[data-disclosure-btn][data-disclosure-sp] > span::after {
		display: none !important;
	}
	[data-disclosure-btn][data-disclosure-sp] + [data-disclosure-target] {
		display: block !important;
	}
}

[data-disclosure-target] {
	display: none;
}

div.bge_contents [data-disclosure-target] {
	display: block;
}

:root {
	font-size: 62.5%;
	height: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
}

@media (max-width: 767px) {
	:root {
		scroll-padding-top: 13.3333333333vw;
	}
}

[data-lazy-font] {
	visibility: hidden;
}

.wf-active [data-lazy-font] {
	visibility: visible;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*::-moz-selection {
	background-color: #abedd1;
}

*::selection {
	background-color: #abedd1;
}

.js-focus-visible :focus:not(.focus-visible) {
	outline: 0;
}

[inert] {
	pointer-events: none !important;
	cursor: default !important;
}

[inert],
[inert] * {
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
}

body {
	color: #000;
	font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'メイリオ', sans-serif, sans-serif;
	font-size: 1.6rem;
	line-height: 1.7;
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
	margin: 0;
	position: relative;
}

button {
	border-radius: 0;
}

button:focus-visible {
	outline: solid 3px #001dff;
	border-radius: 2px;
	outline-offset: 0;
}

img {
	max-width: 100%;
	height: auto;
}

@media (max-width: 767px) {
	div:not(.bge_contents) .pc-only,
	div:not(.bge_contents) .forPC {
		display: none !important;
	}
}

@media (min-width: 768px) {
	div:not(.bge_contents) .sp-only,
	div:not(.bge_contents) .forPC {
		display: none !important;
	}
}

@media (max-width: 767px) {
	[data-device='pc'] {
		display: none !important;
	}
}

@media (max-width: 1099px) {
	[data-device='pc-wide'] {
		display: none !important;
	}
}

@media (min-width: 768px) {
	[data-device='sp'] {
		display: none !important;
	}
}

a {
	text-decoration: none;
}

@media (min-width: 768px) {
	a[href^='tel:'] {
		display: inline-block;
		color: inherit;
	}
}

a:focus-visible {
	outline: solid 3px #001dff;
	border-radius: 2px;
	outline-offset: 0;
}

ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

.c-page-home {
	width: 100%;
}

.c-page-home__main {
	background-color: #000;
	padding-left: 25px;
	padding-right: 25px;
}

@media (max-width: 767px) {
	.c-page-home__main {
		padding-left: 2vw;
		padding-right: 2vw;
	}
}

.c-page-home__main main {
	background-color: #fff;
	overflow: hidden;
}

.c-page-home__hero {
	width: 100%;
	height: 49.2857142857vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/img/pict-mv-copy.jpg') no-repeat;
	background-size: cover;
	background-position: center;
}

@media (min-width: 768px) {
	.c-page-home__hero {
		max-height: 600px;
	}
}

@media (max-width: 767px) {
	.c-page-home__hero {
		height: 96vw;
		background: url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/img/pict-mv-sp.jpg') no-repeat;
		background-size: cover;
	}
}

.c-page-home__hero p {
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 100px;
	padding-right: 100px;
	padding-left: calc(100px + 3.7037%);
	padding-right: calc(100px + 3.7037%);
}

@media (max-width: 1099px) {
	.c-page-home__hero p {
		max-width: 1300px;
		padding-left: 7.1428571429%;
		padding-right: 7.1428571429%;
	}
}

@media (max-width: 767px) {
	.c-page-home__hero p {
		padding-left: 5.3333333333vw;
		padding-right: 5.3333333333vw;
	}
}

.c-page-home__hero-copy {
	margin: 0 auto 60px;
	line-height: 1;
}

@media (min-width: 768px) and (max-width: 1099px) {
	.c-page-home__hero-copy {
		margin-bottom: 4.2857142857vw;
		width: 74.5454545455vw;
	}
}

@media (max-width: 767px) {
	.c-page-home__hero-copy {
		margin-bottom: 14.6666666667vw;
	}
}

.c-page-home__hero-cv {
	margin: 0 auto -60px;
}

@media (min-width: 768px) and (max-width: 1099px) {
	.c-page-home__hero-cv {
		margin-bottom: -4.2857142857vw;
	}
}

@media (max-width: 767px) {
	.c-page-home__hero-cv {
		margin-bottom: -22.6666666667vw;
	}
}

.c-page-home__hero-cv a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	font-family: 'Montserrat', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'メイリオ', sans-serif;
	font-weight: bold;
	border: 2px solid #d22d8c;
	background-color: #d22d8c;
	text-align: center;
	padding: 15px 50px;
	line-height: 1.4285714286;
	position: relative;
	-webkit-transition: color 300ms;
	transition: color 300ms;
	overflow: hidden;
}

@media (min-width: 768px) {
	.c-page-home__hero-cv a {
		font-size: 2.8rem;
	}
}

@media (max-width: 1099px) {
	.c-page-home__hero-cv a {
		font-size: 22px;
	}
}

@media (max-width: 767px) {
	.c-page-home__hero-cv a {
		font-size: 4.53333vw;
	}
}

@media (min-width: 768px) {
	.c-page-home__hero-cv a {
		min-width: 270px;
	}
}

@media (min-width: 768px) and (max-width: 1099px) {
	.c-page-home__hero-cv a {
		margin-bottom: -4.2857142857vw;
		min-width: 220px;
	}
}

@media (max-width: 767px) {
	.c-page-home__hero-cv a {
		min-width: 44vw;
		padding: 2vw 8vw;
	}
}

.c-page-home__hero-cv a::before {
	position: absolute;
	content: '';
	right: 0;
	left: unset;
	top: 0;
	height: 100%;
	width: 0;
	background-color: #fff;
	-webkit-transition: width 300ms, left 300ms, right 300ms;
	transition: width 300ms, left 300ms, right 300ms;
}

.c-page-home__hero-cv a::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	margin: auto 0;
	height: 100%;
	width: 50px;
	background-image: url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/img/icon-btn-blank.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30px;
	right: 0;
	-webkit-transition: background-image 300ms, -webkit-transform 300ms;
	transition: background-image 300ms, -webkit-transform 300ms;
	transition: background-image 300ms, transform 300ms;
	transition: background-image 300ms, transform 300ms, -webkit-transform 300ms;
}

@media (max-width: 767px) {
	.c-page-home__hero-cv a::after {
		width: 8vw;
		background-size: 5.3333333333vw;
	}
}

.c-page-home__hero-cv a span {
	padding: 0;
	position: relative;
	z-index: 1;
}

@media (min-width: 768px) {
	.c-page-home__hero-cv a:hover {
		color: #d22d8c;
	}
	.c-page-home__hero-cv a:hover::before {
		width: 100%;
		left: 0;
		right: unset;
	}
	.c-page-home__hero-cv a:hover::after {
		background-image: url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/img/icon-btn-blank-cv.svg');
	}
}

.c-page-home__message,
.c-page-home__culture,
.c-page-home__business,
.c-page-home__stories,
.c-page-home__projects,
.c-page-home__jobs,
.c-page-home__official-blogs,
.c-page-home__faq {
	position: relative;
	background-color: #fff;
}

.c-page-home__message > div,
.c-page-home__culture > div,
.c-page-home__business > div,
.c-page-home__stories > div,
.c-page-home__projects > div,
.c-page-home__jobs > div,
.c-page-home__official-blogs > div,
.c-page-home__faq > div {
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 100px;
	padding-right: 100px;
	position: relative;
	z-index: 1;
}

@media (max-width: 1099px) {
	.c-page-home__message > div,
	.c-page-home__culture > div,
	.c-page-home__business > div,
	.c-page-home__stories > div,
  .c-page-home__projects > div,
	.c-page-home__jobs > div,
	.c-page-home__official-blogs > div,
	.c-page-home__faq > div {
		max-width: 1300px;
		padding-left: 7.1428571429%;
		padding-right: 7.1428571429%;
	}
}

@media (max-width: 767px) {
	.c-page-home__message > div,
	.c-page-home__culture > div,
	.c-page-home__business > div,
	.c-page-home__stories > div,
  .c-page-home__projects > div,
	.c-page-home__jobs > div,
	.c-page-home__official-blogs > div,
	.c-page-home__faq > div {
		padding-left: 5.3333333333vw;
		padding-right: 5.3333333333vw;
	}
}

.c-page-home__message h2,
.c-page-home__culture h2,
.c-page-home__business h2,
.c-page-home__stories h2,
.c-page-home__projects h2,
.c-page-home__jobs h2,
.c-page-home__official-blogs h2,
.c-page-home__faq h2 {
	font-family: 'Montserrat', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'メイリオ', sans-serif;
	margin-top: 0;
	font-weight: 600;
	line-height: 1.2727272727;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.c-page-home__message h2,
	.c-page-home__culture h2,
	.c-page-home__business h2,
	.c-page-home__stories h2,
  .c-page-home__projects h2,
	.c-page-home__jobs h2,
	.c-page-home__official-blogs h2,
	.c-page-home__faq h2 {
		font-size: 8.4rem;
	}
}

@media (max-width: 1099px) {
	.c-page-home__message h2,
	.c-page-home__culture h2,
	.c-page-home__business h2,
	.c-page-home__stories h2,
  .c-page-home__projects h2,
	.c-page-home__jobs h2,
	.c-page-home__official-blogs h2,
	.c-page-home__faq h2 {
		font-size: 66px;
	}
}

@media (max-width: 767px) {
	.c-page-home__message h2,
	.c-page-home__culture h2,
	.c-page-home__business h2,
	.c-page-home__stories h2,
  .c-page-home__projects h2,
	.c-page-home__jobs h2,
	.c-page-home__official-blogs h2,
	.c-page-home__faq h2 {
		font-size: 10.66667vw;
	}
}

.c-page-home__message h2 [data-lang='en'],
.c-page-home__culture h2 [data-lang='en'],
.c-page-home__business h2 [data-lang='en'],
.c-page-home__stories h2 [data-lang='en'],
.c-page-home__projects h2 [data-lang='en'],
.c-page-home__jobs h2 [data-lang='en'],
.c-page-home__official-blogs h2 [data-lang='en'],
.c-page-home__faq h2 [data-lang='en'] {
	padding-right: 50px;
	margin-bottom: 5px;
}

@media (max-width: 767px) {
	.c-page-home__message h2 [data-lang='en'],
	.c-page-home__culture h2 [data-lang='en'],
	.c-page-home__business h2 [data-lang='en'],
	.c-page-home__stories h2 [data-lang='en'],
 	.c-page-home__projects h2 [data-lang='en'],
	.c-page-home__jobs h2 [data-lang='en'],
	.c-page-home__official-blogs h2 [data-lang='en'],
	.c-page-home__faq h2 [data-lang='en'] {
		padding-right: 4vw;
		margin-bottom: 3.3333333333vw;
	}
}

.c-page-home__message h2 [data-lang='ja'],
.c-page-home__culture h2 [data-lang='ja'],
.c-page-home__business h2 [data-lang='ja'],
.c-page-home__stories h2 [data-lang='ja'],
.c-page-home__projects h2 [data-lang='ja'],
.c-page-home__jobs h2 [data-lang='ja'],
.c-page-home__official-blogs h2 [data-lang='ja'],
.c-page-home__faq h2 [data-lang='ja'] {
	display: inline-block;
	text-align: right;
}

@media (min-width: 768px) {
	.c-page-home__message h2 [data-lang='ja'],
	.c-page-home__culture h2 [data-lang='ja'],
	.c-page-home__business h2 [data-lang='ja'],
	.c-page-home__stories h2 [data-lang='ja'],
 	.c-page-home__projects h2 [data-lang='ja'],
	.c-page-home__jobs h2 [data-lang='ja'],
	.c-page-home__official-blogs h2 [data-lang='ja'],
	.c-page-home__faq h2 [data-lang='ja'] {
		font-size: 3rem;
	}
}

@media (max-width: 1099px) {
	.c-page-home__message h2 [data-lang='ja'],
	.c-page-home__culture h2 [data-lang='ja'],
	.c-page-home__business h2 [data-lang='ja'],
	.c-page-home__stories h2 [data-lang='ja'],
  .c-page-home__projects h2 [data-lang='ja'],
	.c-page-home__jobs h2 [data-lang='ja'],
	.c-page-home__official-blogs h2 [data-lang='ja'],
	.c-page-home__faq h2 [data-lang='ja'] {
		font-size: 23.57143px;
	}
}

@media (max-width: 767px) {
	.c-page-home__message h2 [data-lang='ja'],
	.c-page-home__culture h2 [data-lang='ja'],
	.c-page-home__business h2 [data-lang='ja'],
	.c-page-home__stories h2 [data-lang='ja'],
  .c-page-home__projects h2 [data-lang='ja'],
	.c-page-home__jobs h2 [data-lang='ja'],
	.c-page-home__official-blogs h2 [data-lang='ja'],
	.c-page-home__faq h2 [data-lang='ja'] {
		font-size: 5.33333vw;
	}
}

.c-page-home__message h2 [data-lang='ja']::before,
.c-page-home__culture h2 [data-lang='ja']::before,
.c-page-home__business h2 [data-lang='ja']::before,
.c-page-home__stories h2 [data-lang='ja']::before,
.c-page-home__projects h2 [data-lang='ja']::before,
.c-page-home__jobs h2 [data-lang='ja']::before,
.c-page-home__official-blogs h2 [data-lang='ja']::before,
.c-page-home__faq h2 [data-lang='ja']::before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	margin: -5px 21px 0 0;
	width: 50px;
	height: 1px;
	background-color: #707070;
}

@media (max-width: 767px) {
	.c-page-home__message h2 [data-lang='ja']::before,
	.c-page-home__culture h2 [data-lang='ja']::before,
	.c-page-home__business h2 [data-lang='ja']::before,
	.c-page-home__stories h2 [data-lang='ja']::before,
 	.c-page-home__projects h2 [data-lang='ja']::before,
	.c-page-home__jobs h2 [data-lang='ja']::before,
	.c-page-home__official-blogs h2 [data-lang='ja']::before,
	.c-page-home__faq h2 [data-lang='ja']::before {
		width: 13.3333333333vw;
		margin: -1.3333333333vw 2.6666666667vw 0 0;
	}
}

.c-page-home__message-btn,
.c-page-home__culture-btn,
.c-page-home__business-btn,
.c-page-home__stories-btn,
.c-page-home__projects-btn,
.c-page-home__jobs-btn,
.c-page-home__official-blogs-btn,
.c-page-home__faq-btn {
	margin: 0;
}

.c-page-home__message-btn a,
.c-page-home__culture-btn a,
.c-page-home__business-btn a,
.c-page-home__stories-btn a,
.c-page-home__projects-btn a,
.c-page-home__jobs-btn a,
.c-page-home__official-blogs-btn a,
.c-page-home__faq-btn a {
	min-width: 280px;
	font-size: 1.8rem;
	display: inline-block;
	text-align: center;
	color: #000;
	background: #fff;
	font-family: 'Montserrat', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'メイリオ', sans-serif;
	border: 2px solid #000;
	font-weight: bold;
	padding-left: 56px;
	letter-spacing: 0.1em;
	line-height: 1.2083333333;
	position: relative;
	-webkit-transition: color 300ms;
	transition: color 300ms;
	text-transform: uppercase;
	color: #fff;
	background: #000;
	border: none;
	min-width: 290px;
	padding-left: 65px;
}

@media (max-width: 767px) {
	.c-page-home__message-btn a,
	.c-page-home__culture-btn a,
	.c-page-home__business-btn a,
	.c-page-home__stories-btn a,
  .c-page-home__projects-btn a,
	.c-page-home__jobs-btn a,
	.c-page-home__official-blogs-btn a,
	.c-page-home__faq-btn a {
		min-width: 50.6666666667vw;
		padding-left: 12vw;
		font-size: 3.7333333333vw;
	}
}

.c-page-home__message-btn a::before,
.c-page-home__message-btn a::after,
.c-page-home__culture-btn a::before,
.c-page-home__culture-btn a::after,
.c-page-home__business-btn a::before,
.c-page-home__business-btn a::after,
.c-page-home__stories-btn a::before,
.c-page-home__stories-btn a::after,
.c-page-home__projects-btn a::before,
.c-page-home__projects-btn a::after,
.c-page-home__jobs-btn a::before,
.c-page-home__jobs-btn a::after,
.c-page-home__official-blogs-btn a::before,
.c-page-home__official-blogs-btn a::after,
.c-page-home__faq-btn a::before,
.c-page-home__faq-btn a::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.c-page-home__message-btn a::before,
.c-page-home__culture-btn a::before,
.c-page-home__business-btn a::before,
.c-page-home__stories-btn a::before,
.c-page-home__projects-btn a::before,
.c-page-home__jobs-btn a::before,
.c-page-home__official-blogs-btn a::before,
.c-page-home__faq-btn a::before {
	width: 56px;
	height: 100%;
	left: 0;
	background-color: #2dd28d;
}

@media (max-width: 767px) {
	.c-page-home__message-btn a::before,
	.c-page-home__culture-btn a::before,
	.c-page-home__business-btn a::before,
	.c-page-home__stories-btn a::before,
 	.c-page-home__projects-btn a::before,
	.c-page-home__jobs-btn a::before,
	.c-page-home__official-blogs-btn a::before,
	.c-page-home__faq-btn a::before {
		width: 12vw;
	}
}

.c-page-home__message-btn a::after,
.c-page-home__culture-btn a::after,
.c-page-home__business-btn a::after,
.c-page-home__stories-btn a::after,
.c-page-home__projects-btn a::after,
.c-page-home__jobs-btn a::after,
.c-page-home__official-blogs-btn a::after,
.c-page-home__faq-btn a::after {
	width: 22px;
	height: 22px;
	left: 18px;
	background-image: url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/img/icon-arrow.svg');
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: -webkit-transform 400ms;
	transition: -webkit-transform 400ms;
	transition: transform 400ms;
	transition: transform 400ms, -webkit-transform 400ms;
}

@media (max-width: 767px) {
	.c-page-home__message-btn a::after,
	.c-page-home__culture-btn a::after,
	.c-page-home__business-btn a::after,
	.c-page-home__stories-btn a::after,
 	.c-page-home__projects-btn a::after,
	.c-page-home__jobs-btn a::after,
	.c-page-home__official-blogs-btn a::after,
	.c-page-home__faq-btn a::after {
		width: 5.3333333333vw;
		height: 5.3333333333vw;
		left: 3.3333333333vw;
	}
}

.c-page-home__message-btn a span,
.c-page-home__culture-btn a span,
.c-page-home__business-btn a span,
.c-page-home__stories-btn a span,
.c-page-home__projects-btn a span,
.c-page-home__jobs-btn a span,
.c-page-home__official-blogs-btn a span,
.c-page-home__faq-btn a span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding: 17px;
	z-index: 0;
}

@media (max-width: 767px) {
	.c-page-home__message-btn a span,
	.c-page-home__culture-btn a span,
	.c-page-home__business-btn a span,
	.c-page-home__stories-btn a span,
 	.c-page-home__projects-btn a span,
	.c-page-home__jobs-btn a span,
	.c-page-home__official-blogs-btn a span,
	.c-page-home__faq-btn a span {
		padding: 3.3333333333vw 4vw;
	}
}

.c-page-home__message-btn a span::before,
.c-page-home__culture-btn a span::before,
.c-page-home__business-btn a span::before,
.c-page-home__stories-btn a span::before,
.c-page-home__projects-btn a span::before,
.c-page-home__jobs-btn a span::before,
.c-page-home__official-blogs-btn a span::before,
.c-page-home__faq-btn a span::before {
	position: absolute;
	content: '';
	right: 0;
	left: unset;
	top: 0;
	height: 100%;
	width: 0;
	background-color: #2dd28d;
	z-index: -1;
	-webkit-transition: width 300ms, left 300ms, right 300ms;
	transition: width 300ms, left 300ms, right 300ms;
}

.c-page-home__message-btn a span[data-text='normal'],
.c-page-home__culture-btn a span[data-text='normal'],
.c-page-home__business-btn a span[data-text='normal'],
.c-page-home__stories-btn a span[data-text='normal'],
.c-page-home__projects-btn a span[data-text='normal'],
.c-page-home__jobs-btn a span[data-text='normal'],
.c-page-home__official-blogs-btn a span[data-text='normal'],
.c-page-home__faq-btn a span[data-text='normal'] {
	text-transform: none;
}

@media (min-width: 768px) {
	.c-page-home__message-btn a:hover span::before,
	.c-page-home__culture-btn a:hover span::before,
	.c-page-home__business-btn a:hover span::before,
	.c-page-home__stories-btn a:hover span::before,
  .c-page-home__projects-btn a:hover span::before,
	.c-page-home__jobs-btn a:hover span::before,
	.c-page-home__official-blogs-btn a:hover span::before,
	.c-page-home__faq-btn a:hover span::before {
		width: 100%;
		left: 0;
		right: unset;
	}
	.c-page-home__message-btn a:hover::after,
	.c-page-home__culture-btn a:hover::after,
	.c-page-home__business-btn a:hover::after,
	.c-page-home__stories-btn a:hover::after,
  .c-page-home__projects-btn a:hover::after,
	.c-page-home__jobs-btn a:hover::after,
	.c-page-home__official-blogs-btn a:hover::after,
	.c-page-home__faq-btn a:hover::after {
		-webkit-transform: scale(1.25);
		transform: scale(1.25);
	}
}

.c-page-home__message-btn a:focus-visible,
.c-page-home__culture-btn a:focus-visible,
.c-page-home__business-btn a:focus-visible,
.c-page-home__stories-btn a:focus-visible,
.c-page-home__projects-btn a:focus-visible,
.c-page-home__jobs-btn a:focus-visible,
.c-page-home__official-blogs-btn a:focus-visible,
.c-page-home__faq-btn a:focus-visible {
	outline-color: #ff7924;
}

.c-page-home__message-btn a[target='_blank'],
.c-page-home__culture-btn a[target='_blank'],
.c-page-home__business-btn a[target='_blank'],
.c-page-home__stories-btn a[target='_blank'],
.c-page-home__projects-btn a[target='_blank'],
.c-page-home__jobs-btn a[target='_blank'],
.c-page-home__official-blogs-btn a[target='_blank'],
.c-page-home__faq-btn a[target='_blank'] {
	padding-left: 0;
	padding-right: 56px;
}

@media (max-width: 767px) {
	.c-page-home__message-btn a[target='_blank'],
	.c-page-home__culture-btn a[target='_blank'],
	.c-page-home__business-btn a[target='_blank'],
	.c-page-home__stories-btn a[target='_blank'],
 	.c-page-home__projects-btn a[target='_blank'],
	.c-page-home__jobs-btn a[target='_blank'],
	.c-page-home__official-blogs-btn a[target='_blank'],
	.c-page-home__faq-btn a[target='_blank'] {
		padding-left: 0;
		padding-right: 13.3333333333vw;
	}
}

.c-page-home__message-btn a[target='_blank']::before,
.c-page-home__culture-btn a[target='_blank']::before,
.c-page-home__business-btn a[target='_blank']::before,
.c-page-home__stories-btn a[target='_blank']::before,
.c-page-home__projects-btn a[target='_blank']::before,
.c-page-home__jobs-btn a[target='_blank']::before,
.c-page-home__official-blogs-btn a[target='_blank']::before,
.c-page-home__faq-btn a[target='_blank']::before {
	left: unset;
	right: 0;
}

.c-page-home__message-btn a[target='_blank']::after,
.c-page-home__culture-btn a[target='_blank']::after,
.c-page-home__business-btn a[target='_blank']::after,
.c-page-home__stories-btn a[target='_blank']::after,
.c-page-home__projects-btn a[target='_blank']::after,
.c-page-home__jobs-btn a[target='_blank']::after,
.c-page-home__official-blogs-btn a[target='_blank']::after,
.c-page-home__faq-btn a[target='_blank']::after {
	width: 36px;
	height: 36px;
	left: unset;
	right: 10px;
	background-image: url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/img/icon-btn-blank.svg');
	background-size: cover;
}

@media (max-width: 767px) {
	.c-page-home__message-btn a[target='_blank']::after,
	.c-page-home__culture-btn a[target='_blank']::after,
	.c-page-home__business-btn a[target='_blank']::after,
	.c-page-home__stories-btn a[target='_blank']::after,
 	.c-page-home__projects-btn a[target='_blank']::after,
	.c-page-home__jobs-btn a[target='_blank']::after,
	.c-page-home__official-blogs-btn a[target='_blank']::after,
	.c-page-home__faq-btn a[target='_blank']::after {
		width: 6.4vw;
		height: 6.4vw;
		left: unset;
		right: 3.7333333333vw;
	}
}

@media (min-width: 768px) {
	.c-page-home__message-btn a:hover,
	.c-page-home__culture-btn a:hover,
	.c-page-home__business-btn a:hover,
	.c-page-home__stories-btn a:hover,
 	.c-page-home__projects-btn a:hover,
	.c-page-home__jobs-btn a:hover,
	.c-page-home__official-blogs-btn a:hover,
	.c-page-home__faq-btn a:hover {
		color: #000;
	}
}

@media (min-width: 768px) {
	.c-page-home__message-btn a,
	.c-page-home__culture-btn a,
	.c-page-home__business-btn a,
	.c-page-home__stories-btn a,
 	.c-page-home__projects-btn a,
	.c-page-home__jobs-btn a,
	.c-page-home__official-blogs-btn a,
	.c-page-home__faq-btn a {
		font-size: 2.1rem;
	}
}

@media (max-width: 1099px) {
	.c-page-home__message-btn a,
	.c-page-home__culture-btn a,
	.c-page-home__business-btn a,
	.c-page-home__stories-btn a,
	.c-page-home__projects-btn a,  
	.c-page-home__jobs-btn a,
	.c-page-home__official-blogs-btn a,
	.c-page-home__faq-btn a {
		font-size: 16.5px;
	}
}

@media (max-width: 767px) {
	.c-page-home__message-btn a,
	.c-page-home__culture-btn a,
	.c-page-home__business-btn a,
	.c-page-home__stories-btn a,
	.c-page-home__projects-btn a,  
	.c-page-home__jobs-btn a,
	.c-page-home__official-blogs-btn a,
	.c-page-home__faq-btn a {
		font-size: 4vw;
	}
}

@media (min-width: 768px) and (max-width: 1099px) {
	.c-page-home__message-btn a,
	.c-page-home__culture-btn a,
	.c-page-home__business-btn a,
	.c-page-home__stories-btn a,
	.c-page-home__projects-btn a,  
	.c-page-home__jobs-btn a,
	.c-page-home__official-blogs-btn a,
	.c-page-home__faq-btn a {
		min-width: 240px;
		padding-left: 55px;
	}
}

@media (min-width: 768px) {
	.c-page-home__message-btn a::before,
	.c-page-home__culture-btn a::before,
	.c-page-home__business-btn a::before,
	.c-page-home__stories-btn a::before,
	.c-page-home__projects-btn a::before,
	.c-page-home__jobs-btn a::before,
	.c-page-home__official-blogs-btn a::before,
	.c-page-home__faq-btn a::before {
		width: 65px;
	}
}

@media (min-width: 768px) and (max-width: 1099px) {
	.c-page-home__message-btn a::before,
	.c-page-home__culture-btn a::before,
	.c-page-home__business-btn a::before,
	.c-page-home__stories-btn a::before,
	.c-page-home__projects-btn a::before,
	.c-page-home__jobs-btn a::before,
	.c-page-home__official-blogs-btn a::before,
	.c-page-home__faq-btn a::before {
		width: 55px;
	}
}

@media (min-width: 768px) {
	.c-page-home__message-btn a::after,
	.c-page-home__culture-btn a::after,
	.c-page-home__business-btn a::after,
	.c-page-home__stories-btn a::after,
	.c-page-home__projects-btn a::after,
	.c-page-home__jobs-btn a::after,
	.c-page-home__official-blogs-btn a::after,
	.c-page-home__faq-btn a::after {
		width: 25px;
		height: 25px;
		left: 20px;
	}
}

@media (min-width: 768px) and (max-width: 1099px) {
	.c-page-home__message-btn a::after,
	.c-page-home__culture-btn a::after,
	.c-page-home__business-btn a::after,
	.c-page-home__stories-btn a::after,
	.c-page-home__projects-btn a::after,
	.c-page-home__jobs-btn a::after,
	.c-page-home__official-blogs-btn a::after,
	.c-page-home__faq-btn a::after {
		left: 15px;
	}
}

@media (min-width: 768px) {
	.c-page-home__message-btn a span,
	.c-page-home__culture-btn a span,
	.c-page-home__business-btn a span,
	.c-page-home__stories-btn a span,
	.c-page-home__projects-btn a span,
	.c-page-home__jobs-btn a span,
	.c-page-home__official-blogs-btn a span,
	.c-page-home__faq-btn a span {
		padding: 20px;
	}
}

@media (min-width: 768px) and (max-width: 1099px) {
	.c-page-home__message-btn a span,
	.c-page-home__culture-btn a span,
	.c-page-home__business-btn a span,
	.c-page-home__stories-btn a span,
	.c-page-home__projects-btn a span,
	.c-page-home__jobs-btn a span,
	.c-page-home__official-blogs-btn a span,
	.c-page-home__faq-btn a span {
		padding: 17px;
	}
}

.c-page-home__business,
.c-page-home__stories,
.c-page-home__jobs,
.c-page-home__faq {
	background-color: #f5f6f7;
}

.c-page-home__message {
	padding: 50px 0 80px;
}

@media (max-width: 767px) {
	.c-page-home__message {
		padding: 8vw 0 13.3333333333vw;
	}
}

.c-page-home__message h2 {
	margin-bottom: 38px;
}

@media (max-width: 767px) {
	.c-page-home__message h2 {
		margin-bottom: 5.3333333333vw;
	}
}

@media (min-width: 768px) and (max-width: 1099px) {
	.c-page-home__message-titleblock {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1/3;
	}
}

.c-page-home__message-contents {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto 30.5%;
	grid-template-columns: auto 30.5%;
	grid-column-gap: 4.1666666667%;
	-webkit-column-gap: 4.1666666667%;
	-moz-column-gap: 4.1666666667%;
	column-gap: 4.1666666667%;
}

@media (max-width: 767px) {
	.c-page-home__message-contents {
		display: block;
	}
}

.c-page-home__message-text {
	margin-top: -15px;
	margin-bottom: 45px;
	-ms-grid-column: 1;
	grid-column: 1;
}

@media (max-width: 767px) {
	.c-page-home__message-text {
		margin-top: 0;
		margin-bottom: 8vw;
	}
}

.c-page-home__message-text p {
	font-weight: bold;
	line-height: 2.1538461538;
	margin-top: 0;
	letter-spacing: 0.05em;
}

@media (min-width: 768px) {
	.c-page-home__message-text p {
		font-size: 2.2rem;
	}
}

@media (max-width: 1099px) {
	.c-page-home__message-text p {
		font-size: 17.28571px;
	}
}

@media (max-width: 767px) {
	.c-page-home__message-text p {
		font-size: 4vw;
	}
}

@media (max-width: 767px) {
	.c-page-home__message-text p {
		line-height: 2;
		letter-spacing: 0.1em;
	}
}

.c-page-home__message-text p span {
	background: -webkit-gradient(linear, left bottom, left top, from(#ffee27), color-stop(50%, #ffee27), color-stop(50%, transparent), to(transparent));
	background: linear-gradient(0deg, #ffee27 0%, #ffee27 50%, transparent 50%, transparent 100%);
}

.c-page-home__message-text p:last-child {
	margin-bottom: 0;
}

.c-page-home__message-img {
	-ms-grid-row: 2;
	-ms-grid-row-span: 2;
	grid-row: 2/4;
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-column: 2/3;
}

@media (min-width: 1100px) {
	.c-page-home__message-img {
		margin-top: -80px;
	}
}

@media (max-width: 1099px) {
	.c-page-home__message-img {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.c-page-home__message-img {
		margin-bottom: 8vw;
	}
}

.c-page-home__message-img img {
	width: 100%;
	height: auto;
}


.c-page-home__message-copy {
	margin-top: -15px;
	margin-bottom: 45px;
	-ms-grid-column: 1;
	grid-column: 1;
}

@media (max-width: 767px) {
	.c-page-home__message-copy {
		margin-top: 0;
		margin-bottom: 8vw;
	}
}

.c-page-home__message-copy {
	font-weight: bold;
	line-height: 1.1842105263;
	letter-spacing: 0.05em;
	margin: 0 0 30px;
}

@media (min-width: 768px) {
	.c-page-home__message-copy {
		font-size: 3.8rem;
	}
}

@media (max-width: 1099px) {
	.c-page-home__message-copy {
		font-size: 29.85714px;
	}
}

@media (max-width: 767px) {
	.c-page-home__message-copy {
		font-size: 5.06667vw;
	}
}

@media (max-width: 767px) {
	.c-page-home__message-copy {
		line-height: 1.5789473684;
		margin-bottom: 3.3333333333vw;
	}
}



.c-page-home__culture {
	padding: 80px 0 85px;
}

@media (max-width: 767px) {
	.c-page-home__culture {
		padding: 8vw 0 13.3333333333vw;
	}
}

.c-page-home__culture h2 {
	margin-bottom: 31px;
}

@media (max-width: 767px) {
	.c-page-home__culture h2 {
		margin-bottom: 5.3333333333vw;
	}
}

.c-page-home__culture-contents {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto 37.5%;
	grid-template-columns: auto 37.5%;
	grid-column-gap: 3.3333333333%;
	-webkit-column-gap: 3.3333333333%;
	-moz-column-gap: 3.3333333333%;
	column-gap: 3.3333333333%;
}

@media (max-width: 767px) {
	.c-page-home__culture-contents {
		display: block;
	}
}

.c-page-home__culture-img {
	-ms-grid-row: 1;
	-ms-grid-row-span: 3;
	grid-row: 1/4;
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-column: 2/3;
	line-height: 0;
}

@media (max-width: 1099px) {
	.c-page-home__culture-img {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.c-page-home__culture-img {
		margin-bottom: 8vw;
	}
}

.c-page-home__culture-img img {
	width: 100%;
	height: auto;
}

.c-page-home__culture-text {
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
	grid-row: 2/3;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1/2;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 2.0454545455;
	letter-spacing: 0.05em;
	margin: 0 0 50px;
}

@media (max-width: 767px) {
	.c-page-home__culture-text {
		font-size: 4vw;
		margin-bottom: 5.3333333333vw;
	}
}

.c-page-home__culture-btn {
	-ms-grid-row: 3;
	-ms-grid-row-span: 1;
	grid-row: 3/4;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1/2;
}

.c-page-home__business {
	padding: 80px 0;
}

@media (max-width: 767px) {
	.c-page-home__business {
		padding: 9.3333333333vw 0 10vw;
	}
}

.c-page-home__business::before {
	position: absolute;
	content: '';
	width: 602px;
	height: 605px;
	background: url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/img/obj-arrow-orange.svg') no-repeat;
	background-size: contain;
	right: 0;
	top: -140px;
	z-index: 0;
}

@media (max-width: 767px) {
	.c-page-home__business::before {
		width: 73.6vw;
		height: 73.8666666667vw;
		top: -41.3333333333vw;
	}
}

.c-page-home__business h2 {
	margin-bottom: 40px;
}

@media (max-width: 767px) {
	.c-page-home__business h2 {
		margin-bottom: 5.3333333333vw;
	}
}

.c-page-home__business-copy {
	font-weight: bold;
	line-height: 1.1842105263;
	letter-spacing: 0.05em;
	margin: 0 0 30px;
}

@media (min-width: 768px) {
	.c-page-home__business-copy {
		font-size: 3.8rem;
	}
}

@media (max-width: 1099px) {
	.c-page-home__business-copy {
		font-size: 29.85714px;
	}
}

@media (max-width: 767px) {
	.c-page-home__business-copy {
		font-size: 5.06667vw;
	}
}

@media (max-width: 767px) {
	.c-page-home__business-copy {
		line-height: 1.5789473684;
		margin-bottom: 3.3333333333vw;
	}
}

.c-page-home__business-copy span {
	font-size: 5.8rem;
	margin-left: 10px;
}

@media (min-width: 768px) {
	.c-page-home__business-copy span {
		font-size: 5.8rem;
	}
}

@media (max-width: 1099px) {
	.c-page-home__business-copy span {
		font-size: 45.57143px;
	}
}

@media (max-width: 767px) {
	.c-page-home__business-copy span {
		font-size: 7.73333vw;
	}
}

@media (max-width: 767px) {
	.c-page-home__business-copy span {
		margin-left: 0;
	}
}

.c-page-home__business-text {
	font-size: 1.8rem;
	letter-spacing: 0.08em;
	line-height: 2;
	margin: 0 0 45px;
}

@media (max-width: 767px) {
	.c-page-home__business-text {
		font-size: 3.2vw;
		margin-bottom: 5.3333333333vw;
	}
}

.c-page-home__stories {
	padding: 80px 0 85px;
}

@media (max-width: 767px) {
	.c-page-home__stories {
		padding: 14vw 0 13.3333333333vw;
	}
}

.c-page-home__projects {
	padding: 80px 0 85px;
}

@media (max-width: 767px) {
	.c-page-home__projects {
		padding: 14vw 0 13.3333333333vw;
	}
}

.c-page-home__projects::after {
	width: 595px;
	height: 597px;
	background: url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/img/obj-arrow-purple.svg') no-repeat;
	background-size: contain;
	right: -1px;
	bottom: -8.5227272727%;
}

.c-page-home__projects::before,
.c-page-home__projects::after {
	position: absolute;
	content: '';
	background-size: contain;
	z-index: 0;
}



@media (max-width: 767px) {
	.c-page-home__stories::before {
		width: 72.8vw;
		height: 73.0666666667vw;
		top: -24.6666666667vw;
		left: -35.3333333333vw;
	}
}



@media (max-width: 767px) {
	.c-page-home__stories::after {
		width: 112.1333333333vw;
		height: 112.6666666667vw;
		bottom: 25.1396648045%;
	}
}


.c-page-home__stories-contents {
	/*display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto 37.5%;
	grid-template-columns: auto 37.5%;
	grid-column-gap: 3.3333333333%;
	-webkit-column-gap: 3.3333333333%;
	-moz-column-gap: 3.3333333333%;
	column-gap: 3.3333333333%;*/
}

@media (max-width: 767px) {
	.c-page-home__stories-contents {
		display: block;
	}
}


.c-page-home__stories::before,
.c-page-home__stories::after {
	position: absolute;
	content: '';
	background-size: contain;
	z-index: 0;
}

.c-page-home__stories::before {
	width: 405px;
	height: 406px;
	background: url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/img/obj-arrow-pink.svg') no-repeat;
	background-size: contain;
	left: -180px;
	top: -120px;
}

@media (max-width: 767px) {
	.c-page-home__stories::before {
		width: 72.8vw;
		height: 73.0666666667vw;
		top: -24.6666666667vw;
		left: -35.3333333333vw;
	}
}



@media (max-width: 767px) {
	.c-page-home__stories::after {
		width: 112.1333333333vw;
		height: 112.6666666667vw;
		bottom: 25.1396648045%;
	}
}

.c-page-home__stories h2 {
	margin-bottom: 25px;
}

@media (max-width: 767px) {
	.c-page-home__stories h2 {
		margin-bottom: 5.3333333333vw;
	}
}

.c-page-home__stories > div > p {
	font-size: 1.7rem;
	line-height: 2;
	letter-spacing: 0.05em;
	margin: 0 0 45px;
}

@media (max-width: 767px) {
	.c-page-home__stories > div > p {
		font-size: 3.2vw;
		margin-bottom: 8vw;
	}
}

.c-stories {
  margin-bottom: 60px;
}

.c-page-home__jobs {
	padding: 75px 0 105px;
}

@media (max-width: 767px) {
	.c-page-home__jobs {
		padding: 10.6666666667vw 0 14vw;
	}
}

.c-page-home__jobs h2 {
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	.c-page-home__jobs h2 {
		margin-bottom: 5.3333333333vw;
	}
}

.c-page-home__jobs-link {
	margin: 0;
}

.c-page-home__jobs-link a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #000;
	background-image: url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/img/bg-home-jobs.jpg');
	background-size: cover;
	background-position: center;
	text-align: center;
	position: relative;
	z-index: 0;
}

@media (max-width: 767px) {
	.c-page-home__jobs-link a {
		background-image: url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/img/bg-home-jobs-sp.jpg');
	}
}

.c-page-home__jobs-link a::before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	right: 0;
	left: unset;
	width: 0;
	height: 100%;
	background-color: #d22d8c;
	margin: auto 0;
	z-index: -1;
	-webkit-transition: width 300ms, left 300ms, right 300ms;
	transition: width 300ms, left 300ms, right 300ms;
}

@media (min-width: 768px) {
	.c-page-home__jobs-link a:hover::before {
		width: 100%;
		left: 0;
		right: unset;
	}
	.c-page-home__jobs-link a:hover > span::after {
		-webkit-transform: scale(1.25);
		transform: scale(1.25);
	}
}

.c-page-home__jobs-link a:focus-visible {
	outline-width: 4px;
}

.c-page-home__jobs-link a > span {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: 245px;
	padding: 25px 100px;
}

@media (max-width: 767px) {
	.c-page-home__jobs-link a > span {
		min-height: 40vw;
		padding: 6vw 13.3333333333vw;
	}
}

.c-page-home__jobs-link a > span::before,
.c-page-home__jobs-link a > span::after {
	position: absolute;
	content: '';
}

.c-page-home__jobs-link a > span::before {
	width: 80px;
	height: 80px;
	background-color: #d22d8c;
	bottom: 0;
	right: 0;
}

@media (max-width: 767px) {
	.c-page-home__jobs-link a > span::before {
		width: 10.6666666667vw;
		height: 10.6666666667vw;
	}
}

.c-page-home__jobs-link a > span::after {
	width: 35px;
	height: 35px;
	background-image: url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/img/icon-btn-blank.svg');
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 22px;
	right: 22px;
	-webkit-transition: -webkit-transform 300ms;
	transition: -webkit-transform 300ms;
	transition: transform 300ms;
	transition: transform 300ms, -webkit-transform 300ms;
}

@media (max-width: 767px) {
	.c-page-home__jobs-link a > span::after {
		width: 4vw;
		height: 4vw;
		bottom: 3.3333333333vw;
		right: 3.3333333333vw;
	}
}

.c-page-home__jobs-link a > span span {
	display: inline-block;
	background-color: #fff;
	padding: 5px 17px;
	line-height: 1.3;
	letter-spacing: 0.075em;
}

@media (max-width: 767px) {
	.c-page-home__jobs-link a > span span {
		padding: 0.9333333333vw 2vw;
	}
}

.c-page-home__jobs-link a > span span[data-lang='en'] {
	font-size: 2.7rem;
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	.c-page-home__jobs-link a > span span[data-lang='en'] {
		font-size: 4.5333333333vw;
		margin-bottom: 0.6666666667vw;
	}
}

.c-page-home__jobs-link a > span span[data-lang='ja'] {
	font-size: 1.8rem;
	font-weight: bold;
}

@media (max-width: 767px) {
	.c-page-home__jobs-link a > span span[data-lang='ja'] {
		font-size: 3.2vw;
	}
}

.c-page-home__official-blogs {
	padding: 50px 0 85px;
}

@media (max-width: 767px) {
	.c-page-home__official-blogs {
		padding: 10.6666666667vw 0 12vw;
	}
}

.c-page-home__official-blogs::before {
	position: absolute;
	content: '';
	width: 589px;
	height: 592px;
	background: url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/img/obj-arrow-yellow.svg') no-repeat;
	background-size: contain;
	left: -270px;
	top: -155px;
	z-index: 0;
}

@media (max-width: 767px) {
	.c-page-home__official-blogs::before {
		width: 78.5333333333vw;
		height: 78.9333333333vw;
		top: -20vw;
		left: -40.6666666667vw;
	}
}

.c-page-home__official-blogs h2 {
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	.c-page-home__official-blogs h2 {
		margin-bottom: 5.3333333333vw;
	}
}

.c-page-home__official-blogs > div > p {
	font-size: 1.7rem;
	line-height: 2;
	letter-spacing: 0.05em;
	margin: 0 0 45px;
}

@media (max-width: 767px) {
	.c-page-home__official-blogs > div > p {
		font-size: 3.2vw;
		margin-bottom: 8vw;
	}
}

.c-page-home__official-blogs-link-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width: 767px) {
	.c-page-home__official-blogs-link-list {
		display: block;
	}
}

.c-page-home__official-blogs-link-item {
	width: 49.8333333333%;
}

@media (max-width: 767px) {
	.c-page-home__official-blogs-link-item {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.c-page-home__official-blogs-link-item:nth-child(even) {
		margin-left: 0.3333333333%;
	}
}

@media (max-width: 767px) {
	.c-page-home__official-blogs-link-item:not(:first-child) {
		margin-top: 6.6666666667vw;
	}
}

.c-page-home__official-blogs-link-item[data-item='note'] a > span > span {
	padding-left: 42px;
}

@media (max-width: 767px) {
	.c-page-home__official-blogs-link-item[data-item='note'] a > span > span {
		padding-left: 10vw;
	}
}

.c-page-home__official-blogs-link-item[data-item='note'] a > span > span::before {
	width: 30px;
	height: 40px;
	background-image: url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/img/icon-note.svg');
	background-size: contain;
}

@media (max-width: 767px) {
	.c-page-home__official-blogs-link-item[data-item='note'] a > span > span::before {
		width: 7.2vw;
		height: 8vw;
	}
}

.c-page-home__official-blogs-link-item[data-item='note'] a span[data-lang='en'] {
	font-size: 2.2rem;
	font-weight: 600;
}

@media (max-width: 767px) {
	.c-page-home__official-blogs-link-item[data-item='note'] a span[data-lang='en'] {
		font-size: 4.8vw;
	}
}

.c-page-home__official-blogs-link-item[data-item='note'] a span[data-lang='ja'] {
	font-size: 1.6rem;
	font-weight: bold;
}

@media (max-width: 767px) {
	.c-page-home__official-blogs-link-item[data-item='note'] a span[data-lang='ja'] {
		font-size: 3.4666666667vw;
	}
}

.c-page-home__official-blogs-link-item[data-item='blog'] a > span > span {
	padding-left: 45px;
}

@media (max-width: 767px) {
	.c-page-home__official-blogs-link-item[data-item='blog'] a > span > span {
		padding-left: 8vw;
	}
}

.c-page-home__official-blogs-link-item[data-item='blog'] a > span > span::before {
	width: 30px;
	height: 30px;
	background-image: url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/img/icon-pen.svg');
	background-size: contain;
	background-position: center;
}

@media (max-width: 767px) {
	.c-page-home__official-blogs-link-item[data-item='blog'] a > span > span::before {
		width: 6vw;
		height: 6vw;
	}
}

.c-page-home__official-blogs-link-item[data-item='blog'] a span {
	font-size: 2rem;
	font-weight: bold;
}

@media (max-width: 767px) {
	.c-page-home__official-blogs-link-item[data-item='blog'] a span {
		font-size: 4.5333333333vw;
	}
}

.c-page-home__official-blogs-link-item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	background-color: #000;
	line-height: 1.5;
	position: relative;
	-webkit-transition: color 300ms;
	transition: color 300ms;
}

.c-page-home__official-blogs-link-item a::before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	right: 0;
	left: unset;
	width: 0;
	height: 100%;
	background-color: #2dd28d;
	margin: auto 0;
	-webkit-transition: width 300ms, left 300ms, right 300ms;
	transition: width 300ms, left 300ms, right 300ms;
}

@media (min-width: 768px) {
	.c-page-home__official-blogs-link-item a:hover {
		color: #000;
	}
	.c-page-home__official-blogs-link-item a:hover::before {
		width: 100%;
		left: 0;
		right: unset;
	}
	.c-page-home__official-blogs-link-item a:hover > span::after {
		-webkit-transform: scale(1.25);
		transform: scale(1.25);
	}
	.c-page-home__official-blogs-link-item a:hover > span > span::before {
		-webkit-filter: brightness(0);
		filter: brightness(0);
	}
}

.c-page-home__official-blogs-link-item a:focus-visible {
	outline-color: #ff7924;
	outline-width: 4px;
	outline-offset: -2px;
	z-index: 1;
}

.c-page-home__official-blogs-link-item a:focus-visible > span::before {
	z-index: -1;
}

.c-page-home__official-blogs-link-item a > span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	min-height: 120px;
	padding: 3.3444816054% 8.3612040134%;
}

@media (max-width: 767px) {
	.c-page-home__official-blogs-link-item a > span {
		min-height: 24vw;
		padding: 4vw 10.6666666667vw;
	}
}

.c-page-home__official-blogs-link-item a > span::before,
.c-page-home__official-blogs-link-item a > span::after {
	position: absolute;
	content: '';
}

.c-page-home__official-blogs-link-item a > span::before {
	width: 35px;
	height: 35px;
	background-color: #2dd28d;
	bottom: 0;
	right: 0;
}

.c-page-home__official-blogs-link-item a > span::after {
	width: 15px;
	height: 15px;
	background-image: url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/img/icon-arrow.svg');
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 10px;
	right: 10px;
	-webkit-transition: -webkit-transform 300ms;
	transition: -webkit-transform 300ms;
	transition: transform 300ms;
	transition: transform 300ms, -webkit-transform 300ms;
}

.c-page-home__official-blogs-link-item a > span > span {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	letter-spacing: 0.075em;
	position: relative;
}

.c-page-home__official-blogs-link-item a > span > span::before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
	background-repeat: no-repeat;
	-webkit-transition: -webkit-filter 300ms;
	transition: -webkit-filter 300ms;
	transition: filter 300ms;
	transition: filter 300ms, -webkit-filter 300ms;
}

.c-page-home__official-blogs-link-item a > span > span::after {
	max-width: 100%;
	max-height: 100%;
}

.c-page-home__faq {
	padding: 75px 0 110px;
}

@media (max-width: 767px) {
	.c-page-home__faq {
		padding: 11.0666666667vw 0 26.6666666667vw;
	}
}

.c-page-home__faq::before {
	position: absolute;
	content: '';
	width: 690px;
	height: 693px;
	background: url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/img/obj-arrow-green.svg') no-repeat;
	background-size: contain;
	right: -1px;
	bottom: -90px;
	z-index: 0;
}

@media (max-width: 767px) {
	.c-page-home__faq::before {
		width: 89.3333333333vw;
		height: 92.4vw;
		bottom: -38.6666666667vw;
	}
}

.c-page-home__faq h2 {
	margin-bottom: 22px;
}

.c-page-home__faq-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 60px;
}

@media (max-width: 767px) {
	.c-page-home__faq-list {
		margin-bottom: 8vw;
	}
}

.c-page-home__faq-item {
	position: relative;
	border: 2px solid #000;
	background-color: #fff;
	z-index: 0;
	width: 48.3333333333%;
}

.c-page-home__faq-item > a,
.c-page-home__faq-item > [data-disclosure-btn] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	width: 100%;
	padding: 0;
	background-color: transparent;
	color: #000;
}

@media (min-width: 768px) {
	body.c-page-home .c-page-home__faq-item > a,
	body.c-page-home .c-page-home__faq-item > [data-disclosure-btn] {
		min-height: 115px;
	}
}

.c-page-home__faq-item > a::before,
.c-page-home__faq-item > [data-disclosure-btn]::before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	right: 0;
	left: unset;
	width: 0;
	height: 100%;
	background-color: #2dd28d;
	margin: auto 0;
	z-index: -1;
	-webkit-transition: width 300ms, left 300ms, right 300ms;
	transition: width 300ms, left 300ms, right 300ms;
}

@media (min-width: 768px) {
	.c-page-home__faq-item > a:hover:not([aria-expanded='true'])::before,
	.c-page-home__faq-item > [data-disclosure-btn]:hover:not([aria-expanded='true'])::before {
		width: 100%;
		left: 0;
		right: unset;
	}
	.c-page-home__faq-item > a:hover > span::after,
	.c-page-home__faq-item > [data-disclosure-btn]:hover > span::after {
		-webkit-transform: scale(1.25);
		transform: scale(1.25);
	}
}

.c-page-home__faq-item > a:focus-visible,
.c-page-home__faq-item > [data-disclosure-btn]:focus-visible {
	outline-width: 4px;
}

.c-page-home__faq-item > a > span,
.c-page-home__faq-item > [data-disclosure-btn] > span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 17px 45px 17px 22px;
}

@media (max-width: 767px) {
	.c-page-home__faq-item > a > span,
	.c-page-home__faq-item > [data-disclosure-btn] > span {
		padding: 5.3333333333vw 9.3333333333vw 5.3333333333vw 4vw;
	}
}

body.c-page-home .c-page-home__faq-item > a > span,
body.c-page-home .c-page-home__faq-item > [data-disclosure-btn] > span {
	padding: 30px 45px 30px 22px;
}

@media (max-width: 767px) {
	body.c-page-home .c-page-home__faq-item > a > span,
	body.c-page-home .c-page-home__faq-item > [data-disclosure-btn] > span {
		padding: 5.3333333333vw 9.3333333333vw 5.3333333333vw 4vw;
	}
}

.c-page-home__faq-item > a > span::before,
.c-page-home__faq-item > a > span::after,
.c-page-home__faq-item > [data-disclosure-btn] > span::before,
.c-page-home__faq-item > [data-disclosure-btn] > span::after {
	position: absolute;
	content: '';
}

.c-page-home__faq-item > a > span::before,
.c-page-home__faq-item > [data-disclosure-btn] > span::before {
	width: 35px;
	height: 35px;
	background-color: #2dd28d;
	bottom: 0;
	right: 0;
}

@media (max-width: 767px) {
	.c-page-home__faq-item > a > span::before,
	.c-page-home__faq-item > [data-disclosure-btn] > span::before {
		width: 6.6666666667vw;
		height: 6.6666666667vw;
	}
}

.c-page-home__faq-item > a > span::after,
.c-page-home__faq-item > [data-disclosure-btn] > span::after {
	width: 15px;
	height: 15px;
	background-image: url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/img/icon-plus.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	bottom: 10px;
	right: 10px;
	-webkit-transition: background-image 300ms, -webkit-transform 300ms;
	transition: background-image 300ms, -webkit-transform 300ms;
	transition: background-image 300ms, transform 300ms;
	transition: background-image 300ms, transform 300ms, -webkit-transform 300ms;
}

@media (max-width: 767px) {
	.c-page-home__faq-item > a > span::after,
	.c-page-home__faq-item > [data-disclosure-btn] > span::after {
		width: 2.9333333333vw;
		height: 2.9333333333vw;
		bottom: 1.6vw;
		right: 1.6vw;
	}
}

.c-page-home__faq-item > a span,
.c-page-home__faq-item > [data-disclosure-btn] span {
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.7;
}

@media (max-width: 767px) {
	.c-page-home__faq-item > a span,
	.c-page-home__faq-item > [data-disclosure-btn] span {
		font-size: 3.4666666667vw;
	}
}

.c-page-home__faq-item > a span[data-icon],
.c-page-home__faq-item > [data-disclosure-btn] span[data-icon] {
	font-size: 2.7rem;
	font-family: 'Montserrat', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'メイリオ', sans-serif;
	font-weight: 600;
	margin-right: 10px;
	min-width: 48px;
	line-height: 1;
}

@media (max-width: 767px) {
	.c-page-home__faq-item > a span[data-icon],
	.c-page-home__faq-item > [data-disclosure-btn] span[data-icon] {
		font-size: 5.3333333333vw;
		min-width: 8vw;
		margin-right: 2vw;
	}
}

.c-page-home__faq-item > a > span::after {
	background-image: url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/img/icon-arrow.svg');
}

.c-page-home__faq-item > [data-disclosure-btn][aria-expanded='true'] > span::after {
	background-image: url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/img/icon-minus.svg');
}

.c-page-home__faq-item > [data-disclosure-target] {
	padding: 0 60px 30px 22px;
}

@media (max-width: 767px) {
	.c-page-home__faq-item > [data-disclosure-target] {
		padding: 0 9.3333333333vw 5.3333333333vw 4vw;
	}
}

.c-page-home__faq-item > [data-disclosure-target] > div {
	padding-top: 20px;
	padding-left: 20px;
	border-top: 1px solid #bcc2c6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 767px) {
	.c-page-home__faq-item > [data-disclosure-target] > div {
		padding-top: 4vw;
		padding-left: 3.3333333333vw;
	}
}

.c-page-home__faq-item > [data-disclosure-target] > div span[data-icon] {
	font-size: 2.6rem;
	font-family: 'Montserrat', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'メイリオ', sans-serif;
	color: #078451;
	font-weight: 600;
	min-width: 20px;
	margin-right: 15px;
	margin-top: -3px;
	line-height: 1;
}

@media (max-width: 767px) {
	.c-page-home__faq-item > [data-disclosure-target] > div span[data-icon] {
		font-size: 4.8vw;
		margin-right: 2vw;
		margin-top: 2.6666666667vw;
	}
}

.c-page-home__faq-item > [data-disclosure-target] > div > p {
	font-size: 1.5rem;
	line-height: 1.8666666667;
	letter-spacing: 0.05em;
	margin-top: 0;
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.c-page-home__faq-item > [data-disclosure-target] > div > p {
		font-size: 3.4666666667vw;
	}
}

.c-page-home__faq-item > [data-disclosure-target] > div > p:not(:first-of-type) {
	margin-top: 7px;
}

@media (max-width: 1099px) {
	.c-page-home__faq-item {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.c-page-home__faq-item:nth-child(n + 3) {
		margin-top: 40px;
	}
}

@media (max-width: 1099px) {
	.c-page-home__faq-item:not(:first-child) {
		margin-top: 40px;
	}
}

@media (max-width: 767px) {
	.c-page-home__faq-item:not(:first-child) {
		margin-top: 5.3333333333vw;
	}
}

.c-page-sub__main {
	background-color: #000;
	padding-left: 25px;
	padding-right: 25px;
}

@media (max-width: 767px) {
	.c-page-sub__main {
		padding-left: 2vw;
		padding-right: 2vw;
	}
}

.c-page-sub__main > main {
	background-color: #fff;
	padding-bottom: 1px;
}

.c-page-sub__title-page {
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	.c-page-sub__title-page {
		margin-bottom: 4vw;
	}
}

.c-page-sub__nav-breadcrumb {
	margin-bottom: 80px;
}

@media (max-width: 767px) {
	.c-page-sub__nav-breadcrumb {
		margin-bottom: 8vw;
	}
}

.c-page-sub__nav-breadcrumb,
.c-page-sub__content-index,
.c-page-sub__content-main {
	max-width: 1100px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 100px;
	padding-right: 100px;
	position: relative;
	z-index: 1;
}

@media (max-width: 1099px) {
	.c-page-sub__nav-breadcrumb,
	.c-page-sub__content-index,
	.c-page-sub__content-main {
		padding-left: 9.09091%;
		padding-right: 9.09091%;
	}
}

@media (max-width: 767px) {
	.c-page-sub__nav-breadcrumb,
	.c-page-sub__content-index,
	.c-page-sub__content-main {
		padding-left: 5.3333333333vw;
		padding-right: 5.3333333333vw;
	}
}

.c-page-sub__content {
	position: relative;
	z-index: 1;
}

.c-page-sub__content::before,
.c-page-sub__content::after {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: right top;
	width: 312px;
	height: 312px;
}

@media (max-width: 767px) {
	.c-page-sub__content::before,
	.c-page-sub__content::after {
		width: 41.6vw;
		height: 41.6vw;
	}
}

.c-page-sub__content::before {
	background-image: url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/img/obj-arrow-orange.svg');
	right: 0;
	top: 0;
}

.c-page-sub__content::after {
	background-image: url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/img/obj-arrow-green.svg');
	bottom: 0;
	left: 0;
	background-position-x: -110px;
}

@media (max-width: 767px) {
	.c-page-sub__content::after {
		background-position-x: -14.6666666667vw;
	}
}

.c-page-sub__content-main,
.c-page-sub__content-index {
	padding-bottom: 200px;
}

@media (max-width: 767px) {
	.c-page-sub__content-main,
	.c-page-sub__content-index {
		padding-bottom: 21.3333333333vw;
	}
}

.c-nav-breadcrumb {
	font-size: 1.4rem;
}

@media (max-width: 767px) {
	.c-nav-breadcrumb {
		font-size: 3.2vw;
		margin-bottom: 9.3333333333vw;
	}
}

.c-nav-breadcrumb ol > li {
	display: inline;
}

.c-nav-breadcrumb ol > li:first-child::before {
	display: none;
}

.c-nav-breadcrumb ol > li:not(:last-child) {
	margin-right: 7px;
}

.c-nav-breadcrumb ol > li::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 7px;
	height: 1px;
	background: #2dd28d;
	margin: 0 7px 0 0;
}

@media (max-width: 767px) {
	.c-nav-breadcrumb ol > li::before {
		width: 1.6vw;
	}
}

.c-nav-breadcrumb a {
	display: inline;
	text-decoration: none;
	position: relative;
	color: #000;
	line-height: 2.2857142857;
	padding: 5px 0;
	text-transform: uppercase;
}

.c-nav-breadcrumb a::before {
	position: absolute;
	content: '';
	bottom: 0;
	width: 0;
	height: 2px;
	background-color: #2dd28d;
}

@media (min-width: 768px) {
	.c-nav-breadcrumb a:hover::before {
		-webkit-animation: btn-hover 400ms;
		animation: btn-hover 400ms;
	}
}

.c-nav-breadcrumb__item {
	display: inline;
	margin: 0;
	padding: 0;
}

.c-nav-breadcrumb__item[data-breadcrumb='current'] a {
	pointer-events: none;
}

.c-title-page {
	background: url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/img/bg-title.jpg') no-repeat left center/cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px 0;
	position: relative;
	overflow: hidden;
	margin: 0;
	z-index: 0;
}

@media (max-width: 767px) {
	.c-title-page {
		padding: 6.6666666667vw 0;
	}
}

.c-title-page::before,
.c-title-page::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.4;
}

.c-title-page::before {
	background-color: #00a8be;
}

body[data-path^='/mission/'] .c-title-page::before {
	background-color: #e2042f;
}

body[data-path^='/culture/'] .c-title-page::before {
	background-color: #1ee204;
}

body[data-path^='/stories/'] .c-title-page::before {
	background-color: #0448e2;
}

.c-title-page::after {
	background-color: #000;
	opacity: 0.55;
}

.c-title-page h1,
.c-title-page p {
	max-width: 1100px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 100px;
	padding-right: 100px;
	margin: 0 auto;
	text-align: left;
	font-family: 'Montserrat', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'メイリオ', sans-serif;
	font-weight: bold;
	color: #fff;
	line-height: 1.5555555556;
	text-transform: uppercase;
}

@media (max-width: 1099px) {
	.c-title-page h1,
	.c-title-page p {
		padding-left: 9.09091%;
		padding-right: 9.09091%;
	}
}

@media (max-width: 767px) {
	.c-title-page h1,
	.c-title-page p {
		padding-left: 5.3333333333vw;
		padding-right: 5.3333333333vw;
	}
}

@media (min-width: 768px) {
	.c-title-page h1,
	.c-title-page p {
		font-size: 9rem;
	}
}

@media (max-width: 1099px) {
	.c-title-page h1,
	.c-title-page p {
		font-size: 70.71429px;
	}
}

@media (max-width: 767px) {
	.c-title-page h1,
	.c-title-page p {
		font-size: 8vw;
	}
}

.c-pagination {
	clear: both;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 20px 0 0;
	text-align: center;
	font-family: 'Montserrat', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'メイリオ', sans-serif;
}

@media (max-width: 767px) {
	.c-pagination {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.c-pagination[data-page='index'] {
	margin-top: 80px;
}

@media (max-width: 767px) {
	.c-pagination[data-page='index'] {
		margin-top: 13.3333333333vw;
	}
}

@media (max-width: 767px) {
	.c-pagination[data-page='detail'] {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.c-pagination a,
.c-pagination button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	color: currentcolor;
	text-decoration: none;
	line-height: 1.7;
	cursor: pointer;
}

@media (max-width: 767px) {
	.c-pagination a,
	.c-pagination button {
		font-size: 3.4666666667vw;
	}
}

.c-pagination__prev,
.c-pagination__next {
	margin: 6px 0;
	line-height: 1;
}

@media (max-width: 767px) {
	.c-pagination__prev,
	.c-pagination__next {
		margin: 1.3333333333vw 0;
	}
}

.c-pagination__prev a,
.c-pagination__prev button,
.c-pagination__next a,
.c-pagination__next button {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	position: relative;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.1875;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.c-pagination__prev a,
	.c-pagination__prev button,
	.c-pagination__next a,
	.c-pagination__next button {
		font-size: 4vw;
	}
}

.c-pagination__prev a::before,
.c-pagination__prev a::after,
.c-pagination__prev button::before,
.c-pagination__prev button::after,
.c-pagination__next a::before,
.c-pagination__next a::after,
.c-pagination__next button::before,
.c-pagination__next button::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.c-pagination__prev a::before,
.c-pagination__prev button::before,
.c-pagination__next a::before,
.c-pagination__next button::before {
	width: 20px;
	height: 20px;
	background: #2dd28d;
}

@media (max-width: 767px) {
	.c-pagination__prev a::before,
	.c-pagination__prev button::before,
	.c-pagination__next a::before,
	.c-pagination__next button::before {
		width: 4.6666666667vw;
		height: 4.6666666667vw;
	}
}

.c-pagination__prev a::after,
.c-pagination__prev button::after,
.c-pagination__next a::after,
.c-pagination__next button::after {
	width: 10px;
	height: 10px;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-transition: -webkit-transform 300ms;
	transition: -webkit-transform 300ms;
	transition: transform 300ms;
	transition: transform 300ms, -webkit-transform 300ms;
}

@media (max-width: 767px) {
	.c-pagination__prev a::after,
	.c-pagination__prev button::after,
	.c-pagination__next a::after,
	.c-pagination__next button::after {
		width: 2.2666666667vw;
		height: 2.2666666667vw;
	}
}

.c-pagination__prev a[data-disabled='true'],
.c-pagination__prev button[data-disabled='true'],
.c-pagination__next a[data-disabled='true'],
.c-pagination__next button[data-disabled='true'] {
	color: #394151;
	pointer-events: none;
}

.c-pagination__prev a[data-disabled='true']::before,
.c-pagination__prev button[data-disabled='true']::before,
.c-pagination__next a[data-disabled='true']::before,
.c-pagination__next button[data-disabled='true']::before {
	background: #394151;
}

.c-pagination__prev a span,
.c-pagination__prev button span,
.c-pagination__next a span,
.c-pagination__next button span {
	display: inline-block;
	position: relative;
	padding: 3px 0;
}

.c-pagination__prev a span::before,
.c-pagination__prev button span::before,
.c-pagination__next a span::before,
.c-pagination__next button span::before {
	position: absolute;
	content: '';
	bottom: 0;
	width: 0;
	height: 3px;
	margin: 0 auto;
	background-color: #2dd28d;
	-webkit-transition: width 300ms, left 300ms, right 300ms;
	transition: width 300ms, left 300ms, right 300ms;
}

@media (min-width: 768px) {
	.c-pagination__prev a:hover span::before,
	.c-pagination__prev button:hover span::before,
	.c-pagination__next a:hover span::before,
	.c-pagination__next button:hover span::before {
		width: 100%;
	}
}

.c-pagination__prev {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.c-pagination__prev a,
.c-pagination__prev button {
	padding-left: 25px;
}

@media (max-width: 767px) {
	.c-pagination__prev a,
	.c-pagination__prev button {
		padding-left: 5.3333333333vw;
	}
}

.c-pagination__prev a::before,
.c-pagination__prev button::before {
	left: 0;
}

.c-pagination__prev a::after,
.c-pagination__prev button::after {
	left: 5px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	background-image: url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/img/icon-arrow-prev.svg');
}

@media (max-width: 767px) {
	.c-pagination__prev a::after,
	.c-pagination__prev button::after {
		left: 1.3333333333vw;
	}
}

.c-pagination__prev a span::before,
.c-pagination__prev button span::before {
	left: 0;
	right: unset;
}

@media (min-width: 768px) {
	.c-pagination__prev a:hover::after,
	.c-pagination__prev button:hover::after {
		-webkit-transform: rotate(180deg) scale(1.1);
		transform: rotate(180deg) scale(1.1);
	}
	.c-pagination__prev a:hover span::before,
	.c-pagination__prev button:hover span::before {
		width: 100%;
		left: unset;
		right: 0;
	}
}

.c-pagination__next {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.c-pagination__next a,
.c-pagination__next button {
	padding-right: 25px;
}

@media (max-width: 767px) {
	.c-pagination__next a,
	.c-pagination__next button {
		padding-right: 5.3333333333vw;
	}
}

.c-pagination__next a::before,
.c-pagination__next button::before {
	right: 0;
}

.c-pagination__next a::after,
.c-pagination__next button::after {
	right: 5px;
	background-image: url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/img/icon-arrow-next.svg');
}

@media (max-width: 767px) {
	.c-pagination__next a::after,
	.c-pagination__next button::after {
		right: 1.3333333333vw;
	}
}

.c-pagination__next a span::before,
.c-pagination__next button span::before {
	left: unset;
	right: 0;
}

@media (min-width: 768px) {
	.c-pagination__next a:hover::after,
	.c-pagination__next button:hover::after {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	.c-pagination__next a:hover span::before,
	.c-pagination__next button:hover span::before {
		width: 100%;
		left: 0;
		right: unset;
	}
}

.c-pagination__numbers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style: none;
	margin: 0 40px;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	padding: 0;
}

@media (max-width: 767px) {
	.c-pagination__numbers {
		margin: 0 3.3333333333vw;
	}
}

.c-pagination__number,
.c-pagination__number--current {
	display: block;
	list-style: none;
	margin: 10px;
}

@media (max-width: 767px) {
	.c-pagination__number,
	.c-pagination__number--current {
		margin: 2vw;
	}
}

.c-pagination__number a,
.c-pagination__number button,
.c-pagination__number--current a,
.c-pagination__number--current button {
	display: block;
	padding: 0 5px 8px;
	min-width: 20px;
	text-align: center;
	background: transparent;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1;
	-webkit-transition: font-weight 300ms;
	transition: font-weight 300ms;
	position: relative;
}

@media (max-width: 767px) {
	.c-pagination__number a,
	.c-pagination__number button,
	.c-pagination__number--current a,
	.c-pagination__number--current button {
		font-size: 4.2666666667vw;
		min-width: 4.6666666667vw;
		padding: 0 0.9333333333vw 1.3333333333vw;
	}
}

.c-pagination__number a::before,
.c-pagination__number button::before,
.c-pagination__number--current a::before,
.c-pagination__number--current button::before {
	position: absolute;
	content: '';
	left: unset;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width: 0;
	height: 3px;
	background-color: #2dd28d;
	-webkit-transition: width 300ms, left 300ms, right 300ms;
	transition: width 300ms, left 300ms, right 300ms;
}

.c-pagination__number a[aria-current='page']::before,
.c-pagination__number a:hover::before,
.c-pagination__number button[aria-current='page']::before,
.c-pagination__number button:hover::before,
.c-pagination__number--current a[aria-current='page']::before,
.c-pagination__number--current a:hover::before,
.c-pagination__number--current button[aria-current='page']::before,
.c-pagination__number--current button:hover::before {
	left: 0;
	right: unset;
	width: 100%;
}

.c-pagination__number a[aria-current='page'],
.c-pagination__number button[aria-current='page'],
.c-pagination__number--current a[aria-current='page'],
.c-pagination__number--current button[aria-current='page'] {
	font-weight: bold;
}

.c-pagination__btn-back a {
	min-width: 280px;
	font-size: 1.8rem;
	display: inline-block;
	text-align: center;
	color: #000;
	background: #fff;
	font-family: 'Montserrat', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'メイリオ', sans-serif;
	border: 2px solid #000;
	font-weight: bold;
	padding-left: 56px;
	letter-spacing: 0.1em;
	line-height: 1.2083333333;
	position: relative;
	-webkit-transition: color 300ms;
	transition: color 300ms;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.c-pagination__btn-back a {
		min-width: 50.6666666667vw;
		padding-left: 12vw;
		font-size: 3.7333333333vw;
	}
}

.c-pagination__btn-back a::before,
.c-pagination__btn-back a::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.c-pagination__btn-back a::before {
	width: 56px;
	height: 100%;
	left: 0;
	background-color: #2dd28d;
}

@media (max-width: 767px) {
	.c-pagination__btn-back a::before {
		width: 12vw;
	}
}

.c-pagination__btn-back a::after {
	width: 22px;
	height: 22px;
	left: 18px;
	background-image: url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/img/icon-arrow.svg');
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: -webkit-transform 400ms;
	transition: -webkit-transform 400ms;
	transition: transform 400ms;
	transition: transform 400ms, -webkit-transform 400ms;
}

@media (max-width: 767px) {
	.c-pagination__btn-back a::after {
		width: 5.3333333333vw;
		height: 5.3333333333vw;
		left: 3.3333333333vw;
	}
}

.c-pagination__btn-back a span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding: 17px;
	z-index: 0;
}

@media (max-width: 767px) {
	.c-pagination__btn-back a span {
		padding: 3.3333333333vw 4vw;
	}
}

.c-pagination__btn-back a span::before {
	position: absolute;
	content: '';
	right: 0;
	left: unset;
	top: 0;
	height: 100%;
	width: 0;
	background-color: #2dd28d;
	z-index: -1;
	-webkit-transition: width 300ms, left 300ms, right 300ms;
	transition: width 300ms, left 300ms, right 300ms;
}

.c-pagination__btn-back a span[data-text='normal'] {
	text-transform: none;
}

@media (min-width: 768px) {
	.c-pagination__btn-back a:hover span::before {
		width: 100%;
		left: 0;
		right: unset;
	}
	.c-pagination__btn-back a:hover::after {
		-webkit-transform: scale(1.25);
		transform: scale(1.25);
	}
}

.c-pagination__btn-back a:focus-visible {
	outline-color: #ff7924;
}

.c-pagination__btn-back a[target='_blank'] {
	padding-left: 0;
	padding-right: 56px;
}

@media (max-width: 767px) {
	.c-pagination__btn-back a[target='_blank'] {
		padding-left: 0;
		padding-right: 13.3333333333vw;
	}
}

.c-pagination__btn-back a[target='_blank']::before {
	left: unset;
	right: 0;
}

.c-pagination__btn-back a[target='_blank']::after {
	width: 36px;
	height: 36px;
	left: unset;
	right: 10px;
	background-image: url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/img/icon-btn-blank.svg');
	background-size: cover;
}

@media (max-width: 767px) {
	.c-pagination__btn-back a[target='_blank']::after {
		width: 6.4vw;
		height: 6.4vw;
		left: unset;
		right: 3.7333333333vw;
	}
}

.c-pagination__btn-back a::before {
	background-color: #80888e;
}

.c-pagination__btn-back a::after {
	background-image: url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/img/icon-arrow-back.svg');
}

.c-pagination__btn-back a:hover {
	color: #fff;
}

@media (min-width: 768px) {
	.c-pagination__btn-back a:hover span::before {
		width: 100%;
		left: unset;
		right: 0;
	}
}

.c-pagination__btn-back a span::before {
	background-color: #80888e;
	left: 0;
	right: unset;
}

.c-content-main {
	background: #fff;
	font-size: 1.6rem;
	line-height: 2;
	word-break: break-word;
}

@media (max-width: 767px) {
	.c-content-main {
		font-size: 3.7333333333vw;
	}
}

body[data-path^='/stories/'] .c-content-main {
	margin-bottom: 80px;
}

@media (max-width: 767px) {
	body[data-path^='/stories/'] .c-content-main {
		margin-bottom: 12.6666666667vw;
	}
}

.c-content-main a {
	color: currentcolor;
}

.c-content-main a:not([data-btn-type]):not(.nav-anchor__link):not(.faq-list__link):not(.c-panel) {
	color: #d22d8c;
	padding-bottom: 2px;
	border-bottom: 1px solid currentcolor;
	-webkit-transition: border-bottom-color 300ms;
	transition: border-bottom-color 300ms;
}

.c-content-main a:not([data-btn-type]):not(.nav-anchor__link):not(.faq-list__link):hover {
	border-bottom-color: transparent;
}

.c-content-main a:not([data-btn-type]):not(.nav-anchor__link):not(.faq-list__link):not(.c-panel__links-cv):[target='_blank']::after {
	display: inline-block;
	content: '';
	background-color: currentcolor;
	width: 1.4375em;
	height: 1.4375em;
	vertical-align: middle;
	margin-top: -0.3125em;
	margin-left: 0.125em;
	-webkit-mask: url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/img/icon-btn-blank.svg') no-repeat center center/contain;
	mask: url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/img/icon-btn-blank.svg') no-repeat center center/contain;
}

.c-content-main h2 {
	font-size: 4.2rem;
	line-height: 1.6904761905;
	margin: 1em 0 25px;
}

@media (max-width: 767px) {
	.c-content-main h2 {
		font-size: 7.2vw;
		margin-bottom: 6.6666666667vw;
	}
}

.c-content-main h2:first-child {
	margin-top: 0;
}

.c-content-main h2[data-h2-type='type02'] {
	font-size: 7rem;
	font-weight: bold;
	text-align: left;
	padding: 0;
	font-family: 'Montserrat', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'メイリオ', sans-serif;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.c-content-main h2[data-h2-type='type02'] {
		font-size: 10.1333333333vw;
		margin-bottom: 5.3333333333vw;
	}
}

.c-content-main h2[data-h2-type='type02']::before {
	display: none;
}

.c-content-main h2[data-h2-type='type02'] span {
	display: inline-block;
	line-height: 1.1111111111;
	color: #fff;
	background-color: #000;
	padding: 4px;
}

.c-content-main h2[data-h2-type='type03'] {
	line-height: 1.3333333333;
}

.c-content-main h2[data-h2-type='type03'] span {
	color: #078451;
	font-weight: normal;
	font-size: 1.8rem;
	display: inline-block;
}

@media (max-width: 767px) {
	.c-content-main h2[data-h2-type='type03'] span {
		font-size: 4vw;
	}
}

.c-content-main h3 {
	font-size: 2.4rem;
	line-height: 1.3333333333;
	font-weight: normal;
	margin: 1em 0 20px;
	background-color: #000;
	padding: 6px;
	color: #fff;
	letter-spacing: 0.72px;
}

@media (max-width: 767px) {
	.c-content-main h3 {
		font-size: 4.8vw;
		margin-bottom: 5.3333333333vw;
		padding: 1.6vw;
	}
}

.c-content-main h3:first-child {
	margin-top: 0;
}

.c-content-main h4 {
	font-size: 2.6rem;
	line-height: 1.5384615385;
	margin: 1em 0 20px;
	position: relative;
	border-bottom: 2px solid #bcc2c6;
	padding-bottom: 7px;
	letter-spacing: 0.78px;
}

@media (max-width: 767px) {
	.c-content-main h4 {
		font-size: 5.0666666667vw;
		margin-bottom: 5.3333333333vw;
		padding-bottom: 2vw;
	}
}

.c-content-main h4::before {
	content: '';
	width: 11.1111111111%;
	height: 2px;
	background-color: #2dd28d;
	display: block;
	position: absolute;
	left: 0;
	bottom: -2px;
}

@media (max-width: 767px) {
	.c-content-main h4::before {
		width: 24%;
	}
}

.c-content-main h4:first-child {
	margin-top: 0;
}

.c-content-main h5 {
	font-size: 2.2rem;
	line-height: 1.6818181818;
	margin: 1em 0 15px;
	position: relative;
	letter-spacing: 0.66px;
}

@media (max-width: 767px) {
	.c-content-main h5 {
		font-size: 4.5333333333vw;
		margin-bottom: 3.3333333333vw;
	}
}

.c-content-main h5:first-child {
	margin-top: 0;
}

.c-content-main h6 {
	font-size: 1.8rem;
	line-height: 1.7222222222;
	margin: 1em 0 10px;
	position: relative;
	letter-spacing: 0.36px;
	color: #078451;
	font-weight: normal;
}

@media (max-width: 767px) {
	.c-content-main h6 {
		font-size: 4vw;
		margin-bottom: 2.6666666667vw;
	}
}

.c-content-main h6:first-child {
	margin-top: 0;
}

.c-content-main p {
	margin: 0.5em 0;
}

.c-content-main p:first-child {
	margin-top: 0;
}

.c-content-main p:last-child {
	margin-bottom: 0;
}

.c-content-main ul:not(.faq-list):not(.nav-anchor):not(.list-num-col):not(.list-num-row):not(.c-stories__index-list),
.c-content-main ol:not(.faq-list):not(.nav-anchor):not(.list-num-col):not(.list-num-row):not(.c-stories__index-list) {
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.c-content-main ul:not(.faq-list):not(.nav-anchor):not(.list-num-col):not(.list-num-row):not(.c-stories__index-list),
	.c-content-main ol:not(.faq-list):not(.nav-anchor):not(.list-num-col):not(.list-num-row):not(.c-stories__index-list) {
		margin-bottom: 4vw;
	}
}

.c-content-main ul:not(.faq-list):not(.nav-anchor):not(.list-num-col):not(.list-num-row):not(.c-stories__index-list):last-child,
.c-content-main ol:not(.faq-list):not(.nav-anchor):not(.list-num-col):not(.list-num-row):not(.c-stories__index-list):last-child {
	margin-bottom: 0;
}

.c-content-main ul:not(.faq-list):not(.nav-anchor):not(.list-num-col):not(.list-num-row):not(.c-stories__index-list) li,
.c-content-main ol:not(.faq-list):not(.nav-anchor):not(.list-num-col):not(.list-num-row):not(.c-stories__index-list) li {
	line-height: 1.75;
}

.c-content-main ul:not(.faq-list):not(.nav-anchor):not(.list-num-col):not(.list-num-row):not(.c-stories__index-list) li:not(:last-child),
.c-content-main ol:not(.faq-list):not(.nav-anchor):not(.list-num-col):not(.list-num-row):not(.c-stories__index-list) li:not(:last-child) {
	margin-bottom: 5px;
}

@media (max-width: 767px) {
	.c-content-main ul:not(.faq-list):not(.nav-anchor):not(.list-num-col):not(.list-num-row):not(.c-stories__index-list) li:not(:last-child),
	.c-content-main ol:not(.faq-list):not(.nav-anchor):not(.list-num-col):not(.list-num-row):not(.c-stories__index-list) li:not(:last-child) {
		margin-bottom: 1.3333333333vw;
	}
}

.c-content-main ul:not(.faq-list):not(.nav-anchor):not(.list-num-col):not(.list-num-row):not(.c-stories__index-list) > li ul,
.c-content-main ul:not(.faq-list):not(.nav-anchor):not(.list-num-col):not(.list-num-row):not(.c-stories__index-list) > li ol,
.c-content-main ol:not(.faq-list):not(.nav-anchor):not(.list-num-col):not(.list-num-row):not(.c-stories__index-list) > li ul,
.c-content-main ol:not(.faq-list):not(.nav-anchor):not(.list-num-col):not(.list-num-row):not(.c-stories__index-list) > li ol {
	margin-top: 10px;
}

@media (max-width: 767px) {
	.c-content-main ul:not(.faq-list):not(.nav-anchor):not(.list-num-col):not(.list-num-row):not(.c-stories__index-list) > li ul,
	.c-content-main ul:not(.faq-list):not(.nav-anchor):not(.list-num-col):not(.list-num-row):not(.c-stories__index-list) > li ol,
	.c-content-main ol:not(.faq-list):not(.nav-anchor):not(.list-num-col):not(.list-num-row):not(.c-stories__index-list) > li ul,
	.c-content-main ol:not(.faq-list):not(.nav-anchor):not(.list-num-col):not(.list-num-row):not(.c-stories__index-list) > li ol {
		margin-top: 1.3333333333vw;
	}
}

.c-content-main ul:not(.faq-list):not(.nav-anchor):not(.list-num-col):not(.list-num-row):not(.c-stories__index-list) > li {
	padding-left: 15px;
	position: relative;
}

@media (max-width: 767px) {
	.c-content-main ul:not(.faq-list):not(.nav-anchor):not(.list-num-col):not(.list-num-row):not(.c-stories__index-list) > li {
		padding-left: 4vw;
	}
}

.c-content-main ul:not(.faq-list):not(.nav-anchor):not(.list-num-col):not(.list-num-row):not(.c-stories__index-list) > li::before {
	content: '';
	display: inline-block;
	vertical-align: 1px;
	position: absolute;
	left: 0;
	top: 13px;
	width: 7px;
	height: 2px;
	background: #2dd28d;
}

@media (max-width: 767px) {
	.c-content-main ul:not(.faq-list):not(.nav-anchor):not(.list-num-col):not(.list-num-row):not(.c-stories__index-list) > li::before {
		top: 2.9333333333vw;
		width: 1.6vw;
	}
}

.c-content-main ul:not(.faq-list):not(.nav-anchor):not(.list-num-col):not(.list-num-row):not(.c-stories__index-list) > li > ul > li::before {
	background: #bcc2c6;
}

.c-content-main ol:not(.faq-list) {
	counter-reset: content-main-ol-default;
}

.c-content-main ol:not(.faq-list) > li {
	padding-left: 30px;
	position: relative;
}

@media (max-width: 767px) {
	.c-content-main ol:not(.faq-list) > li {
		padding-left: 6vw;
	}
}

.c-content-main ol:not(.faq-list) > li::before {
	display: inline-block;
	content: counter(content-main-ol-default, decimal-leading-zero) '. ';
	counter-increment: content-main-ol-default;
	font-size: 1.5rem;
	color: #078451;
	font-weight: 600;
	position: absolute;
	font-family: 'Montserrat', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'メイリオ', sans-serif;
	left: 0;
	top: 0;
}

@media (max-width: 767px) {
	.c-content-main ol:not(.faq-list) > li::before {
		font-size: 3.6vw;
	}
}

.c-content-main ol:not(.faq-list) > li > ol > li::before {
	color: #528045;
}

.c-content-main table {
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 2em;
}

.c-content-main caption {
	font-weight: bold;
	text-align: left;
}

@media (max-width: 767px) {
	.c-content-main caption {
		display: block;
	}
}

@media (max-width: 767px) {
	.c-content-main thead {
		display: none;
	}
}

@media (max-width: 767px) {
	.c-content-main tfoot {
		display: none;
	}
}

.c-content-main th,
.c-content-main td {
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 1.6px;
	font-weight: normal;
	padding: 15px 20px;
	border-bottom: 1px solid #bcc2c6;
}

@media (max-width: 767px) {
	.c-content-main th,
	.c-content-main td {
		font-size: 3.7333333333vw;
		padding: 4vw 5.3333333333vw;
	}
}

.c-content-main th {
	border-bottom-color: #2dd28d;
	text-align: left;
}

@media (max-width: 767px) {
	.c-content-main .col1-table,
	.c-content-main .col1-table tbody,
	.c-content-main .col1-table tr,
	.c-content-main .col1-table th,
	.c-content-main .col1-table td {
		width: 100%;
		display: block;
	}
}

@media (max-width: 767px) {
	.c-content-main .col1-table th,
	.c-content-main .col1-table td {
		padding: 2vw 2.6666666667vw;
	}
}

@media (min-width: 768px) {
	.c-content-main .col1-table th {
		width: 22.2222222222%;
	}
}

@media (max-width: 767px) {
	.c-content-main .col1-table th {
		border-bottom: 1px solid #2dd28d;
	}
}

@media (max-width: 767px) {
	.c-content-main .col1-table td {
		border-bottom: none;
	}
}

@media (min-width: 768px) {
	.c-content-main .col1-table tr:first-child th {
		border-bottom-color: #2dd28d;
	}
}

@media (max-width: 767px) {
	.c-content-main .col1-table tr:not(:last-child) {
		margin-bottom: 1.3333333333vw;
	}
}

.c-content-main blockquote {
	background: #f5f6f7;
	color: #000;
	margin: 30px 0;
	width: 100%;
	padding: 30px 70px;
	position: relative;
}

@media (max-width: 767px) {
	.c-content-main blockquote {
		padding: 6.6666666667vw 9.3333333333vw;
		margin: 6.6666666667vw 0;
	}
}

.c-content-main blockquote::before,
.c-content-main blockquote::after {
	content: '';
	background: url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/img/icon-quote.svg') no-repeat left top/100% auto;
	width: 40px;
	height: 32px;
	display: block;
	pointer-events: none;
	position: absolute;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media (max-width: 767px) {
	.c-content-main blockquote::before,
	.c-content-main blockquote::after {
		width: 8vw;
		height: 6.4vw;
	}
}

.c-content-main blockquote::before {
	top: -20px;
	left: 15px;
}

@media (max-width: 767px) {
	.c-content-main blockquote::before {
		top: -2.6666666667vw;
		left: 4vw;
	}
}

.c-content-main blockquote::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	bottom: -20px;
	right: 15px;
}

@media (max-width: 767px) {
	.c-content-main blockquote::after {
		bottom: -2.6666666667vw;
		right: 2.6666666667vw;
	}
}

.c-content-main figure {
	margin: 0;
}

.c-content-main figcaption {
	background: none;
	font-size: 0.875em;
	font-weight: normal;
	line-height: 1.6;
	padding: 0.8em 0;
	text-align: left;
}

.c-content-main hr {
	color: #d2cdcd;
	background: #d2cdcd;
	border-style: none;
	height: 2px;
	margin: 50px auto;
	width: 95%;
}

.c-content-main hr:first-child {
	margin-top: 0;
}

.c-content-main .grid-frame-flex,
.c-content-main .grid-frame {
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.c-content-main .grid-frame-flex {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

@media (max-width: 576px) {
	.c-content-main .grid-xs-1 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 8.33333%;
		flex-basis: 8.33333%;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.c-content-main .grid-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 8.33333%;
		flex-basis: 8.33333%;
	}
}

@media (min-width: 768px) and (max-width: 1299px) {
	.c-content-main .grid-md-1 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 8.33333%;
		flex-basis: 8.33333%;
	}
}

@media (min-width: 1300px) and (max-width: 1399px) {
	.c-content-main .grid-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 8.33333%;
		flex-basis: 8.33333%;
	}
}

@media (min-width: 1400px) {
	.c-content-main .grid-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 8.33333%;
		flex-basis: 8.33333%;
	}
}

@media (max-width: 576px) {
	.c-content-main .grid-xs-2 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 16.66667%;
		flex-basis: 16.66667%;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.c-content-main .grid-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 16.66667%;
		flex-basis: 16.66667%;
	}
}

@media (min-width: 768px) and (max-width: 1299px) {
	.c-content-main .grid-md-2 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 16.66667%;
		flex-basis: 16.66667%;
	}
}

@media (min-width: 1300px) and (max-width: 1399px) {
	.c-content-main .grid-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 16.66667%;
		flex-basis: 16.66667%;
	}
}

@media (min-width: 1400px) {
	.c-content-main .grid-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 16.66667%;
		flex-basis: 16.66667%;
	}
}

@media (max-width: 576px) {
	.c-content-main .grid-xs-3 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.c-content-main .grid-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
	}
}

@media (min-width: 768px) and (max-width: 1299px) {
	.c-content-main .grid-md-3 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
	}
}

@media (min-width: 1300px) and (max-width: 1399px) {
	.c-content-main .grid-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
	}
}

@media (min-width: 1400px) {
	.c-content-main .grid-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
	}
}

@media (max-width: 576px) {
	.c-content-main .grid-xs-4 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.c-content-main .grid-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%;
	}
}

@media (min-width: 768px) and (max-width: 1299px) {
	.c-content-main .grid-md-4 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%;
	}
}

@media (min-width: 1300px) and (max-width: 1399px) {
	.c-content-main .grid-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%;
	}
}

@media (min-width: 1400px) {
	.c-content-main .grid-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%;
	}
}

@media (max-width: 576px) {
	.c-content-main .grid-xs-5 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 41.66667%;
		flex-basis: 41.66667%;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.c-content-main .grid-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 41.66667%;
		flex-basis: 41.66667%;
	}
}

@media (min-width: 768px) and (max-width: 1299px) {
	.c-content-main .grid-md-5 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 41.66667%;
		flex-basis: 41.66667%;
	}
}

@media (min-width: 1300px) and (max-width: 1399px) {
	.c-content-main .grid-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 41.66667%;
		flex-basis: 41.66667%;
	}
}

@media (min-width: 1400px) {
	.c-content-main .grid-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 41.66667%;
		flex-basis: 41.66667%;
	}
}

@media (max-width: 576px) {
	.c-content-main .grid-xs-6 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.c-content-main .grid-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
}

@media (min-width: 768px) and (max-width: 1299px) {
	.c-content-main .grid-md-6 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
}

@media (min-width: 1300px) and (max-width: 1399px) {
	.c-content-main .grid-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
}

@media (min-width: 1400px) {
	.c-content-main .grid-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
}

@media (max-width: 576px) {
	.c-content-main .grid-xs-7 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 58.33333%;
		flex-basis: 58.33333%;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.c-content-main .grid-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 58.33333%;
		flex-basis: 58.33333%;
	}
}

@media (min-width: 768px) and (max-width: 1299px) {
	.c-content-main .grid-md-7 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 58.33333%;
		flex-basis: 58.33333%;
	}
}

@media (min-width: 1300px) and (max-width: 1399px) {
	.c-content-main .grid-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 58.33333%;
		flex-basis: 58.33333%;
	}
}

@media (min-width: 1400px) {
	.c-content-main .grid-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 58.33333%;
		flex-basis: 58.33333%;
	}
}

@media (max-width: 576px) {
	.c-content-main .grid-xs-8 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 66.66667%;
		flex-basis: 66.66667%;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.c-content-main .grid-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 66.66667%;
		flex-basis: 66.66667%;
	}
}

@media (min-width: 768px) and (max-width: 1299px) {
	.c-content-main .grid-md-8 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 66.66667%;
		flex-basis: 66.66667%;
	}
}

@media (min-width: 1300px) and (max-width: 1399px) {
	.c-content-main .grid-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 66.66667%;
		flex-basis: 66.66667%;
	}
}

@media (min-width: 1400px) {
	.c-content-main .grid-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 66.66667%;
		flex-basis: 66.66667%;
	}
}

@media (max-width: 576px) {
	.c-content-main .grid-xs-9 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.c-content-main .grid-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
	}
}

@media (min-width: 768px) and (max-width: 1299px) {
	.c-content-main .grid-md-9 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
	}
}

@media (min-width: 1300px) and (max-width: 1399px) {
	.c-content-main .grid-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
	}
}

@media (min-width: 1400px) {
	.c-content-main .grid-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
	}
}

@media (max-width: 576px) {
	.c-content-main .grid-xs-10 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 83.33333%;
		flex-basis: 83.33333%;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.c-content-main .grid-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 83.33333%;
		flex-basis: 83.33333%;
	}
}

@media (min-width: 768px) and (max-width: 1299px) {
	.c-content-main .grid-md-10 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 83.33333%;
		flex-basis: 83.33333%;
	}
}

@media (min-width: 1300px) and (max-width: 1399px) {
	.c-content-main .grid-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 83.33333%;
		flex-basis: 83.33333%;
	}
}

@media (min-width: 1400px) {
	.c-content-main .grid-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 83.33333%;
		flex-basis: 83.33333%;
	}
}

@media (max-width: 576px) {
	.c-content-main .grid-xs-11 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 91.66667%;
		flex-basis: 91.66667%;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.c-content-main .grid-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 91.66667%;
		flex-basis: 91.66667%;
	}
}

@media (min-width: 768px) and (max-width: 1299px) {
	.c-content-main .grid-md-11 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 91.66667%;
		flex-basis: 91.66667%;
	}
}

@media (min-width: 1300px) and (max-width: 1399px) {
	.c-content-main .grid-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 91.66667%;
		flex-basis: 91.66667%;
	}
}

@media (min-width: 1400px) {
	.c-content-main .grid-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 91.66667%;
		flex-basis: 91.66667%;
	}
}

@media (max-width: 576px) {
	.c-content-main .grid-xs-12 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.c-content-main .grid-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

@media (min-width: 768px) and (max-width: 1299px) {
	.c-content-main .grid-md-12 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

@media (min-width: 1300px) and (max-width: 1399px) {
	.c-content-main .grid-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

@media (min-width: 1400px) {
	.c-content-main .grid-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

@media (max-width: 576px) {
	.c-content-main .grid-xs-d5 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.c-content-main .grid-sm-d5 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
	}
}

@media (min-width: 768px) and (max-width: 1299px) {
	.c-content-main .grid-md-d5 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
	}
}

@media (min-width: 1300px) and (max-width: 1399px) {
	.c-content-main .grid-lg-d5 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
	}
}

@media (min-width: 1400px) {
	.c-content-main .grid-xl-d5 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
	}
}

@media (max-width: 576px) {
	.c-content-main .grid-xs-flex {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.c-content-main .grid-sm-flex {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
	}
}

@media (min-width: 768px) and (max-width: 1299px) {
	.c-content-main .grid-md-flex {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
	}
}

@media (min-width: 1300px) and (max-width: 1399px) {
	.c-content-main .grid-lg-flex {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
	}
}

@media (min-width: 1400px) {
	.c-content-main .grid-xl-flex {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
	}
}

.c-content-main .mt-zero {
	margin-top: 0;
}

.c-content-main .mb-zero {
	margin-bottom: 0;
}

@media (max-width: 576px) {
	.c-content-main .mt-narrow {
		margin-top: 5px;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.c-content-main .mt-narrow {
		margin-top: 10px;
	}
}

@media (min-width: 768px) and (max-width: 1299px) {
	.c-content-main .mt-narrow {
		margin-top: 10px;
	}
}

@media (min-width: 1300px) and (max-width: 1399px) {
	.c-content-main .mt-narrow {
		margin-top: 15px;
	}
}

@media (min-width: 1400px) {
	.c-content-main .mt-narrow {
		margin-top: 15px;
	}
}

@media (max-width: 576px) {
	.c-content-main .mt-wide {
		margin-top: 30px;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.c-content-main .mt-wide {
		margin-top: 50px;
	}
}

@media (min-width: 768px) and (max-width: 1299px) {
	.c-content-main .mt-wide {
		margin-top: 50px;
	}
}

@media (min-width: 1300px) and (max-width: 1399px) {
	.c-content-main .mt-wide {
		margin-top: 80px;
	}
}

@media (min-width: 1400px) {
	.c-content-main .mt-wide {
		margin-top: 80px;
	}
}

@media (max-width: 576px) {
	.c-content-main .mb-narrow {
		margin-bottom: 5px;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.c-content-main .mb-narrow {
		margin-bottom: 10px;
	}
}

@media (min-width: 768px) and (max-width: 1299px) {
	.c-content-main .mb-narrow {
		margin-bottom: 10px;
	}
}

@media (min-width: 1300px) and (max-width: 1399px) {
	.c-content-main .mb-narrow {
		margin-bottom: 15px;
	}
}

@media (min-width: 1400px) {
	.c-content-main .mb-narrow {
		margin-bottom: 15px;
	}
}

@media (max-width: 576px) {
	.c-content-main .mb-wide {
		margin-bottom: 30px;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.c-content-main .mb-wide {
		margin-bottom: 50px;
	}
}

@media (min-width: 768px) and (max-width: 1299px) {
	.c-content-main .mb-wide {
		margin-bottom: 50px;
	}
}

@media (min-width: 1300px) and (max-width: 1399px) {
	.c-content-main .mb-wide {
		margin-bottom: 80px;
	}
}

@media (min-width: 1400px) {
	.c-content-main .mb-wide {
		margin-bottom: 80px;
	}
}

.c-content-main [data-opt-bgcolor] {
	padding: 30px;
}

.c-content-main [data-opt-bgcolor='gray'] {
	background-color: #f5f6f7;
}

.c-content-main [data-opt-border] {
	border-color: #394151;
	padding: 30px;
}

.c-content-main [data-opt-border='bold'] {
	border-width: 2px;
	border-style: solid;
}

.c-content-main [data-opt-border='thin'] {
	border-width: 1px;
	border-style: solid;
}

.c-content-main [data-opt-border='dotted'] {
	border-width: 1px;
	border-style: dotted;
}

.c-content-main [data-opt-border-position='tb'] {
	border-left-width: 0;
	border-right-width: 0;
	padding-bottom: 30px;
	padding-top: 30px;
}

.c-content-main [data-opt-border-position='lr'] {
	border-top-width: 0;
	border-bottom-width: 0;
	padding-left: 30px;
	padding-right: 30px;
}

.c-content-main [data-opt-border-position='trl'] {
	border-bottom-width: 0;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
}

.c-content-main [data-opt-border-position='rbl'] {
	border-top-width: 0;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
}

.c-content-main [data-section] {
	margin-bottom: 102px;
}

@media (max-width: 767px) {
	.c-content-main [data-section] {
		margin-bottom: 21.53333vw;
	}
}

.c-content-main [data-block] {
	margin-bottom: 60px;
}

@media (max-width: 767px) {
	.c-content-main [data-block] {
		margin-bottom: 12.6666666667vw;
	}
}

.c-content-main [data-block]:last-child {
	margin-bottom: 0;
}

.c-content-main [data-mb='large'] {
	margin-bottom: 120px !important;
}

@media (max-width: 767px) {
	.c-content-main [data-mb='large'] {
		margin-bottom: 25.33333vw !important;
	}
}

.c-content-main [data-mb='large02'] {
	margin-bottom: 79.998px !important;
}

@media (max-width: 767px) {
	.c-content-main [data-mb='large02'] {
		margin-bottom: 16.88847vw !important;
	}
}

.c-content-main [data-mb='small'] {
	margin-bottom: 40px !important;
}

@media (max-width: 767px) {
	.c-content-main [data-mb='small'] {
		margin-bottom: 8.44444vw !important;
	}
}

.c-content-main [data-mb='small02'] {
	margin-bottom: 24px !important;
}

@media (max-width: 767px) {
	.c-content-main [data-mb='small02'] {
		margin-bottom: 5.06667vw !important;
	}
}

.c-content-main [data-mb='none'] {
	margin-bottom: 0 !important;
}

.c-content-main [data-font-color='primary'] {
	color: #2dd28d;
}

.c-content-main [data-font-color='primary-darker'] {
	color: #078451;
}

.c-content-main [data-font-size='18'] {
	font-size: 1.8rem;
}

@media (max-width: 767px) {
	.c-content-main [data-font-size='18'] {
		font-size: 4vw;
	}
}

.c-content-main [data-font-size='22'] {
	font-size: 2.2rem;
	line-height: 1.9090909091;
}

@media (max-width: 767px) {
	.c-content-main [data-font-size='22'] {
		font-size: 4.2666666667vw;
	}
}

.c-content-main [data-font-size='26'] {
	font-size: 2.6rem;
	line-height: 1.7692307692;
}

@media (max-width: 767px) {
	.c-content-main [data-font-size='26'] {
		font-size: 4.5333333333vw;
	}
}

.c-content-main [data-font-weight='bold'] {
	font-weight: bold;
}

.c-content-main [data-align='left'] {
	text-align: left;
}

.c-content-main [data-align='center'] {
	text-align: center;
}

.c-content-main [data-align='right'] {
	text-align: right;
}

.c-content-main [data-width='80'] {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.c-content-main [data-en='upper'] {
	text-transform: uppercase;
}

.c-content-main [data-btn-type] {
	min-width: 280px;
	font-size: 1.8rem;
	display: inline-block;
	text-align: center;
	color: #000;
	background: #fff;
	font-family: 'Montserrat', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'メイリオ', sans-serif;
	border: 2px solid #000;
	font-weight: bold;
	padding-left: 56px;
	letter-spacing: 0.1em;
	line-height: 1.2083333333;
	position: relative;
	-webkit-transition: color 300ms;
	transition: color 300ms;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.c-content-main [data-btn-type] {
		min-width: 50.6666666667vw;
		padding-left: 12vw;
		font-size: 3.7333333333vw;
	}
}

.c-content-main [data-btn-type]::before,
.c-content-main [data-btn-type]::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.c-content-main [data-btn-type]::before {
	width: 56px;
	height: 100%;
	left: 0;
	background-color: #2dd28d;
}

@media (max-width: 767px) {
	.c-content-main [data-btn-type]::before {
		width: 12vw;
	}
}

.c-content-main [data-btn-type]::after {
	width: 22px;
	height: 22px;
	left: 18px;
	background-image: url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/img/icon-arrow.svg');
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: -webkit-transform 400ms;
	transition: -webkit-transform 400ms;
	transition: transform 400ms;
	transition: transform 400ms, -webkit-transform 400ms;
}

@media (max-width: 767px) {
	.c-content-main [data-btn-type]::after {
		width: 5.3333333333vw;
		height: 5.3333333333vw;
		left: 3.3333333333vw;
	}
}

.c-content-main [data-btn-type] span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding: 17px;
	z-index: 0;
}

@media (max-width: 767px) {
	.c-content-main [data-btn-type] span {
		padding: 3.3333333333vw 4vw;
	}
}

.c-content-main [data-btn-type] span::before {
	position: absolute;
	content: '';
	right: 0;
	left: unset;
	top: 0;
	height: 100%;
	width: 0;
	background-color: #2dd28d;
	z-index: -1;
	-webkit-transition: width 300ms, left 300ms, right 300ms;
	transition: width 300ms, left 300ms, right 300ms;
}

.c-content-main [data-btn-type] span[data-text='normal'] {
	text-transform: none;
}

@media (min-width: 768px) {
	.c-content-main [data-btn-type]:hover span::before {
		width: 100%;
		left: 0;
		right: unset;
	}
	.c-content-main [data-btn-type]:hover::after {
		-webkit-transform: scale(1.25);
		transform: scale(1.25);
	}
}

.c-content-main [data-btn-type]:focus-visible {
	outline-color: #ff7924;
}

.c-content-main [data-btn-type][target='_blank'] {
	padding-left: 0;
	padding-right: 56px;
}

@media (max-width: 767px) {
	.c-content-main [data-btn-type][target='_blank'] {
		padding-left: 0;
		padding-right: 13.3333333333vw;
	}
}

.c-content-main [data-btn-type][target='_blank']::before {
	left: unset;
	right: 0;
}

.c-content-main [data-btn-type][target='_blank']::after {
	width: 36px;
	height: 36px;
	left: unset;
	right: 10px;
	background-image: url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/img/icon-btn-blank.svg');
	background-size: cover;
}

@media (max-width: 767px) {
	.c-content-main [data-btn-type][target='_blank']::after {
		width: 6.4vw;
		height: 6.4vw;
		left: unset;
		right: 3.7333333333vw;
	}
}

.c-content-main [data-btn-type='em'] {
	min-width: 280px;
	font-size: 1.8rem;
	display: inline-block;
	text-align: center;
	color: #000;
	background: #fff;
	font-family: 'Montserrat', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'メイリオ', sans-serif;
	border: 2px solid #000;
	font-weight: bold;
	padding-left: 56px;
	letter-spacing: 0.1em;
	line-height: 1.2083333333;
	position: relative;
	-webkit-transition: color 300ms;
	transition: color 300ms;
	text-transform: uppercase;
	color: #fff;
	background: #000;
	border: none;
}

@media (max-width: 767px) {
	.c-content-main [data-btn-type='em'] {
		min-width: 50.6666666667vw;
		padding-left: 12vw;
		font-size: 3.7333333333vw;
	}
}

.c-content-main [data-btn-type='em']::before,
.c-content-main [data-btn-type='em']::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.c-content-main [data-btn-type='em']::before {
	width: 56px;
	height: 100%;
	left: 0;
	background-color: #2dd28d;
}

@media (max-width: 767px) {
	.c-content-main [data-btn-type='em']::before {
		width: 12vw;
	}
}

.c-content-main [data-btn-type='em']::after {
	width: 22px;
	height: 22px;
	left: 18px;
	background-image: url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/img/icon-arrow.svg');
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: -webkit-transform 400ms;
	transition: -webkit-transform 400ms;
	transition: transform 400ms;
	transition: transform 400ms, -webkit-transform 400ms;
}

@media (max-width: 767px) {
	.c-content-main [data-btn-type='em']::after {
		width: 5.3333333333vw;
		height: 5.3333333333vw;
		left: 3.3333333333vw;
	}
}

.c-content-main [data-btn-type='em'] span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding: 17px;
	z-index: 0;
}

@media (max-width: 767px) {
	.c-content-main [data-btn-type='em'] span {
		padding: 3.3333333333vw 4vw;
	}
}

.c-content-main [data-btn-type='em'] span::before {
	position: absolute;
	content: '';
	right: 0;
	left: unset;
	top: 0;
	height: 100%;
	width: 0;
	background-color: #2dd28d;
	z-index: -1;
	-webkit-transition: width 300ms, left 300ms, right 300ms;
	transition: width 300ms, left 300ms, right 300ms;
}

.c-content-main [data-btn-type='em'] span[data-text='normal'] {
	text-transform: none;
}

@media (min-width: 768px) {
	.c-content-main [data-btn-type='em']:hover span::before {
		width: 100%;
		left: 0;
		right: unset;
	}
	.c-content-main [data-btn-type='em']:hover::after {
		-webkit-transform: scale(1.25);
		transform: scale(1.25);
	}
}

.c-content-main [data-btn-type='em']:focus-visible {
	outline-color: #ff7924;
}

.c-content-main [data-btn-type='em'][target='_blank'] {
	padding-left: 0;
	padding-right: 56px;
}

@media (max-width: 767px) {
	.c-content-main [data-btn-type='em'][target='_blank'] {
		padding-left: 0;
		padding-right: 13.3333333333vw;
	}
}

.c-content-main [data-btn-type='em'][target='_blank']::before {
	left: unset;
	right: 0;
}

.c-content-main [data-btn-type='em'][target='_blank']::after {
	width: 36px;
	height: 36px;
	left: unset;
	right: 10px;
	background-image: url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/img/icon-btn-blank.svg');
	background-size: cover;
}

@media (max-width: 767px) {
	.c-content-main [data-btn-type='em'][target='_blank']::after {
		width: 6.4vw;
		height: 6.4vw;
		left: unset;
		right: 3.7333333333vw;
	}
}

@media (min-width: 768px) {
	.c-content-main [data-btn-type='em']:hover {
		color: #000;
	}
}

.c-content-main [data-btn-type='back'] {
	min-width: 280px;
	font-size: 1.8rem;
	display: inline-block;
	text-align: center;
	color: #000;
	background: #fff;
	font-family: 'Montserrat', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'メイリオ', sans-serif;
	border: 2px solid #000;
	font-weight: bold;
	padding-left: 56px;
	letter-spacing: 0.1em;
	line-height: 1.2083333333;
	position: relative;
	-webkit-transition: color 300ms;
	transition: color 300ms;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.c-content-main [data-btn-type='back'] {
		min-width: 50.6666666667vw;
		padding-left: 12vw;
		font-size: 3.7333333333vw;
	}
}

.c-content-main [data-btn-type='back']::before,
.c-content-main [data-btn-type='back']::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.c-content-main [data-btn-type='back']::before {
	width: 56px;
	height: 100%;
	left: 0;
	background-color: #2dd28d;
}

@media (max-width: 767px) {
	.c-content-main [data-btn-type='back']::before {
		width: 12vw;
	}
}

.c-content-main [data-btn-type='back']::after {
	width: 22px;
	height: 22px;
	left: 18px;
	background-image: url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/img/icon-arrow.svg');
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: -webkit-transform 400ms;
	transition: -webkit-transform 400ms;
	transition: transform 400ms;
	transition: transform 400ms, -webkit-transform 400ms;
}

@media (max-width: 767px) {
	.c-content-main [data-btn-type='back']::after {
		width: 5.3333333333vw;
		height: 5.3333333333vw;
		left: 3.3333333333vw;
	}
}

.c-content-main [data-btn-type='back'] span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding: 17px;
	z-index: 0;
}

@media (max-width: 767px) {
	.c-content-main [data-btn-type='back'] span {
		padding: 3.3333333333vw 4vw;
	}
}

.c-content-main [data-btn-type='back'] span::before {
	position: absolute;
	content: '';
	right: 0;
	left: unset;
	top: 0;
	height: 100%;
	width: 0;
	background-color: #2dd28d;
	z-index: -1;
	-webkit-transition: width 300ms, left 300ms, right 300ms;
	transition: width 300ms, left 300ms, right 300ms;
}

.c-content-main [data-btn-type='back'] span[data-text='normal'] {
	text-transform: none;
}

@media (min-width: 768px) {
	.c-content-main [data-btn-type='back']:hover span::before {
		width: 100%;
		left: 0;
		right: unset;
	}
	.c-content-main [data-btn-type='back']:hover::after {
		-webkit-transform: scale(1.25);
		transform: scale(1.25);
	}
}

.c-content-main [data-btn-type='back']:focus-visible {
	outline-color: #ff7924;
}

.c-content-main [data-btn-type='back'][target='_blank'] {
	padding-left: 0;
	padding-right: 56px;
}

@media (max-width: 767px) {
	.c-content-main [data-btn-type='back'][target='_blank'] {
		padding-left: 0;
		padding-right: 13.3333333333vw;
	}
}

.c-content-main [data-btn-type='back'][target='_blank']::before {
	left: unset;
	right: 0;
}

.c-content-main [data-btn-type='back'][target='_blank']::after {
	width: 36px;
	height: 36px;
	left: unset;
	right: 10px;
	background-image: url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/img/icon-btn-blank.svg');
	background-size: cover;
}

@media (max-width: 767px) {
	.c-content-main [data-btn-type='back'][target='_blank']::after {
		width: 6.4vw;
		height: 6.4vw;
		left: unset;
		right: 3.7333333333vw;
	}
}

.c-content-main [data-btn-type='back']::before {
	background-color: #80888e;
}

.c-content-main [data-btn-type='back']::after {
	background-image: url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/img/icon-arrow-back.svg');
}

.c-content-main [data-btn-type='back']:hover {
	color: #fff;
}

@media (min-width: 768px) {
	.c-content-main [data-btn-type='back']:hover span::before {
		width: 100%;
		left: unset;
		right: 0;
	}
}

.c-content-main [data-btn-type='back'] span::before {
	background-color: #80888e;
	left: 0;
	right: unset;
}

.c-content-main [data-btn-type='dl'] {
	padding-left: 0;
	padding-right: 56px;
}

@media (max-width: 767px) {
	.c-content-main [data-btn-type='dl'] {
		padding-left: 0;
		padding-right: 13.3333333333vw;
	}
}

.c-content-main [data-btn-type='dl']::before {
	left: unset;
	right: 0;
}

.c-content-main [data-btn-type='dl']::after {
	width: 36px;
	height: 36px;
	left: unset;
	right: 10px;
	background-image: url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/img/icon-btn-dl.svg');
	background-size: cover;
}

@media (max-width: 767px) {
	.c-content-main [data-btn-type='dl']::after {
		width: 6.4vw;
		height: 6.4vw;
		left: unset;
		right: 3.2vw;
	}
}

@media (min-width: 768px) {
	.c-content-main [data-col] {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.c-content-main [data-col] > [data-col-item] {
		float: none;
		padding: 0;
	}
}

@media (max-width: 767px) {
	.c-content-main [data-col] > [data-col-item]:not(:first-child) {
		margin-top: 7.3333333333vw;
	}
}

.c-content-main [data-col] [data-col-item] > :not(:last-child):not([data-disclosure-btn]) {
	margin-bottom: 15px;
}

@media (max-width: 767px) {
	.c-content-main [data-col] [data-col-item] > :not(:last-child):not([data-disclosure-btn]) {
		margin-bottom: 3.3333333333vw;
	}
}

@media (min-width: 768px) {
	.c-content-main [data-col^='5'] > [data-col-item] {
		width: calc(20% - 16px);
	}
	.c-content-main [data-col^='5'] > [data-col-item]:not(:nth-child(5n)) {
		margin-right: 20px;
	}
}

@media (min-width: 768px) {
	.c-content-main [data-col^='4'] > [data-col-item] {
		width: calc(25% - 15px);
	}
	.c-content-main [data-col^='4'] > [data-col-item]:not(:nth-child(4n)) {
		margin-right: 20px;
	}
}

@media (min-width: 768px) {
	.c-content-main [data-col^='3'] > [data-col-item] {
		width: calc(33.33333% - 20px);
	}
	.c-content-main [data-col^='3'] > [data-col-item]:not(:nth-child(3n)) {
		margin-right: 30px;
	}
}

@media (min-width: 768px) {
	.c-content-main [data-col^='2'] > [data-col-item] {
		width: calc(50% - 20px);
	}
	.c-content-main [data-col^='2'] > [data-col-item]:not(:nth-child(2n)) {
		margin-right: 40px;
	}
	.c-content-main [data-col^='2'] > [data-col-item][data-opt-ratio='1'] {
		width: calc(8.3333% - 20px);
	}
	.c-content-main [data-col^='2'] > [data-col-item][data-opt-ratio='2'] {
		width: calc(16.6666% - 20px);
	}
	.c-content-main [data-col^='2'] > [data-col-item][data-opt-ratio='3'] {
		width: calc(25% - 20px);
	}
	.c-content-main [data-col^='2'] > [data-col-item][data-opt-ratio='4'] {
		width: calc(33.3333% - 20px);
	}
	.c-content-main [data-col^='2'] > [data-col-item][data-opt-ratio='5'] {
		width: calc(41.6666% - 20px);
	}
	.c-content-main [data-col^='2'] > [data-col-item][data-opt-ratio='6'] {
		width: calc(58.3333% - 20px);
	}
	.c-content-main [data-col^='2'] > [data-col-item][data-opt-ratio='7'] {
		width: calc(66.6666% - 20px);
	}
	.c-content-main [data-col^='2'] > [data-col-item][data-opt-ratio='8'] {
		width: calc(75% - 20px);
	}
	.c-content-main [data-col^='2'] > [data-col-item][data-opt-ratio='9'] {
		width: calc(83.3333% - 20px);
	}
	.c-content-main [data-col^='2'] > [data-col-item][data-opt-ratio='10'] {
		width: calc(91.6666% - 20px);
	}
	.c-content-main [data-col^='2'] > [data-col-item][data-opt-ratio='11'] {
		width: calc(100% - 20px);
	}
}

.c-content-main [data-col-item='img'],
.c-content-main [data-item='img'] {
	line-height: 0;
}

.c-content-main .faq-list > li {
	position: relative;
	border: 2px solid #000;
	background-color: #fff;
	z-index: 0;
	margin: 10px 0;
}

.c-content-main .faq-list > li > a,
.c-content-main .faq-list > li > [data-disclosure-btn] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	width: 100%;
	padding: 0;
	background-color: transparent;
	color: #000;
}

@media (min-width: 768px) {
	body.c-page-home .c-content-main .faq-list > li > a,
	body.c-page-home .c-content-main .faq-list > li > [data-disclosure-btn] {
		min-height: 115px;
	}
}

.c-content-main .faq-list > li > a::before,
.c-content-main .faq-list > li > [data-disclosure-btn]::before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	right: 0;
	left: unset;
	width: 0;
	height: 100%;
	background-color: #2dd28d;
	margin: auto 0;
	z-index: -1;
	-webkit-transition: width 300ms, left 300ms, right 300ms;
	transition: width 300ms, left 300ms, right 300ms;
}

@media (min-width: 768px) {
	.c-content-main .faq-list > li > a:hover:not([aria-expanded='true'])::before,
	.c-content-main .faq-list > li > [data-disclosure-btn]:hover:not([aria-expanded='true'])::before {
		width: 100%;
		left: 0;
		right: unset;
	}
	.c-content-main .faq-list > li > a:hover > span::after,
	.c-content-main .faq-list > li > [data-disclosure-btn]:hover > span::after {
		-webkit-transform: scale(1.25);
		transform: scale(1.25);
	}
}

.c-content-main .faq-list > li > a:focus-visible,
.c-content-main .faq-list > li > [data-disclosure-btn]:focus-visible {
	outline-width: 4px;
}

.c-content-main .faq-list > li > a > span,
.c-content-main .faq-list > li > [data-disclosure-btn] > span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 17px 45px 17px 22px;
}

@media (max-width: 767px) {
	.c-content-main .faq-list > li > a > span,
	.c-content-main .faq-list > li > [data-disclosure-btn] > span {
		padding: 5.3333333333vw 9.3333333333vw 5.3333333333vw 4vw;
	}
}

body.c-page-home .c-content-main .faq-list > li > a > span,
body.c-page-home .c-content-main .faq-list > li > [data-disclosure-btn] > span {
	padding: 30px 45px 30px 22px;
}

@media (max-width: 767px) {
	body.c-page-home .c-content-main .faq-list > li > a > span,
	body.c-page-home .c-content-main .faq-list > li > [data-disclosure-btn] > span {
		padding: 5.3333333333vw 9.3333333333vw 5.3333333333vw 4vw;
	}
}

.c-content-main .faq-list > li > a > span::before,
.c-content-main .faq-list > li > a > span::after,
.c-content-main .faq-list > li > [data-disclosure-btn] > span::before,
.c-content-main .faq-list > li > [data-disclosure-btn] > span::after {
	position: absolute;
	content: '';
}

.c-content-main .faq-list > li > a > span::before,
.c-content-main .faq-list > li > [data-disclosure-btn] > span::before {
	width: 35px;
	height: 35px;
	background-color: #2dd28d;
	bottom: 0;
	right: 0;
}

@media (max-width: 767px) {
	.c-content-main .faq-list > li > a > span::before,
	.c-content-main .faq-list > li > [data-disclosure-btn] > span::before {
		width: 6.6666666667vw;
		height: 6.6666666667vw;
	}
}

.c-content-main .faq-list > li > a > span::after,
.c-content-main .faq-list > li > [data-disclosure-btn] > span::after {
	width: 15px;
	height: 15px;
	background-image: url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/img/icon-plus.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	bottom: 10px;
	right: 10px;
	-webkit-transition: background-image 300ms, -webkit-transform 300ms;
	transition: background-image 300ms, -webkit-transform 300ms;
	transition: background-image 300ms, transform 300ms;
	transition: background-image 300ms, transform 300ms, -webkit-transform 300ms;
}

@media (max-width: 767px) {
	.c-content-main .faq-list > li > a > span::after,
	.c-content-main .faq-list > li > [data-disclosure-btn] > span::after {
		width: 2.9333333333vw;
		height: 2.9333333333vw;
		bottom: 1.6vw;
		right: 1.6vw;
	}
}

.c-content-main .faq-list > li > a span,
.c-content-main .faq-list > li > [data-disclosure-btn] span {
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.7;
}

@media (max-width: 767px) {
	.c-content-main .faq-list > li > a span,
	.c-content-main .faq-list > li > [data-disclosure-btn] span {
		font-size: 3.4666666667vw;
	}
}

.c-content-main .faq-list > li > a span[data-icon],
.c-content-main .faq-list > li > [data-disclosure-btn] span[data-icon] {
	font-size: 2.7rem;
	font-family: 'Montserrat', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'メイリオ', sans-serif;
	font-weight: 600;
	margin-right: 10px;
	min-width: 48px;
	line-height: 1;
}

@media (max-width: 767px) {
	.c-content-main .faq-list > li > a span[data-icon],
	.c-content-main .faq-list > li > [data-disclosure-btn] span[data-icon] {
		font-size: 5.3333333333vw;
		min-width: 8vw;
		margin-right: 2vw;
	}
}

.c-content-main .faq-list > li > a > span::after {
	background-image: url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/img/icon-arrow.svg');
}

.c-content-main .faq-list > li > [data-disclosure-btn][aria-expanded='true'] > span::after {
	background-image: url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/img/icon-minus.svg');
}

.c-content-main .faq-list > li > [data-disclosure-target] {
	padding: 0 60px 30px 22px;
}

@media (max-width: 767px) {
	.c-content-main .faq-list > li > [data-disclosure-target] {
		padding: 0 9.3333333333vw 5.3333333333vw 4vw;
	}
}

.c-content-main .faq-list > li > [data-disclosure-target] > div {
	padding-top: 20px;
	padding-left: 20px;
	border-top: 1px solid #bcc2c6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 767px) {
	.c-content-main .faq-list > li > [data-disclosure-target] > div {
		padding-top: 4vw;
		padding-left: 3.3333333333vw;
	}
}

.c-content-main .faq-list > li > [data-disclosure-target] > div span[data-icon] {
	font-size: 2.6rem;
	font-family: 'Montserrat', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'メイリオ', sans-serif;
	color: #078451;
	font-weight: 600;
	min-width: 20px;
	margin-right: 15px;
	margin-top: -3px;
	line-height: 1;
}

@media (max-width: 767px) {
	.c-content-main .faq-list > li > [data-disclosure-target] > div span[data-icon] {
		font-size: 4.8vw;
		margin-right: 2vw;
		margin-top: 2.6666666667vw;
	}
}

.c-content-main .faq-list > li > [data-disclosure-target] > div > p {
	font-size: 1.5rem;
	line-height: 1.8666666667;
	letter-spacing: 0.05em;
	margin-top: 0;
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.c-content-main .faq-list > li > [data-disclosure-target] > div > p {
		font-size: 3.4666666667vw;
	}
}

.c-content-main .faq-list > li > [data-disclosure-target] > div > p:not(:first-of-type) {
	margin-top: 7px;
}

.c-content-main .nav-anchor {
	background-color: #f5f6f7;
	padding: 15px 18px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 10px;
	gap: 10px;
}

@media (max-width: 1099px) {
	.c-content-main .nav-anchor {
		-ms-grid-columns: 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media (max-width: 767px) {
	.c-content-main .nav-anchor {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		padding: 4vw 5.3333333333vw;
		gap: 2.6666666667vw;
	}
}

.c-content-main .nav-anchor li a {
	width: 100%;
	height: 100%;
	font-size: 1.5rem;
	display: inline-block;
	text-align: center;
	color: #000;
	background: #fff;
	font-family: 'Montserrat', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'メイリオ', sans-serif;
	border: 2px solid #000;
	font-weight: bold;
	line-height: 1.3333333333;
	position: relative;
	text-decoration: none;
}

@media (max-width: 767px) {
	.c-content-main .nav-anchor li a {
		font-size: 3.6vw;
	}
}

.c-content-main .nav-anchor li a::before,
.c-content-main .nav-anchor li a::after {
	position: absolute;
	content: '';
	display: inline-block;
	right: 0;
	bottom: 0;
	width: 16px;
	height: 16px;
}

@media (max-width: 767px) {
	.c-content-main .nav-anchor li a::before,
	.c-content-main .nav-anchor li a::after {
		width: 5.3333333333vw;
		height: 5.3333333333vw;
	}
}

.c-content-main .nav-anchor li a::before {
	background-color: #2dd28d;
}

.c-content-main .nav-anchor li a::after {
	background: url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/img/icon-arrow.svg') no-repeat center center/10px auto;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: -webkit-transform 400ms;
	transition: -webkit-transform 400ms;
	transition: transform 400ms;
	transition: transform 400ms, -webkit-transform 400ms;
	z-index: 1;
}

@media (max-width: 767px) {
	.c-content-main .nav-anchor li a::after {
		background-size: 2.6666666667vw auto;
	}
}

.c-content-main .nav-anchor li a span {
	position: relative;
	z-index: 0;
	padding: 15px 20px 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

@media (max-width: 767px) {
	.c-content-main .nav-anchor li a span {
		padding: 4vw 8vw;
	}
}

.c-content-main .nav-anchor li a span::before {
	position: absolute;
	content: '';
	right: 0;
	left: unset;
	top: 0;
	height: 100%;
	width: 0;
	background-color: #2dd28d;
	z-index: -1;
	-webkit-transition: width 300ms, left 300ms, right 300ms;
	transition: width 300ms, left 300ms, right 300ms;
}

@media (min-width: 768px) {
	.c-content-main .nav-anchor li a:hover span::before {
		width: 100%;
		left: 0;
		right: unset;
	}
}

.c-content-main .nav-anchor li a:hover::after {
	-webkit-transform: rotate(135deg) scale(1.25);
	transform: rotate(135deg) scale(1.25);
}

.c-content-main .list-num-col {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width: 767px) {
	.c-content-main .list-num-col {
		display: block;
	}
}

.c-content-main .list-num-col__item {
	margin-top: 20px;
	width: 31.1111111111%;
	padding: 0 25px 30px;
	background: #f5f6f7;
	position: relative;
	z-index: 0;
	font-family: 'Montserrat', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'メイリオ', sans-serif;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
}

@media (max-width: 767px) {
	.c-content-main .list-num-col__item {
		width: 100%;
		padding: 0 5.3333333333vw 6.6666666667vw;
		margin-top: 4vw;
	}
}

.c-content-main .list-num-col__item::before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
	background: url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/img/obj-arrow-white02.svg') no-repeat;
	width: 54.6428571429%;
	height: 72.8571428571%;
	background-size: contain;
	background-position: center;
}

@media (min-width: 768px) {
	.c-content-main .list-num-col__item:not(:nth-child(3n)) {
		margin-right: 3.3333333333%;
	}
}

@media (min-width: 768px) {
	.c-content-main .list-num-col__item:nth-child(n + 4) {
		margin-top: 50px;
	}
}

@media (max-width: 767px) {
	.c-content-main .list-num-col__item:not(:first-child) {
		margin-top: 10vw;
	}
}

.c-content-main .list-num-col__item-num {
	font-size: 4.4rem;
	line-height: 1;
	text-align: center;
	font-weight: 600;
	display: block;
	margin: -20px auto 10px;
}

@media (max-width: 767px) {
	.c-content-main .list-num-col__item-num {
		font-size: 8.6666666667vw;
		margin: -4vw auto 2.6666666667vw;
	}
}

.c-content-main .list-num-col__item-ttl {
	color: #078451;
	background-color: transparent;
	font-size: 3rem;
	padding: 0;
	border: none;
	margin: 0 0 10px;
	font-weight: 600;
	line-height: 1.1333333333;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (min-width: 768px) {
	.c-content-main .list-num-col__item-ttl {
		min-height: 70px;
	}
}

@media (max-width: 767px) {
	.c-content-main .list-num-col__item-ttl {
		font-size: 5.6vw;
		margin-bottom: 2.6666666667vw;
	}
}

.c-content-main .list-num-col__item-ttl::before,
.c-content-main .list-num-col__item-ttl::after {
	content: none;
}

.c-content-main .list-num-col__item-txt {
	font-size: 1.6rem;
	line-height: 1.625;
	margin: 0;
}

@media (max-width: 767px) {
	.c-content-main .list-num-col__item-txt {
		font-size: 3.7333333333vw;
	}
}

.c-content-main .list-num-row__item:not(:first-child) {
	margin-top: 60px;
}

@media (max-width: 767px) {
	.c-content-main .list-num-row__item:not(:first-child) {
		margin-top: 10.6666666667vw;
	}
}

.c-content-main .list-num-row__item-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 10px;
	line-height: 1.7083333333;
	font-family: 'Montserrat', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'メイリオ', sans-serif;
}

@media (max-width: 767px) {
	.c-content-main .list-num-row__item-head {
		margin-bottom: 2vw;
	}
}

.c-content-main .list-num-row__item-num {
	font-size: 3rem;
	font-weight: 600;
	display: inline-block;
	letter-spacing: 0;
	white-space: nowrap;
	line-height: 1.2666666667;
	padding-right: 25px;
	margin-right: 10px;
	position: relative;
}

@media (max-width: 767px) {
	.c-content-main .list-num-row__item-num {
		font-size: 6.6666666667vw;
		padding-right: 5.3333333333vw;
		margin-right: 2vw;
	}
}

.c-content-main .list-num-row__item-num::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto 0;
	width: 15px;
	height: 3px;
	background-color: #2dd28d;
}

@media (max-width: 767px) {
	.c-content-main .list-num-row__item-num::after {
		width: 3.3333333333vw;
	}
}

.c-content-main .list-num-row__item-ttl {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 2.4rem;
	letter-spacing: 0;
}

@media (max-width: 767px) {
	.c-content-main .list-num-row__item-ttl {
		font-size: 5.0666666667vw;
	}
}

.c-content-main .list-num-row__item-ttl::before,
.c-content-main .list-num-row__item-ttl::after {
	content: none;
}

.c-content-main .list-num-row__item-txt {
	margin: 0 0 30px;
}

@media (max-width: 767px) {
	.c-content-main .list-num-row__item-txt {
		margin-bottom: 6vw;
	}
}

.c-content-main.bge_contents .nav-anchor a,
.c-content-main.bge_contents .nav-anchor span {
	height: inherit;
}

.c-stories__index-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (min-width: 768px) and (max-width: 1099px) {
	.c-stories__index-list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media (max-width: 767px) {
	.c-stories__index-list {
		display: block;
	}
}

.c-stories__index-item {
	width: 30.9090909091%;
}

@media (min-width: 768px) and (max-width: 1099px) {
	.c-stories__index-item {
		width: 48.1818181818%;
	}
}

@media (max-width: 767px) {
	.c-stories__index-item {
		width: 100%;
	}
}

@media (min-width: 1100px) {
	.c-stories__index-item:nth-child(n + 4) {
		margin-top: 40px;
	}
}

@media (min-width: 768px) and (max-width: 1099px) {
	.c-stories__index-item:nth-child(n + 3) {
		margin-top: 40px;
	}
}

@media (min-width: 1100px) {
	.c-stories__index-item:not(:nth-child(3n)) {
		margin-right: 3.6363636364%;
	}
}

@media (max-width: 767px) {
	.c-stories__index-item:not(:first-child) {
		margin-top: 6.6666666667vw;
	}
}

.c-stories__index-item a,
.c-stories__index-item[data-no-link] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	color: #fff;
	background-color: #000;
	letter-spacing: 0.075em;
	height: 100%;
}

.c-stories__index-item a [data-item='pict'],
.c-stories__index-item[data-no-link] [data-item='pict'] {
	height: 180px;
	overflow: hidden;
}

@media (max-width: 767px) {
	.c-stories__index-item a [data-item='pict'],
	.c-stories__index-item[data-no-link] [data-item='pict'] {
		height: 34.6666666667vw;
	}
}

.c-stories__index-item a [data-item='pict'] img,
.c-stories__index-item[data-no-link] [data-item='pict'] img {
	width: 100%;
	height: auto;
	font-family: 'object-fit:cover';
	-o-object-fit: cover;
	object-fit: cover;
}

.c-stories__index-item a [data-item='textblock'],
.c-stories__index-item[data-no-link] [data-item='textblock'] {
	padding: 15px 20px 20px;
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
}

@media (max-width: 767px) {
	.c-stories__index-item a [data-item='textblock'],
	.c-stories__index-item[data-no-link] [data-item='textblock'] {
		padding: 3.3333333333vw 4vw;
	}
}

.c-stories__index-item a [data-item='textblock'] > :last-child,
.c-stories__index-item[data-no-link] [data-item='textblock'] > :last-child {
	margin-bottom: 0;
}

.c-stories__index-item a [data-item='ttl'],
.c-stories__index-item[data-no-link] [data-item='ttl'] {
	font-size: 1.9rem;
	margin: 0 0 10px;
	padding: 0;
	background-color: transparent;
	font-weight: bold;
	line-height: 1.4545454545;
}

@media (max-width: 767px) {
	.c-stories__index-item a [data-item='ttl'],
	.c-stories__index-item[data-no-link] [data-item='ttl'] {
		margin-bottom: 2vw;
		font-size: 3.4666666667vw;
	}
}

.c-stories__index-item a [data-item='desc'],
.c-stories__index-item a [data-item='tag'],
.c-stories__index-item[data-no-link] [data-item='desc'],
.c-stories__index-item[data-no-link] [data-item='tag'] {
	font-size: 1.3rem;
	margin: 0 0 6px;
	padding-right: 15px;
	line-height: 1.3846153846;
}

@media (max-width: 767px) {
	.c-stories__index-item a [data-item='desc'],
	.c-stories__index-item a [data-item='tag'],
	.c-stories__index-item[data-no-link] [data-item='desc'],
	.c-stories__index-item[data-no-link] [data-item='tag'] {
		font-size: 3.2vw;
		margin-bottom: 1.3333333333vw;
		padding-right: 6.6666666667vw;
	}
}

body[data-path='/'] .c-stories__index-item a [data-item='desc'],
body[data-path='/'] .c-stories__index-item a [data-item='tag'],
body[data-path='/'] .c-stories__index-item[data-no-link] [data-item='desc'],
body[data-path='/'] .c-stories__index-item[data-no-link] [data-item='tag'] {
	padding-right: 30px;
}

@media (max-width: 767px) {
	body[data-path='/'] .c-stories__index-item a [data-item='desc'],
	body[data-path='/'] .c-stories__index-item a [data-item='tag'],
	body[data-path='/'] .c-stories__index-item[data-no-link] [data-item='desc'],
	body[data-path='/'] .c-stories__index-item[data-no-link] [data-item='tag'] {
		padding-right: 6.6666666667vw;
	}
}

.c-stories__index-item a {
	position: relative;
	text-decoration: none !important;
	color: #fff !important;
	-webkit-transition: color 300ms;
	transition: color 300ms;
}

.c-stories__index-item a::before,
.c-stories__index-item a::after {
	position: absolute;
	content: '';
}

.c-stories__index-item a::before {
	width: 26px;
	height: 26px;
	background-color: #2dd28d;
	bottom: 0;
	right: 0;
}

@media (max-width: 767px) {
	.c-stories__index-item a::before {
		width: 6.6666666667vw;
		height: 6.6666666667vw;
	}
}

body[data-path='/'] .c-stories__index-item a::before {
	width: 35px;
	height: 35px;
}

@media (max-width: 767px) {
	body[data-path='/'] .c-stories__index-item a::before {
		width: 6.6666666667vw;
		height: 6.6666666667vw;
	}
}

.c-stories__index-item a::after {
	width: 15px;
	height: 15px;
	background-image: url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/img/icon-arrow.svg');
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 5px;
	right: 5px;
	-webkit-transition: -webkit-transform 300ms;
	transition: -webkit-transform 300ms;
	transition: transform 300ms;
	transition: transform 300ms, -webkit-transform 300ms;
}

@media (max-width: 767px) {
	.c-stories__index-item a::after {
		width: 2.6666666667vw;
		height: 2.6666666667vw;
		bottom: 2vw;
		right: 2vw;
	}
}

@media (min-width: 768px) {
	body[data-path='/'] .c-stories__index-item a::after {
		bottom: 10px;
		right: 10px;
	}
}

@media (min-width: 768px) {
	.c-stories__index-item a:hover {
		color: #000 !important;
	}
	.c-stories__index-item a:hover::after {
		-webkit-transform: scale(1.25);
		transform: scale(1.25);
	}
	.c-stories__index-item a:hover [data-item='pict'] img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	.c-stories__index-item a:hover [data-item='textblock']::before {
		width: 100%;
		left: 0;
		right: unset;
	}
}

.c-stories__index-item a:focus-visible {
	outline-color: #ff7924;
	outline-width: 4px;
}

.c-stories__index-item a [data-item='pict'] img {
	-webkit-transition: -webkit-transform 600ms ease-out;
	transition: -webkit-transform 600ms ease-out;
	transition: transform 600ms ease-out;
	transition: transform 600ms ease-out, -webkit-transform 600ms ease-out;
}

.c-stories__index-item a [data-item='textblock'] {
	z-index: 0;
}

.c-stories__index-item a [data-item='textblock']::before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	right: 0;
	left: unset;
	width: 0;
	height: 100%;
	background-color: #2dd28d;
	margin: auto 0;
	z-index: -1;
	-webkit-transition: width 300ms, left 300ms, right 300ms;
	transition: width 300ms, left 300ms, right 300ms;
}

.c-stories__detail-head {
	margin-bottom: 25px;
}

@media (max-width: 767px) {
	.c-stories__detail-head {
		margin-bottom: 4vw;
	}
}

.c-stories__detail-pict {
	margin-bottom: 40px;
	line-height: 0;
	text-align: center;
}

@media (max-width: 767px) {
	.c-stories__detail-pict {
		margin-bottom: 8vw;
	}
}

.c-stories__detail-pict img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.c-stories__detail-title {
	font-size: 4.2rem;
	font-weight: bold;
	padding: 0;
	margin: 0 0 10px;
	line-height: 1.2142857143;
	letter-spacing: 0.025em;
}

@media (max-width: 767px) {
	.c-stories__detail-title {
		font-size: 6.6666666667vw;
	}
}

.c-stories__detail-tag {
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	margin: 0;
}

@media (max-width: 767px) {
	.c-stories__detail-tag {
		font-size: 3.3333333333vw;
	}
}

.c-stories__detail-member {
	background-color: #f5f6f7;
	padding: 25px 40px;
	margin-bottom: 50px;
}

@media (max-width: 767px) {
	.c-stories__detail-member {
		padding: 5.3333333333vw 6vw;
		font-size: 6.9333333333vw;
		margin-bottom: 10.6666666667vw;
	}
}

.c-stories__detail-member-title {
	margin: 0 0 15px;
	padding: 0;
	font-family: 'Montserrat', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'メイリオ', sans-serif;
	font-size: 3.4rem;
	font-weight: bold;
	line-height: 1.2352941176;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.c-stories__detail-member-title {
		font-size: 6.2666666667vw;
		margin-bottom: 4vw;
	}
}

.c-stories__detail-member-list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [4];
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px;
	gap: 20px;
}

@media (max-width: 767px) {
	.c-stories__detail-member-list {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
	}
}

.c-stories__detail-member-item p {
	margin: 0;
}

.c-stories__detail-member-item [data-item='pict'] {
	width: 100%;
	height: 160px;
	line-height: 0;
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	.c-stories__detail-member-item [data-item='pict'] {
		height: 30.6666666667vw;
		margin-bottom: 2vw;
	}
}

.c-stories__detail-member-item [data-item='pict'] img {
	width: 100%;
	height: 100%;
	font-family: 'object-fit:cover';
	-o-object-fit: cover;
	object-fit: cover;
}

.c-stories__detail-member-item [data-item='name'] {
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.6875;
}

@media (max-width: 767px) {
	.c-stories__detail-member-item [data-item='name'] {
		font-size: 4vw;
	}
}

.c-stories__detail-member-item [data-item='job'] {
	color: #078451;
	font-size: 1.3rem;
	line-height: 1.7692307692;
}

@media (max-width: 767px) {
	.c-stories__detail-member-item [data-item='job'] {
		font-size: 3.2vw;
	}
}

.c-stories__detail-desc {
	margin-bottom: 80px;
}

@media (max-width: 767px) {
	.c-stories__detail-desc {
		margin-bottom: 12.6666666667vw;
	}
}

.c-stories__detail-desc p {
	font-size: 1.8rem;
	line-height: 2;
	letter-spacing: 0.06em;
}

@media (max-width: 767px) {
	.c-stories__detail-desc p {
		font-size: 4.2666666667vw;
	}
}

.c-stories__detail-more {
	margin-bottom: 80px;
}

@media (max-width: 767px) {
	.c-stories__detail-more {
		margin-bottom: 12.6666666667vw;
	}
}

.c-stories__detail-more-btn {
	margin: 0;
}

.c-stories__detail-more-btn a {
	max-width: 580px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	border: 2px solid #000;
	color: #000;
	min-height: 120px;
	position: relative;
}

@media (max-width: 767px) {
	.c-stories__detail-more-btn a {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		-webkit-box-pack: stretch;
		-ms-flex-pack: stretch;
		justify-content: stretch;
	}
}

.c-stories__detail-more-btn a::before {
	position: absolute;
	content: '';
	right: 0;
	left: unset;
	top: 0;
	height: 100%;
	width: 0;
	background-color: #2dd28d;
	z-index: -1;
	-webkit-transition: width 300ms, left 300ms, right 300ms;
	transition: width 300ms, left 300ms, right 300ms;
}

@media (min-width: 768px) {
	.c-stories__detail-more-btn a:hover::before {
		width: 100%;
		left: 0;
		right: unset;
	}
	.c-stories__detail-more-btn a:hover [data-item='textbox']::after {
		-webkit-transform: scale(1.25);
		transform: scale(1.25);
	}
}

.c-stories__detail-more-btn a [data-item='pict'] {
	width: 36.2068965517%;
	line-height: 0;
	overflow: hidden;
}

@media (max-width: 767px) {
	.c-stories__detail-more-btn a [data-item='pict'] {
		width: 100%;
		height: 26.6666666667vw;
	}
}

.c-stories__detail-more-btn a [data-item='pict'] img {
	width: 100%;
	height: 100%;
	font-family: 'object-fit:cover';
	-o-object-fit: cover;
	object-fit: cover;
}

.c-stories__detail-more-btn a [data-item='textbox'] {
	-webkit-box-flex: 1;
	-ms-flex: 1 0;
	flex: 1 0;
	padding: 20px 55px 20px 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

@media (max-width: 767px) {
	.c-stories__detail-more-btn a [data-item='textbox'] {
		padding: 4vw 11.3333333333vw 4vw 4vw;
	}
}

.c-stories__detail-more-btn a [data-item='textbox']::before,
.c-stories__detail-more-btn a [data-item='textbox']::after {
	position: absolute;
	content: '';
}

.c-stories__detail-more-btn a [data-item='textbox']::before {
	width: 56px;
	height: 56px;
	background-color: #2dd28d;
	bottom: 0;
	right: 0;
}

@media (max-width: 767px) {
	.c-stories__detail-more-btn a [data-item='textbox']::before {
		width: 10.6666666667vw;
		height: 10.6666666667vw;
	}
}

.c-stories__detail-more-btn a [data-item='textbox']::after {
	width: 36px;
	height: 36px;
	background-image: url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/img/icon-btn-blank.svg');
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 10px;
	right: 10px;
	-webkit-transition: -webkit-transform 300ms;
	transition: -webkit-transform 300ms;
	transition: transform 300ms;
	transition: transform 300ms, -webkit-transform 300ms;
}

@media (max-width: 767px) {
	.c-stories__detail-more-btn a [data-item='textbox']::after {
		width: 6vw;
		height: 6vw;
		bottom: 2.2666666667vw;
		right: 2.2666666667vw;
	}
}

.c-stories__detail-more-btn a span {
	display: block;
}

.c-stories__detail-more-btn a [data-item='ttl'] {
	font-size: 2.2rem;
	line-height: 1.4545454545;
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	.c-stories__detail-more-btn a [data-item='ttl'] {
		font-size: 5.0666666667vw;
		margin-bottom: 2.6666666667vw;
	}
}

.c-stories__detail-more-btn a [data-item='more'] {
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.15em;
}

@media (max-width: 767px) {
	.c-stories__detail-more-btn a [data-item='more'] {
		font-size: 4.2666666667vw;
	}
}

.home-main-visual {
  padding: 60px 30px;
  margin: 0 auto;
  max-width: 1300px;
  
  background-position: top 74px left;
  background-repeat: no-repeat;
  
}

.home-main-visual__title { grid-area: 1 / 1 / 2 / 2; }
.home-main-visual__desc { grid-area: 2 / 1 / 3 / 2; }
/*.home-main-visual__video { grid-area: 1 / 2 / 4 / 3; }*/
.home-main-visual__buttons { grid-area: 3 / 1 / 4 / 2; }

@media screen and (max-width: 768px) {
  .home-main-visual {
    padding: 24px 24px 32px;
    display: block;
    background-position: top ;
  }
}

.home-main-visual__title{
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .home-main-visual__title {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 768px) {
  .home-main-visual__video {
    margin-top: 8px;
  }
}

@media screen and  (min-width: 769px) and (max-width:1299px) {
  .home-main-visual__video {
    min-width: 500px !important;
    width: initial !important;
  }
}

.home-main-visual__video {
  min-width: 750px;
  width: 750px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .home-main-visual__video {
    min-width: initial;
    width: calc(100vw - 48px);
  }
}
.home-main-visual__video video {
  display: block;
  height: 100%;
  width: 100%;
}

.home-main-visual__copy {
  line-height: 68px;
  font-weight: bold;
  color: #ffffff;
}

h1.home-main-visual__copy {
  font-size: 3rem;
}

span.home-main-visual__copy {
  font-size: 3.75rem;
}

@media screen and (max-width: 640px) {
  span.home-main-visual__copy {
    font-size: 3rem;
  }
  h1.home-main-visual__copy {
    font-size: 2.25rem;
    line-height: 1.1;
  }
}

p.home-main-visual__desc {
  font-size: 17.28571px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: .05em;
  padding-bottom: 1rem;
}

@media (min-width: 768px){
p.home-main-visual__desc {
    font-size: 2.2rem
}
}

@media screen and (max-width: 640px) {
  p.home-main-visual__desc {
    padding-bottom: .7em;
  }
}

.home-main-visual__buttons {
  width: 390px !important;
  display: flex;
  flex-wrap: wrap;
	justify-content: space-between;
  gap: 20px;
  margin-top: calc(40px - 1rem);
}

@media screen and (max-width: 640px) {
  .home-main-visual__buttons {
    width: 100% !important;
  }
}

.home-main-visual__button.button-contact {
  flex-basis: 100%;
}

.home-main-visual__buttons a {
  line-height: 1rem;
  align-items: center;
  border-radius: 2rem;
  box-shadow: 0 0 16px #4c566c26;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-weight: bold;
  height: 44px;
  justify-content: center;
  padding: 0 22px;
  transition: opacity 0.1s ease-out;
  font-size: 0.875rem;
  line-height: 1.1;
  transition: 0.2s all;
  position: relative;
}

.home-main-visual__buttons a::after{
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 1rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 1.5em;
}

.home-main-visual__button.button-contact {
  font-size: 18px;
  height: 64px;
  background-color: #2dd28d;
}

@media screen and (max-width: 640px) {
  .home-main-visual__button.button-contact {
    height: 58px;
  }
}



.home-main-visual__button.button-contact:hover {
  color: #2dd28d;
  background-color: #ffffff;
}

.home-main-visual__button.button-contact:hover::after{
  border-top: 2px solid #2dd28d;
  border-right: 2px solid #2dd28d;
}

.home-main-visual__button.button-download, .home-main-visual__button.button-seminar {
  font-size: 16px;
  height: 57px;
  background-color: #fcb100;
  flex-basis: calc(50% - 10px);
}

@media screen and (max-width: 640px) {
  .home-main-visual__button.button-download, .home-main-visual__button.button-seminar {
    height: 50px;
  }
}

.home-main-visual__button.button-download:hover, .home-main-visual__button.button-seminar:hover {
  color: #fcb100;
  background-color: #ffffff;
}

.home-main-visual__button.button-download.download:hover::after, .home-main-visual__button.button-seminar:hover::after{
  border-top: 2px solid #fcb100;
  border-right: 2px solid #fcb100;
}

.home-main-visual-wrapper {
  background: #4c566c;
  padding-bottom: 15px;
}



.c-projects__index-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (min-width: 768px) and (max-width: 1099px) {
	.c-projects__index-list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media (max-width: 767px) {
	.c-projects__index-list {
		display: block;
	}
}

.c-projects__index-item {
	width: 30.9090909091%;
}

/*@media (min-width: 768px) and (max-width: 1099px) {
	.c-projects__index-item {
		width: 48.1818181818%;
	}
}

@media (max-width: 767px) {
	.c-projects__index-item {
		width: 100%;
	}
}

@media (min-width: 1100px) {
	.c-projects__index-item:nth-child(n + 4) {
		margin-top: 40px;
	}
}

@media (min-width: 768px) and (max-width: 1099px) {
	.c-projects__index-item:nth-child(n + 3) {
		margin-top: 40px;
	}
}

@media (min-width: 1100px) {
	.c-projects__index-item:not(:nth-child(3n)) {
		margin-right: 3.6363636364%;
	}
}

@media (max-width: 767px) {
	.c-projects__index-item:not(:first-child) {
		margin-top: 6.6666666667vw;
	}
}
*/
/*
.c-projects__index-item a,
.c-projects__index-item[data-no-link] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	color: #fff;
	background-color: #000;
	letter-spacing: 0.075em;
	height: 100%;
}

.c-projects__index-item a [data-item='pict'],
.c-projects__index-item[data-no-link] [data-item='pict'] {
	height: 180px;
	overflow: hidden;
}

@media (max-width: 767px) {
	.c-projects__index-item a [data-item='pict'],
	.c-projects__index-item[data-no-link] [data-item='pict'] {
		height: 34.6666666667vw;
	}
}

.c-projects__index-item a [data-item='pict'] img,
.c-projects__index-item[data-no-link] [data-item='pict'] img {
	width: 100%;
	height: auto;
	font-family: 'object-fit:cover';
	-o-object-fit: cover;
	object-fit: cover;
}

.c-projects__index-item a [data-item='textblock'],
.c-projects__index-item[data-no-link] [data-item='textblock'] {
	padding: 15px 20px 20px;
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
}

@media (max-width: 767px) {
	.c-projects__index-item a [data-item='textblock'],
	.c-projects__index-item[data-no-link] [data-item='textblock'] {
		padding: 3.3333333333vw 4vw;
	}
}

.c-projects__index-item a [data-item='textblock'] > :last-child,
.c-projects__index-item[data-no-link] [data-item='textblock'] > :last-child {
	margin-bottom: 0;
}

.c-projects__index-item a [data-item='ttl'],
.c-projects__index-item[data-no-link] [data-item='ttl'] {
	font-size: 1.9rem;
	margin: 0 0 10px;
	padding: 0;
	background-color: transparent;
	font-weight: bold;
	line-height: 1.4545454545;
}

@media (max-width: 767px) {
	.c-projects__index-item a [data-item='ttl'],
	.c-projects__index-item[data-no-link] [data-item='ttl'] {
		margin-bottom: 2vw;
		font-size: 3.4666666667vw;
	}
}

.c-projects__index-item a [data-item='desc'],
.c-projects__index-item a [data-item='tag'],
.c-projects__index-item[data-no-link] [data-item='desc'],
.c-projects__index-item[data-no-link] [data-item='tag'] {
	font-size: 1.3rem;
	margin: 0 0 6px;
	padding-right: 15px;
	line-height: 1.3846153846;
}

@media (max-width: 767px) {
	.c-projects__index-item a [data-item='desc'],
	.c-projects__index-item a [data-item='tag'],
	.c-projects__index-item[data-no-link] [data-item='desc'],
	.c-projects__index-item[data-no-link] [data-item='tag'] {
		font-size: 3.2vw;
		margin-bottom: 1.3333333333vw;
		padding-right: 6.6666666667vw;
	}
}

body[data-path='/'] .c-projects__index-item a [data-item='desc'],
body[data-path='/'] .c-projects__index-item a [data-item='tag'],
body[data-path='/'] .c-projects__index-item[data-no-link] [data-item='desc'],
body[data-path='/'] .c-projects__index-item[data-no-link] [data-item='tag'] {
	padding-right: 30px;
}

@media (max-width: 767px) {
	body[data-path='/'] .c-projects__index-item a [data-item='desc'],
	body[data-path='/'] .c-projects__index-item a [data-item='tag'],
	body[data-path='/'] .c-projects__index-item[data-no-link] [data-item='desc'],
	body[data-path='/'] .c-projects__index-item[data-no-link] [data-item='tag'] {
		padding-right: 6.6666666667vw;
	}
}

.c-projects__index-item a {
	position: relative;
	text-decoration: none !important;
	color: #fff !important;
	-webkit-transition: color 300ms;
	transition: color 300ms;
}

.c-projects__index-item a::before,
.c-projects__index-item a::after {
	position: absolute;
	content: '';
}

.c-projects__index-item a::before {
	width: 26px;
	height: 26px;
	background-color: #2dd28d;
	bottom: 0;
	right: 0;
}

@media (max-width: 767px) {
	.c-projects__index-item a::before {
		width: 6.6666666667vw;
		height: 6.6666666667vw;
	}
}

body[data-path='/'] .c-projects__index-item a::before {
	width: 35px;
	height: 35px;
}

@media (max-width: 767px) {
	body[data-path='/'] .c-projects__index-item a::before {
		width: 6.6666666667vw;
		height: 6.6666666667vw;
	}
}

.c-projects__index-item a::after {
	width: 15px;
	height: 15px;
	background-image: url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/img/icon-arrow.svg');
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 5px;
	right: 5px;
	-webkit-transition: -webkit-transform 300ms;
	transition: -webkit-transform 300ms;
	transition: transform 300ms;
	transition: transform 300ms, -webkit-transform 300ms;
}

@media (max-width: 767px) {
	.c-projects__index-item a::after {
		width: 2.6666666667vw;
		height: 2.6666666667vw;
		bottom: 2vw;
		right: 2vw;
	}
}

@media (min-width: 768px) {
	body[data-path='/'] .c-projects__index-item a::after {
		bottom: 10px;
		right: 10px;
	}
}

@media (min-width: 768px) {
	.c-projects__index-item a:hover {
		color: #000 !important;
	}
	.c-projects__index-item a:hover::after {
		-webkit-transform: scale(1.25);
		transform: scale(1.25);
	}
	.c-projects__index-item a:hover [data-item='pict'] img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	.c-projects__index-item a:hover [data-item='textblock']::before {
		width: 100%;
		left: 0;
		right: unset;
	}
}

.c-projects__index-item a:focus-visible {
	outline-color: #ff7924;
	outline-width: 4px;
}

.c-projects__index-item a [data-item='pict'] img {
	-webkit-transition: -webkit-transform 600ms ease-out;
	transition: -webkit-transform 600ms ease-out;
	transition: transform 600ms ease-out;
	transition: transform 600ms ease-out, -webkit-transform 600ms ease-out;
}

.c-projects__index-item a [data-item='textblock'] {
	z-index: 0;
}

.c-projects__index-item a [data-item='textblock']::before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	right: 0;
	left: unset;
	width: 0;
	height: 100%;
	background-color: #2dd28d;
	margin: auto 0;
	z-index: -1;
	-webkit-transition: width 300ms, left 300ms, right 300ms;
	transition: width 300ms, left 300ms, right 300ms;
}
*/

* {
  box-sizing: border-box;
}

.flex_step-box {
  display: flex;              
  flex-wrap: wrap;
  list-style-type: none;
  
}


.flex_step-box {
    background-color: #ffffff;     
    padding:  0px;             
}

@media (min-width: 1099px) {
.flex_step-list {
   padding-top: 10px;
    padding-bottom: 10px;
    padding-left:0px;
    padding-right: 0px;
    margin:  15px;              /* 外側の余白 */
    border-radius:  0px;        /* 角丸指定 */
  width: 30%;   
  
  }
}

@media (min-width: 768px) and (max-width: 1099px){
.flex_step-list {
    width: 48.1818181818%;  
  }
}

@media (max-width: 767px) {
.flex_step-list {
   padding-top: 10px;
    padding-bottom: 10px;
    padding-left:0px;
    padding-right: 0px;
   
    color:  #4c566c;               
    margin:  0px;              
    border-radius:  0px;        
  width: 70%;     
 }
}
  
li.steps {
  margin: 20px auto;
  padding: 20px;
  background-color: #fff;
  background-image:  linear-gradient(#e1eef5 1px, transparent 1px), linear-gradient(to right, #e1eef5 1px, #fff 1px);
  background-size: 20px 20px;
  position: relative;
  padding: 1em 0.5em 1em 2em;
  overflow: hidden;
  font-size: 1.9rem;
}

 
@media (max-width: 767px) {
li.steps {
  position: relative;
  width:30%;
  background: #4c566c;
  padding: 1em;
  margin-bottom: 1em;
  text-align:center;
  color: #fff;
}
}


  



/* ticket dsn


*/

.ticket {
  display: inline-block;
  width: 400px;
  padding-left: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  position: relative;
  top: 0;
  z-index: 1;
  transform: rotate(5deg) scale(0.95);
  transition: transform 350ms cubic-bezier(0.06, 0.2, 0.45, 1.39), top 350ms cubic-bezier(0.06, 0.2, 0.45, 1.39);
}
  
.ticket::before, .ticket::after {
  content: "";
  display: block;
  position: absolute;
}
.ticket::before {
  border-radius: 6px;
  left: 6px;
  right: 12px;
  top: 30px;
  bottom: 0;
  transition: box-shadow 350ms cubic-bezier(0.06, 0.2, 0.45, 1.39);
}
.ticket::after {
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ticket:hover {
  transform: rotate(1deg) scale(1.1);
  top: -12px;
  z-index: 2;
}
.ticket:hover::before {
  box-shadow: 0 24px 2px rgba(55, 55, 55, 0.1), 0 9px 15px rgba(55, 55, 55, 0.2);
}

.ticket__inner {
  padding: 90px 30px 33px;
  border: 2px solid #003A5F;
  border-top: none;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.ticket__inner::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  margin-left: -52px;
  border-radius: 50%;
  border: 2px solid #003A5F;
  position: absolute;
  z-index: 1;
  top: -50px;
  left: 50%;
}
.ticket--has-btn .ticket__inner {
  padding-bottom: 114px;
  pointer-events: none;
}

.ticket__border::before, .ticket__border::after {
  content: "";
  display: block;
  height: 2px;
  background: #003A5F;
  position: absolute;
  z-index: 1;
  top: 0;
}
.ticket__border::before {
  margin-right: 50px;
  left: 0;
  right: 50%;
}
.ticket__border::after {
  margin-left: 50px;
  right: 0;
  left: 50%;
}

.ticket__title {
  font-size: 1.9rem;
  text-transform: uppercase;
  line-height: 1;
  color: #30C844;
  margin: 0 0 18px;
}
.ticket__title strong {
  font-size: 1.9rem;
  color: #4c566c;
  text-transform: none;
  display: block;
  margin-top: -3px;
}

.ticket__text {
  font-size: 30px;
  color: #4c566c;
}


.ehon-box__copy-area {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 16px;
  margin-bottom: 30px;
}



@media screen and (max-width: 767px) {
  .ehon-box__copy-area {
    flex-direction: column;
  }
}
@media screen and (max-width: 1100px) {

.ehon-box__copy-illust {
  margin-right: 20px;
  width: 40vw;
}
}

@media screen and (min-width: 1100px) {

.ehon-box__copy-illust {
  margin-right: 20px;
  width: 40vw;
}
}

@media screen and (max-width: 767px) {
  .ehon-box__copy-illust {
    margin-right: 0;
    width: 100%;
  }
}
.ehon-box__copy-illust img {
  display: block;
  height: auto;
  width: 100%;
  max-width: 500px;
  margin: 0 auto; 
}

.air-a-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 64px;
  width: 100%;
  background: url(//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/_kaizenplatform/service%20copy/img/top/main-visual-arrow.png) no-repeat;
  padding-bottom: 64px;
  padding-top: 48px;
  background-color: #99E2C3;
}

@media screen and (max-width: 640px) {
  .air-a-wrapper {
    min-width: unset;
    padding-top:48px;
    padding-bottom: 48px;
    padding-left:0.3vw;
    padding-right: 0.3vw;
  }
}

.air-d-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 64px;
  width: 100%;
  margin-top: 50px;
  padding-bottom: 64px;
  padding-top: 48px;
  background-color: #ffffff;
   
   
	
}

@media screen and (max-width: 640px) {
  .air-d-wrapper {
    min-width: unset;
    padding-top:48px;
    padding-bottom: 48px;
    padding-left:0.3vw;
    padding-right: 0.3vw;
  }
}


.lead_txt_lgm {
  text-align: right;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.5;
  
}

@media screen and (max-width: 720px) {
  .lead_txt_lgm {
    font-size: 1.0rem;
  }
}

.lead_feature2 {
  font-size: 1.6rem;
  line-height: 1.5em;
  margin: 0px auto 0;
  max-width: 968px;
  text-align: left;
  
}


@media screen and (max-width: 767px) {
.lead_feature2 {
  font-size: 2rem;
  line-height: 3rem;
  margin: 10px auto 0;
  max-width: 968px;
  text-align: left;
}
}

.c-panel__links-cv {
	display: block;
	text-align: center;
	margin-top: 0px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
.c-page__links-cv {
width: 100%;
}
}

.c-panel__links-cv a {
	display: block;
	padding: 15px 70px;
	letter-spacing: 0.05em;
	font-weight: bold;
	color: #fff;
	background-color: #d22d8c;
	position: relative;
	border: 3px solid #d22d8c;
	overflow: hidden;
	z-index: 1;
}

@media (min-width: 768px) {
	.c-panel__links-cv a {
		font-size: 1.8rem;
	}
}

@media (max-width: 1099px) {
	.c-panel__links-cv a {
		font-size: 14.14286px;
	}
}

@media (max-width: 767px) {
	.c-panel__links-cv a {
		font-size: 3.2vw;
	}
}

.c-panel__links-cv a::before {
	position: absolute;
	content: '';
	right: 0;
	left: unset;
	top: 0;
	height: 100%;
	width: 0;
	background-color: #000;
	z-index: -1;
	-webkit-transition: width 400ms, left 400ms, right 400ms;
	transition: width 400ms, left 400ms, right 400ms;
}

.c-panel__links-cv a span::before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto 0;
	height: 100%;
	width: 60px;
	background-color: #d22d8c;
}

@media (max-width: 767px) {
	.c-footer__links-cv a span::before {
		width: 13.3333333333vw;
	}
}

.c-panel__links-cv a span::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 30px;
	height: 30px;
	right: 13px;
	background: url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/img/icon-btn-blank.svg') no-repeat;    
	background-size: contain;
	-webkit-transition: -webkit-transform 400ms;
	transition: -webkit-transform 400ms;
	transition: transform 400ms;
	transition: transform 400ms, -webkit-transform 400ms;
}

@media (max-width: 767px) {
	.c-panel__links-cv a span::after {
		width: 4vw;
		height: 4vw;
		right: 4vw;
	}
}

@media (min-width: 768px) {
	.c-panel__links-cv a:hover::before {
		width: 100%;
		left: 0;
		right: unset;
	}
	.c-panel__links-cv a:hover span::after {
		-webkit-transform: scale(1.25);
		transform: scale(1.25);
	}
}

.mission-mission__copy {
    font-family: Montserrat, Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, メイリオ, sans-serif;
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
    font-size: 2.75rem;
    line-height: 4.125rem;
    color: #4c566c;
    font-weight: 700;
    margin: auto;
    text-align: center;
}

.mission-mission-ehon {
    background-color: #ffffff;
    border-radius: 16px;
    box-sizing: border-box;
    display: flex;
    gap: 0px;
    justify-content: center;
    padding: 40px 32px;
    width: 100%;
  flex-wrap: wrap; 
   border: 1px solid #2dd28d;
}


.item01 {
  order: 1;
}

.item02 {
  order: 2;
}

.item03 {
  order: 3;
}

.video-box__copy-area {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 0px;
  margin-bottom: 30px;
}



@media screen and (max-width: 767px) {
  .video-box__copy-area {
    flex-direction: column;
  }
}

.c-panel__key {
font-size: 2rem;
    line-height: 1.7692307692;
  text-align: center;
  font-weight: 700;
}

.lead_container {
  background-color:#f5f6f7;
  position: relative;
  z-index: 1;
  padding: 20px;
   
}

.lead_container::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    background: url(//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/img/big-arrow.svg) ;
 background-repeat: no-repeat;
    width: auto;
    height: 160%;
    background-size: contain;
    transform: translate(0px, -50px);
}

.c-projects__index-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	background-image:  linear-gradient(#e1eef5 1px, transparent 1px), linear-gradient(to right, #e1eef5 1px, #fff 1px);
  background-size: 20px 20px;
}

@media (min-width: 768px) and (max-width: 1099px) {
	.c-projects__index-list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media (max-width: 767px) {
	.c-projects__index-list {
		display: block;
	}
}

.c-projects__index-item {
	width: 30.9090909091%;
  margin: 0px;
  padding: 0px;
  /*background-image:  linear-gradient(#e1eef5 1px, transparent 1px), linear-gradient(to right, #e1eef5 1px, #fff 1px);
  background-color: #fff;
  background-size: 20px 20px;*/
  position: relative;
  font-size: 1.9rem;
}

@media (min-width: 768px) and (max-width: 1099px) {
	.c-projects__index-item {
		width: 48.1818181818%;
	}
}

@media (max-width: 767px) {
	.c-projects__index-item {
		width: 100%;
	}
}

@media (min-width: 1100px) {
	.c-projects__index-item:nth-child(n + 4) {
		margin-top: 40px;
	}
}

@media (min-width: 768px) and (max-width: 1099px) {
	.c-projects__index-item:nth-child(n + 3) {
		margin-top: 40px;
	}
}

@media (min-width: 1100px) {
	.c-projects__index-item:not(:nth-child(3n)) {
		margin-right: 3.6363636364%;
	}
}

@media (max-width: 767px) {
	.c-projects__index-item:not(:first-child) {
		margin-top: 6.6666666667vw;
	}
}

/*
.c-projects__index-item a,
.c-projects__index-item[data-no-link] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	color: #fff;
	background-color: #000;
	letter-spacing: 0.075em;
	height: 100%;
}

.c-projects__index-item a [data-item='pict'],
.c-projects__index-item[data-no-link] [data-item='pict'] {
	height: 180px;
	overflow: hidden;
}

@media (max-width: 767px) {
	.c-projects__index-item a [data-item='pict'],
	.c-projects__index-item[data-no-link] [data-item='pict'] {
		height: 34.6666666667vw;
	}
}

.c-projects__index-item a [data-item='pict'] img,
.c-projects__index-item[data-no-link] [data-item='pict'] img {
	width: 100%;
	height: auto;
	font-family: 'object-fit:cover';
	-o-object-fit: cover;
	object-fit: cover;
}

.c-projects__index-item a [data-item='textblock'],
.c-projects__index-item[data-no-link] [data-item='textblock'] {
	padding: 15px 20px 20px;
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
}

@media (max-width: 767px) {
	.c-projects__index-item a [data-item='textblock'],
	.c-projects__index-item[data-no-link] [data-item='textblock'] {
		padding: 3.3333333333vw 4vw;
	}
}

.c-projects__index-item a [data-item='textblock'] > :last-child,
.c-projects__index-item[data-no-link] [data-item='textblock'] > :last-child {
	margin-bottom: 0;
}

.c-projects__index-item a [data-item='ttl'],
.c-projects__index-item[data-no-link] [data-item='ttl'] {
	font-size: 1.9rem;
	margin: 0 0 10px;
	padding: 0;
	background-color: transparent;
	font-weight: bold;
	line-height: 1.4545454545;
}

@media (max-width: 767px) {
	.c-projects__index-item a [data-item='ttl'],
	.c-projects__index-item[data-no-link] [data-item='ttl'] {
		margin-bottom: 2vw;
		font-size: 3.4666666667vw;
	}
}

.c-projects__index-item a [data-item='desc'],
.c-projects__index-item a [data-item='tag'],
.c-projects__index-item[data-no-link] [data-item='desc'],
.c-projects__index-item[data-no-link] [data-item='tag'] {
	font-size: 1.3rem;
	margin: 0 0 6px;
	padding-right: 15px;
	line-height: 1.3846153846;
}

@media (max-width: 767px) {
	.c-projects__index-item a [data-item='desc'],
	.c-projects__index-item a [data-item='tag'],
	.c-projects__index-item[data-no-link] [data-item='desc'],
	.c-projects__index-item[data-no-link] [data-item='tag'] {
		font-size: 3.2vw;
		margin-bottom: 1.3333333333vw;
		padding-right: 6.6666666667vw;
	}
}

body[data-path='/'] .c-projects__index-item a [data-item='desc'],
body[data-path='/'] .c-projects__index-item a [data-item='tag'],
body[data-path='/'] .c-projects__index-item[data-no-link] [data-item='desc'],
body[data-path='/'] .c-projects__index-item[data-no-link] [data-item='tag'] {
	padding-right: 30px;
}

@media (max-width: 767px) {
	body[data-path='/'] .c-projects__index-item a [data-item='desc'],
	body[data-path='/'] .c-projects__index-item a [data-item='tag'],
	body[data-path='/'] .c-projects__index-item[data-no-link] [data-item='desc'],
	body[data-path='/'] .c-projects__index-item[data-no-link] [data-item='tag'] {
		padding-right: 6.6666666667vw;
	}
}

.c-projects__index-item a {
	position: relative;
	text-decoration: none !important;
	color: #fff !important;
	-webkit-transition: color 300ms;
	transition: color 300ms;
}

.c-projects__index-item a::before,
.c-projects__index-item a::after {
	position: absolute;
	content: '';
}

.c-projects__index-item a::before {
	width: 26px;
	height: 26px;
	background-color: #2dd28d;
	bottom: 0;
	right: 0;
}

@media (max-width: 767px) {
	.c-projects__index-item a::before {
		width: 6.6666666667vw;
		height: 6.6666666667vw;
	}
}

body[data-path='/'] .c-projects__index-item a::before {
	width: 35px;
	height: 35px;
}

@media (max-width: 767px) {
	body[data-path='/'] .c-projects__index-item a::before {
		width: 6.6666666667vw;
		height: 6.6666666667vw;
	}
}

.c-projects__index-item a::after {
	width: 15px;
	height: 15px;
	background-image: url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/img/icon-arrow.svg');
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 5px;
	right: 5px;
	-webkit-transition: -webkit-transform 300ms;
	transition: -webkit-transform 300ms;
	transition: transform 300ms;
	transition: transform 300ms, -webkit-transform 300ms;
}

@media (max-width: 767px) {
	.c-projects__index-item a::after {
		width: 2.6666666667vw;
		height: 2.6666666667vw;
		bottom: 2vw;
		right: 2vw;
	}
}

@media (min-width: 768px) {
	body[data-path='/'] .c-projects__index-item a::after {
		bottom: 10px;
		right: 10px;
	}
}

@media (min-width: 768px) {
	.c-projects__index-item a:hover {
		color: #000 !important;
	}
	.c-projects__index-item a:hover::after {
		-webkit-transform: scale(1.25);
		transform: scale(1.25);
	}
	.c-projects__index-item a:hover [data-item='pict'] img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	.c-projects__index-item a:hover [data-item='textblock']::before {
		width: 100%;
		left: 0;
		right: unset;
	}
}

.c-projects__index-item a:focus-visible {
	outline-color: #ff7924;
	outline-width: 4px;
}

.c-projects__index-item a [data-item='pict'] img {
	-webkit-transition: -webkit-transform 600ms ease-out;
	transition: -webkit-transform 600ms ease-out;
	transition: transform 600ms ease-out;
	transition: transform 600ms ease-out, -webkit-transform 600ms ease-out;
}

.c-projects__index-item a [data-item='textblock'] {
	z-index: 0;
}

.c-projects__index-item a [data-item='textblock']::before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	right: 0;
	left: unset;
	width: 0;
	height: 100%;
	background-color: #2dd28d;
	margin: auto 0;
	z-index: -1;
	-webkit-transition: width 300ms, left 300ms, right 300ms;
	transition: width 300ms, left 300ms, right 300ms;
}
*/
.c-projects_sam {
 background-color: #2dd28d;
  color: #FFFFFF;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 3px;
  padding-top: 3px;
  margin: 0 0 0 -20px;
  width: calc(100% + 20px);
  font-size: 18px;
  color: white;
  
}

.c-projects_sam:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #25af75;
}

.c-projects__cp {
  font-size: 2.6rem;
  font-weight: 700;
}

.c-projects__index-item:nth-child(1)
{
  width: 100%;
  margin-left: 30px;
}

.c-projects__index-item:nth-child(2)
{
  width: 30%;
  margin-top: 20px;
  margin-left: 3%;
  
}

.c-projects__index-item:nth-child(3)
{
  width: 30%;
  margin-top: 20px;
  margin-right: 20px;
}
.c-projects__index-item:nth-child(4)
{
  width: 25%;
  margin-top: -15px;
}

.c-projects__index-item:nth-child(5)
{
  width: 100%;
}

@media (max-width: 767px) {
  .c-projects__index-item:nth-child(1)
{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.c-projects__index-item:nth-child(2)
{
  width: 80%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  
}

.c-projects__index-item:nth-child(3)
{
  width: 80%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.c-projects__index-item:nth-child(4)
{
  width: 80%;
  margin-top: -15px;
  margin-left: auto;
  margin-right: auto;
}

.c-projects__index-item:nth-child(5)
{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
}

@media (max-width: 1100px) and (min-width: 768px){
 .c-projects__index-item:nth-child(1)
{
  margin-right: 3.6363636364%
}

.c-projects__index-item:nth-child(2)
{
  margin-right: 3.6363636364%
  
}

.c-projects__index-item:nth-child(3)
{
  margin-right: 3.6363636364%
}

  }

@media (min-width: 768px) and (max-width: 1099px){
 .c-projects__index-list
  {
 -webkit-box-pack: justify;
  justify-content: space-between;
}
}
  
.box1 {
  background-color: #000; /* 画像がない場合のフォールバック */
  background-image: url(https://recruit.kaizenplatform.co.jp/hubfs/raw_assets/public/recruit_kaizenplatform_co_jp/img/DALL%C2%B7E%202024-06-05%2010.00.11%20-%20An%20illustration%20showcasing%20the%20innovative%20use%20of%20generative%20AI%20in%20enhancing%20customer%20experiences.%20The%20image%20features%20a%20futuristic%20shopping%20scene%20with%20.png); /* 画像のパスを指定 */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  padding:10%;
}

.box1_glass {
 
  padding: 5%;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  -webkit-backdrop-filter: blur(10px); /* ぼかしエフェクト */
  backdrop-filter: blur(10px);
  box-shadow: 0 0 10px rgba(70, 70, 70, 0.5); /* 薄い影 */
}

/* This was made with GlassGenerator.netlify.app */ 

.glass-container{
    width: 700px;
    height: 375px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-radius: 10px;
    backdrop-filter: blur(9px);
    background-color: rgba(255,255,255, 0.14);
    box-shadow: rgba(0, 0, 0, 0.3) 2px 8px 8px;
    border: 2px rgba(255,255,255,0.4) solid;
    border-bottom: 2px rgba(40,40,40,0.35) solid;
    border-right: 2px rgba(40,40,40,0.35) solid;
}

/*!
 * rev. 2022-08-01
 * copyright © 2022
 *
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type='checkbox'],
[type='radio'] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

@-webkit-keyframes btn-hover {
	0% {
		width: 0;
		left: 0;
		right: unset;
	}
	50% {
		width: 100%;
		left: 0;
		right: unset;
	}
	51% {
		width: 100%;
		right: 0;
		left: unset;
	}
	100% {
		width: 0;
		right: 0;
		left: unset;
	}
}

@keyframes btn-hover {
	0% {
		width: 0;
		left: 0;
		right: unset;
	}
	50% {
		width: 100%;
		left: 0;
		right: unset;
	}
	51% {
		width: 100%;
		right: 0;
		left: unset;
	}
	100% {
		width: 0;
		right: 0;
		left: unset;
	}
}

@-webkit-keyframes btn-hover-back {
	0% {
		width: 0;
		right: 0;
		left: unset;
	}
	50% {
		width: 100%;
		right: 0;
		left: unset;
	}
	51% {
		width: 100%;
		left: 0;
		right: unset;
	}
	100% {
		width: 0;
		left: 0;
		right: unset;
	}
}

@keyframes btn-hover-back {
	0% {
		width: 0;
		right: 0;
		left: unset;
	}
	50% {
		width: 100%;
		right: 0;
		left: unset;
	}
	51% {
		width: 100%;
		left: 0;
		right: unset;
	}
	100% {
		width: 0;
		left: 0;
		right: unset;
	}
}

@font-face {
	font-family: YuGothicM;
	src: local('Yu Gothic Medium');
}

@font-face {
	font-family: icons;
	font-style: normal;
	font-weight: normal;
	src: url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/font/icons.eot');
	src: url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/font/icons.eot?#iefix') format('embedded-opentype'), url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/font/icons.woff') format('woff'), url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/font/icons.ttf') format('truetype');
}

[data-disclosure-btn] {
	cursor: pointer;
}

[data-disclosure-btn]:disabled {
	pointer-events: none !important;
}

[data-disclosure-btn]:disabled::after,
[data-disclosure-btn]:disabled > span::before,
[data-disclosure-btn]:disabled > span::after {
	display: none !important;
}

@media (min-width: 768px) {
	[data-disclosure-btn][data-disclosure-sp] {
		pointer-events: none !important;
	}
	[data-disclosure-btn][data-disclosure-sp]::after,
	[data-disclosure-btn][data-disclosure-sp] > span::before,
	[data-disclosure-btn][data-disclosure-sp] > span::after {
		display: none !important;
	}
	[data-disclosure-btn][data-disclosure-sp] + [data-disclosure-target] {
		display: block !important;
	}
}

[data-disclosure-target] {
	display: none;
}

div.bge_contents [data-disclosure-target] {
	display: block;
}

:root {
	font-size: 62.5%;
	height: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
}

@media (max-width: 767px) {
	:root {
		scroll-padding-top: 13.3333333333vw;
	}
}

[data-lazy-font] {
	visibility: hidden;
}

.wf-active [data-lazy-font] {
	visibility: visible;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*::-moz-selection {
	background-color: #abedd1;
}

*::selection {
	background-color: #abedd1;
}

.js-focus-visible :focus:not(.focus-visible) {
	outline: 0;
}

[inert] {
	pointer-events: none !important;
	cursor: default !important;
}

[inert],
[inert] * {
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
}

body {
	color: #000;
	font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'メイリオ', sans-serif, sans-serif;
	font-size: 1.6rem;
	line-height: 1.7;
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
	margin: 0;
	position: relative;
}

button {
	border-radius: 0;
}

button:focus-visible {
	outline: solid 3px #001dff;
	border-radius: 2px;
	outline-offset: 0;
}

img {
	max-width: 100%;
	height: auto;
}

@media (max-width: 767px) {
	div:not(.bge_contents) .pc-only,
	div:not(.bge_contents) .forPC {
		display: none !important;
	}
}

@media (min-width: 768px) {
	div:not(.bge_contents) .sp-only,
	div:not(.bge_contents) .forPC {
		display: none !important;
	}
}

@media (max-width: 767px) {
	[data-device='pc'] {
		display: none !important;
	}
}

@media (max-width: 1099px) {
	[data-device='pc-wide'] {
		display: none !important;
	}
}

@media (min-width: 768px) {
	[data-device='sp'] {
		display: none !important;
	}
}

a {
	text-decoration: none;
}

@media (min-width: 768px) {
	a[href^='tel:'] {
		display: inline-block;
		color: inherit;
	}
}

a:focus-visible {
	outline: solid 3px #001dff;
	border-radius: 2px;
	outline-offset: 0;
}

ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

.c-header {
	background-color: #fff;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 10;
}

.c-header__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
}

.c-header__title {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	padding-left: 25px;
}

@media (max-width: 767px) {
	.c-header__title {
		padding-left: 2vw;
	}
}

.c-header__title h1,
.c-header__title p {
	margin: 0;
}

.c-header__title h1 a,
.c-header__title p a {
	color: #2dd28d;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-decoration: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: bold;
	font-family: 'Montserrat', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'メイリオ', sans-serif;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}

@media (min-width: 768px) {
	.c-header__title h1 a,
	.c-header__title p a {
		font-size: 1.1rem;
	}
}

@media (max-width: 1099px) {
	.c-header__title h1 a,
	.c-header__title p a {
		font-size: 8.64286px;
	}
}

@media (max-width: 767px) {
	.c-header__title h1 a,
	.c-header__title p a {
		font-size: 2.4vw;
	}
}

@media (max-width: 767px) {
	.c-header__title h1 a,
	.c-header__title p a {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row;
		flex-flow: row;
	}
}

@media (min-width: 768px) {
	.c-header__title h1 a:hover,
	.c-header__title p a:hover {
		opacity: 0.7;
	}
}

.c-header__title h1 a:focus-visible,
.c-header__title p a:focus-visible {
	outline-offset: 2px;
}

.c-header__title h1 a span[data-ttl-item='logo'],
.c-header__title p a span[data-ttl-item='logo'] {
	margin-bottom: 10px;
	line-height: 1;
}

@media (max-width: 767px) {
	.c-header__title h1 a span[data-ttl-item='logo'],
	.c-header__title p a span[data-ttl-item='logo'] {
		margin-bottom: 0;
		width: 33.0666666667vw;
		margin-right: 2.1333333333vw;
	}
	.c-header__title h1 a span[data-ttl-item='logo'] img,
	.c-header__title p a span[data-ttl-item='logo'] img {
		width: 100%;
	}
}

.c-header__title h1 a span[data-ttl-item='sub'],
.c-header__title p a span[data-ttl-item='sub'] {
	text-align: center;
	display: inline-block;
	background: #394151;
	padding: 2px;
	color: #fff;
	line-height: 1;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.c-header__title h1 a span[data-ttl-item='sub'],
	.c-header__title p a span[data-ttl-item='sub'] {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 1.4666666667vw;
	}
}

.c-header__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (min-width: 768px) {
	.c-header__info {
		margin-left: 20px;
	}
}

@media (min-width: 768px) {
	.c-header__nav-btn {
		display: none;
	}
}

@media (max-width: 767px) {
	.c-header__nav-btn button {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: none;
		background: none;
		font-family: 'Montserrat', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'メイリオ', sans-serif;
		text-transform: uppercase;
		color: #000;
		width: 7.3333333333vw;
		padding: 0;
		height: 8.6666666667vw;
		font-weight: 600;
		font-size: 2.1333333333vw;
		letter-spacing: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: relative;
	}
	.c-header__nav-btn button > span:not([data-btn-item='text']) {
		position: absolute;
		width: 100%;
		height: 2px;
		top: 2vw;
		background-color: #394151;
		-webkit-transition: background-color 300ms;
		transition: background-color 300ms;
	}
	.c-header__nav-btn button > span:not([data-btn-item='text'])::before,
	.c-header__nav-btn button > span:not([data-btn-item='text'])::after {
		position: absolute;
		content: '';
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 100%;
		height: 2px;
		background-color: #394151;
		-webkit-transition: top 300ms, bottom 300ms, -webkit-transform 300ms;
		transition: top 300ms, bottom 300ms, -webkit-transform 300ms;
		transition: transform 300ms, top 300ms, bottom 300ms;
		transition: transform 300ms, top 300ms, bottom 300ms, -webkit-transform 300ms;
	}
	.c-header__nav-btn button > span:not([data-btn-item='text'])::before {
		top: -1.6vw;
	}
	.c-header__nav-btn button > span:not([data-btn-item='text'])::after {
		bottom: -1.6vw;
	}
	.c-header__nav-btn button[aria-expanded='true'] > span:not([data-btn-item='text']) {
		background-color: transparent;
	}
	.c-header__nav-btn button[aria-expanded='true'] > span:not([data-btn-item='text'])::before {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 0;
	}
	.c-header__nav-btn button[aria-expanded='true'] > span:not([data-btn-item='text'])::after {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		bottom: 0;
	}
}

@media (max-width: 767px) {
	.c-header__nav {
		display: none;
		position: fixed;
		overflow: scroll;
		top: 13.3333333333vw;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 10;
		background-color: #000;
		color: #fff;
		padding: 10.2666666667vw 8vw;
	}
}

.c-header__nav-logo,
.c-header__nav-copyright {
	font-family: 'Montserrat', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'メイリオ', sans-serif;
	text-align: center;
}

.c-header__nav-logo {
	width: 57.3333333333vw;
	margin: 0 auto 7.0666666667vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (min-width: 768px) {
	.c-header__nav-logo {
		display: none;
	}
}

.c-header__nav-logo [data-ttl-item='logo'] {
	line-height: 1;
}

.c-header__nav-logo [data-ttl-item='logo'] img {
	width: 100%;
	height: auto;
	margin-bottom: 3.3333333333vw;
}

.c-header__nav-logo [data-ttl-item='sub'] {
	display: block;
	width: 100%;
	line-height: 1.1428571429;
	padding: 0.8vw 2vw;
	background-color: #fff;
	color: #000;
	font-size: 3.7333333333vw;
	font-weight: bold;
}

.c-header__nav-copyright {
	display: block;
	font-size: 2.6666666667vw;
	letter-spacing: 0.075em;
	margin-bottom: 10.2666666667vw;
}

@media (min-width: 768px) {
	.c-header__nav-copyright {
		display: none;
	}
}

.c-header__links,
.c-header__links-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin: 0;
	padding: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 767px) {
	.c-header__links,
	.c-header__links-child {
		display: block;
	}
}

.c-header__links > li,
.c-header__links-child > li {
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

@media (min-width: 768px) {
	.c-header__links > li,
	.c-header__links-child > li {
		margin: 3px 14px;
	}
}

@media (max-width: 767px) {
	.c-header__links > li:not(:first-child),
	.c-header__links-child > li:not(:first-child) {
		margin-top: 6.6666666667vw;
	}
}

.c-header__links > li > a,
.c-header__links-child > li > a {
	display: block;
	text-decoration: none;
	color: #000;
	font-family: 'Montserrat', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'メイリオ', sans-serif;
	font-weight: 600;
	word-break: break-all;
	line-height: 1.1875;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.c-header__links > li > a,
	.c-header__links-child > li > a {
		font-size: 1.6rem;
	}
}

@media (max-width: 1099px) {
	.c-header__links > li > a,
	.c-header__links-child > li > a {
		font-size: 12.57143px;
	}
}

@media (max-width: 767px) {
	.c-header__links > li > a,
	.c-header__links-child > li > a {
		font-size: 7.46667vw;
	}
}

@media (min-width: 768px) {
	.c-header__links > li > a,
	.c-header__links-child > li > a {
		position: relative;
		padding: 5px 0;
	}
	.c-header__links > li > a::before,
	.c-header__links-child > li > a::before {
		position: absolute;
		content: '';
		bottom: 0;
		right: 0;
		left: unset;
		width: 0;
		height: 3px;
		background-color: #2dd28d;
		-webkit-transition: width 300ms, left 300ms, right 300ms;
		transition: width 300ms, left 300ms, right 300ms;
	}
}

@media (max-width: 767px) {
	.c-header__links > li > a,
	.c-header__links-child > li > a {
		color: #fff;
	}
}

@media (min-width: 768px) {
	.c-header__links > li > a:hover::before,
	.c-header__links-child > li > a:hover::before {
		width: 100%;
		left: 0;
		right: unset;
	}
}

@media (max-width: 767px) {
	.c-header__links {
		padding-bottom: 13.3333333333vw;
		border-bottom: 1px solid #2dd28d;
		margin-bottom: 8vw;
		position: relative;
	}
	.c-header__links::before {
		position: absolute;
		content: '';
		bottom: -20vw;
		left: -20.6666666667vw;
		width: 99.2vw;
		height: 99.7333333333vw;
		background-repeat: no-repeat;
		background-image: url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/img/obj-arrow-white.svg');
		background-size: cover;
		z-index: -1;
	}
}

.c-header__links-child {
	margin-top: 5.3333333333vw;
}

@media (min-width: 768px) {
	.c-header__links-child {
		display: none;
	}
}

@media (max-width: 767px) {
	.c-header__links-child > li:not(:first-child) {
		margin-top: 4.6666666667vw;
	}
}

@media (max-width: 767px) {
	.c-header__links-child > li > a {
		font-size: 3.7333333333vw;
		font-weight: normal;
		text-decoration: underline;
	}
}

.c-header__cv {
	margin: 0 0 0 30px;
}

@media (max-width: 767px) {
	.c-header__cv {
		margin-left: 2.6666666667vw;
	}
}

.c-header__cv a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100px;
	height: 100px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #d22d8c;
	font-family: 'Montserrat', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'メイリオ', sans-serif;
	border: 3px solid #d22d8c;
	font-weight: bold;
	line-height: 1.4444444444;
	letter-spacing: 0.025em;
	-webkit-transition: background-color 300ms, color 300ms;
	transition: background-color 300ms, color 300ms;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.c-header__cv a {
		font-size: 2rem;
	}
}

@media (max-width: 1099px) {
	.c-header__cv a {
		font-size: 15.71429px;
	}
}

@media (max-width: 767px) {
	.c-header__cv a {
		font-size: 2.66667vw;
	}
}

@media (max-width: 767px) {
	.c-header__cv a {
		width: 14.6666666667vw;
		height: 13.3333333333vw;
		padding: 1.0666666667vw;
	}
}

@media (min-width: 768px) {
	.c-header__cv a:hover {
		background-color: #fff;
		color: #d22d8c;
	}
}

.c-header__cv a:focus-visible {
	outline-offset: 2px;
}
/*!
 * rev. 2022-08-01
 * copyright © 2022
 *
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type='checkbox'],
[type='radio'] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

@-webkit-keyframes btn-hover {
	0% {
		width: 0;
		left: 0;
		right: unset;
	}
	50% {
		width: 100%;
		left: 0;
		right: unset;
	}
	51% {
		width: 100%;
		right: 0;
		left: unset;
	}
	100% {
		width: 0;
		right: 0;
		left: unset;
	}
}

@keyframes btn-hover {
	0% {
		width: 0;
		left: 0;
		right: unset;
	}
	50% {
		width: 100%;
		left: 0;
		right: unset;
	}
	51% {
		width: 100%;
		right: 0;
		left: unset;
	}
	100% {
		width: 0;
		right: 0;
		left: unset;
	}
}

@-webkit-keyframes btn-hover-back {
	0% {
		width: 0;
		right: 0;
		left: unset;
	}
	50% {
		width: 100%;
		right: 0;
		left: unset;
	}
	51% {
		width: 100%;
		left: 0;
		right: unset;
	}
	100% {
		width: 0;
		left: 0;
		right: unset;
	}
}

@keyframes btn-hover-back {
	0% {
		width: 0;
		right: 0;
		left: unset;
	}
	50% {
		width: 100%;
		right: 0;
		left: unset;
	}
	51% {
		width: 100%;
		left: 0;
		right: unset;
	}
	100% {
		width: 0;
		left: 0;
		right: unset;
	}
}

@font-face {
	font-family: YuGothicM;
	src: local('Yu Gothic Medium');
}

@font-face {
	font-family: icons;
	font-style: normal;
	font-weight: normal;
	src: url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/font/icons.eot');
	src: url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/font/icons.eot?#iefix') format('embedded-opentype'), url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/font/icons.woff') format('woff'), url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/font/icons.ttf') format('truetype');
}

[data-disclosure-btn] {
	cursor: pointer;
}

[data-disclosure-btn]:disabled {
	pointer-events: none !important;
}

[data-disclosure-btn]:disabled::after,
[data-disclosure-btn]:disabled > span::before,
[data-disclosure-btn]:disabled > span::after {
	display: none !important;
}

@media (min-width: 768px) {
	[data-disclosure-btn][data-disclosure-sp] {
		pointer-events: none !important;
	}
	[data-disclosure-btn][data-disclosure-sp]::after,
	[data-disclosure-btn][data-disclosure-sp] > span::before,
	[data-disclosure-btn][data-disclosure-sp] > span::after {
		display: none !important;
	}
	[data-disclosure-btn][data-disclosure-sp] + [data-disclosure-target] {
		display: block !important;
	}
}

[data-disclosure-target] {
	display: none;
}

div.bge_contents [data-disclosure-target] {
	display: block;
}

:root {
	font-size: 62.5%;
	height: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
}

@media (max-width: 767px) {
	:root {
		scroll-padding-top: 13.3333333333vw;
	}
}

[data-lazy-font] {
	visibility: hidden;
}

.wf-active [data-lazy-font] {
	visibility: visible;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*::-moz-selection {
	background-color: #abedd1;
}

*::selection {
	background-color: #abedd1;
}

.js-focus-visible :focus:not(.focus-visible) {
	outline: 0;
}

[inert] {
	pointer-events: none !important;
	cursor: default !important;
}

[inert],
[inert] * {
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
}

body {
	color: #000;
	font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'メイリオ', sans-serif, sans-serif;
	font-size: 1.6rem;
	line-height: 1.7;
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
	margin: 0;
	position: relative;
}

button {
	border-radius: 0;
}

button:focus-visible {
	outline: solid 3px #001dff;
	border-radius: 2px;
	outline-offset: 0;
}

img {
	max-width: 100%;
	height: auto;
}

@media (max-width: 767px) {
	div:not(.bge_contents) .pc-only,
	div:not(.bge_contents) .forPC {
		display: none !important;
	}
}

@media (min-width: 768px) {
	div:not(.bge_contents) .sp-only,
	div:not(.bge_contents) .forPC {
		display: none !important;
	}
}

@media (max-width: 767px) {
	[data-device='pc'] {
		display: none !important;
	}
}

@media (max-width: 1099px) {
	[data-device='pc-wide'] {
		display: none !important;
	}
}

@media (min-width: 768px) {
	[data-device='sp'] {
		display: none !important;
	}
}

a {
	text-decoration: none;
}

@media (min-width: 768px) {
	a[href^='tel:'] {
		display: inline-block;
		color: inherit;
	}
}

a:focus-visible {
	outline: solid 3px #001dff;
	border-radius: 2px;
	outline-offset: 0;
}

ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

.c-footer {
	background-color: #000;
	padding: 75px 25px 100px;
	color: #fff;
}

@media (max-width: 767px) {
	.c-footer {
		padding: 10.6666666667vw 2vw 7.7333333333vw;
	}
}

.c-footer a:focus-visible {
	outline-color: #fff;
}

.c-footer__body {
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 100px;
	padding-right: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 60px;
}

@media (max-width: 1099px) {
	.c-footer__body {
		max-width: 1300px;
		padding-left: 7.1428571429%;
		padding-right: 7.1428571429%;
	}
}

@media (max-width: 767px) {
	.c-footer__body {
		padding-left: 5.3333333333vw;
		padding-right: 5.3333333333vw;
	}
}

@media (max-width: 767px) {
	.c-footer__body {
		display: block;
		margin-bottom: 12.9333333333vw;
	}
}

.c-footer__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
}

@media (min-width: 768px) {
	.c-footer__title {
		min-width: 300px;
		width: 39.5454545455%;
		padding-right: 6.3636363636%;
		margin-right: 6.3636363636%;
		border-right: 1px solid #2dd28d;
	}
}

@media (min-width: 768px) and (max-width: 1099px) {
	.c-footer__title {
		min-width: 200px;
	}
}

.c-footer__logo {
	margin: 0 0 20px;
}

@media (max-width: 767px) {
	.c-footer__logo {
		width: 57.3333333333vw;
		margin: 0 auto 5.3333333333vw;
	}
}

.c-footer__logo a {
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-decoration: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: bold;
	font-family: 'Montserrat', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'メイリオ', sans-serif;
}

@media (min-width: 768px) {
	.c-footer__logo a {
		font-size: 2.1rem;
	}
}

@media (max-width: 1099px) {
	.c-footer__logo a {
		font-size: 16.5px;
	}
}

@media (max-width: 767px) {
	.c-footer__logo a {
		font-size: 3.73333vw;
	}
}

.c-footer__logo a span[data-ttl-item='logo'] {
	margin-bottom: 20px;
	line-height: 1;
}

@media (max-width: 767px) {
	.c-footer__logo a span[data-ttl-item='logo'] {
		margin-bottom: 3.3333333333vw;
	}
}

.c-footer__logo a span[data-ttl-item='sub'] {
	text-align: center;
	display: inline-block;
	background: #fff;
	padding: 2px;
	color: #000;
	line-height: 1.4285714286;
	text-transform: uppercase;
}

.c-footer__logo a:focus-visible {
	outline-offset: 3px;
}

.c-footer__corporate {
	margin: 0 0 50px;
}

@media (max-width: 767px) {
	.c-footer__corporate {
		width: 57.3333333333vw;
		margin: 0 auto;
	}
}

.c-footer__corporate a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	padding: 17px;
	-webkit-transition: color 300ms;
	transition: color 300ms;
	position: relative;
}

@media (min-width: 768px) {
	.c-footer__corporate a {
		font-size: 1.4rem;
	}
}

@media (max-width: 1099px) {
	.c-footer__corporate a {
		font-size: 11px;
	}
}

@media (max-width: 767px) {
	.c-footer__corporate a {
		font-size: 3.2vw;
	}
}

@media (max-width: 767px) {
	.c-footer__corporate a {
		padding: 3.2vw;
	}
}

.c-footer__corporate a::before {
	position: absolute;
	content: '';
	right: 0;
	left: unset;
	top: 0;
	height: 100%;
	width: 0;
	background-color: #fff;
	-webkit-transition: width 300ms, left 300ms, right 300ms;
	transition: width 300ms, left 300ms, right 300ms;
}

.c-footer__corporate a span {
	position: relative;
	padding-right: 20px;
}

.c-footer__corporate a span::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 20px;
	height: 20px;
	background: url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/img/icon-btn-blank.svg') no-repeat;
	background-size: contain;
	right: 0;
	-webkit-transition: -webkit-transform 300ms, -webkit-filter 300ms;
	transition: -webkit-transform 300ms, -webkit-filter 300ms;
	transition: transform 300ms, filter 300ms;
	transition: transform 300ms, filter 300ms, -webkit-transform 300ms, -webkit-filter 300ms;
}

@media (min-width: 768px) {
	.c-footer__corporate a:hover {
		color: #000;
	}
	.c-footer__corporate a:hover::before {
		width: 100%;
		left: 0;
		right: unset;
	}
	.c-footer__corporate a:hover span::after {
		-webkit-transform: scale(1.25);
		transform: scale(1.25);
		-webkit-filter: brightness(0);
		filter: brightness(0);
	}
}

.c-footer__corporate a:focus-visible {
	outline-color: #ff7924;
}

.c-footer__sub {
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 100px;
	padding-right: 100px;
}

@media (max-width: 1099px) {
	.c-footer__sub {
		max-width: 1300px;
		padding-left: 7.1428571429%;
		padding-right: 7.1428571429%;
	}
}

@media (max-width: 767px) {
	.c-footer__sub {
		padding-left: 5.3333333333vw;
		padding-right: 5.3333333333vw;
	}
}

@media (max-width: 767px) {
	.c-footer__sub {
		margin-bottom: 12.6666666667vw;
	}
}

.c-footer__sub-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.c-footer__sub-list li {
	padding: 0;
	position: relative;
	font-size: 1.4rem;
	margin: 5px 0;
}

@media (max-width: 767px) {
	.c-footer__sub-list li {
		font-size: 3.2vw;
		margin: 1.3333333333vw 0;
	}
}

.c-footer__sub-list li:not(:last-child) {
	padding-right: 10px;
	margin-right: 10px;
}

.c-footer__sub-list li:not(:last-child)::before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 1px;
	height: 1em;
	background-color: #fff;
	right: 0;
}

.c-footer__sub-list li a {
	display: inline-block;
	color: #fff;
	text-decoration: underline;
	font-size: 1.4rem;
	line-height: 1.2857142857;
	letter-spacing: 0.02em;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}

@media (max-width: 767px) {
	.c-footer__sub-list li a {
		font-size: 3.2vw;
	}
}

@media (min-width: 768px) {
	.c-footer__sub-list li a:hover {
		opacity: 0.6;
	}
}

.c-footer__copyright {
	display: block;
	font-family: 'Montserrat', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'メイリオ', sans-serif;
	font-weight: 600;
}

@media (min-width: 768px) {
	.c-footer__copyright {
		font-size: 1.4rem;
	}
}

@media (max-width: 1099px) {
	.c-footer__copyright {
		font-size: 11px;
	}
}

@media (max-width: 767px) {
	.c-footer__copyright {
		font-size: 2.66667vw;
	}
}

@media (max-width: 767px) {
	.c-footer__copyright {
		max-width: 1300px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 100px;
		padding-right: 100px;
		text-align: center;
	}
}

@media (--sm-lte) and (--liquid-lte) {
	.c-footer__copyright {
		max-width: 1300px;
		padding-left: 7.1428571429%;
		padding-right: 7.1428571429%;
	}
}

@media (--sm-lte) and (--sm-lte) {
	.c-footer__copyright {
		padding-left: 5.3333333333vw;
		padding-right: 5.3333333333vw;
	}
}

@media (max-width: 767px) {
	.c-footer__links {
		padding-top: 10.6666666667vw;
		margin-top: 10.6666666667vw;
		border-top: 1px solid #2dd28d;
	}
}

.c-footer__links-list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [4];
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 15px 80px;
	gap: 15px 80px;
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'メイリオ', sans-serif;
	line-height: 1.2222222222;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.c-footer__links-list {
		font-size: 1.8rem;
	}
}

@media (max-width: 1099px) {
	.c-footer__links-list {
		font-size: 14.14286px;
	}
}

@media (max-width: 767px) {
	.c-footer__links-list {
		font-size: 4.26667vw;
	}
}

@media (max-width: 767px) {
	.c-footer__links-list {
		-ms-grid-rows: auto;
		grid-template-rows: auto;
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
		grid-auto-flow: row;
		justify-items: stretch;
		gap: 6.6666666667vw 8vw;
	}
}

.c-footer__links-list > li {
	display: block;
	padding: 0;
}

.c-footer__links-list > li > a {
	color: #fff;
	display: inline-block;
	text-decoration: none;
}

@media (min-width: 768px) {
	.c-footer__links-list > li > a {
		padding: 3px 0;
		position: relative;
	}
	.c-footer__links-list > li > a::before {
		position: absolute;
		content: '';
		right: 0;
		left: unset;
		bottom: 0;
		margin: 0 auto;
		width: 0;
		height: 3px;
		background-color: #fff;
		-webkit-transition: width 300ms, left 300ms, right 300ms;
		transition: width 300ms, left 300ms, right 300ms;
	}
}

@media (min-width: 768px) {
	.c-footer__links-list > li > a:hover::before {
		width: 100%;
		left: 0;
		right: unset;
	}
}

.c-footer__links-cv {
	display: block;
	text-align: center;
	margin: 40px 0 0;
}

.c-footer__links-cv a {
	display: block;
	padding: 15px 70px;
	letter-spacing: 0.05em;
	font-weight: bold;
	color: #fff;
	background-color: #d22d8c;
	position: relative;
	border: 3px solid #d22d8c;
	overflow: hidden;
	z-index: 1;
}

@media (min-width: 768px) {
	.c-footer__links-cv a {
		font-size: 1.8rem;
	}
}

@media (max-width: 1099px) {
	.c-footer__links-cv a {
		font-size: 14.14286px;
	}
}

@media (max-width: 767px) {
	.c-footer__links-cv a {
		font-size: 3.2vw;
	}
}

.c-footer__links-cv a::before {
	position: absolute;
	content: '';
	right: 0;
	left: unset;
	top: 0;
	height: 100%;
	width: 0;
	background-color: #000;
	z-index: -1;
	-webkit-transition: width 400ms, left 400ms, right 400ms;
	transition: width 400ms, left 400ms, right 400ms;
}

.c-footer__links-cv a span::before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto 0;
	height: 100%;
	width: 60px;
	background-color: #d22d8c;
}

@media (max-width: 767px) {
	.c-footer__links-cv a span::before {
		width: 13.3333333333vw;
	}
}

.c-footer__links-cv a span::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 30px;
	height: 30px;
	right: 13px;
	background: url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/recruit_kaizenplatform_co_jp/img/icon-btn-blank.svg') no-repeat;
	background-size: contain;
	-webkit-transition: -webkit-transform 400ms;
	transition: -webkit-transform 400ms;
	transition: transform 400ms;
	transition: transform 400ms, -webkit-transform 400ms;
}

@media (max-width: 767px) {
	.c-footer__links-cv a span::after {
		width: 4vw;
		height: 4vw;
		right: 4vw;
	}
}

@media (min-width: 768px) {
	.c-footer__links-cv a:hover::before {
		width: 100%;
		left: 0;
		right: unset;
	}
	.c-footer__links-cv a:hover span::after {
		-webkit-transform: scale(1.25);
		transform: scale(1.25);
	}
}

.system {
  width: -webkit-fill-available;
  text-align: center;
}

.system .head {
  font-size: 100px;
  font-weight: 700;
}