/*
@media screen and (min-width: 768px) {
  .vpc {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .vpc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .vsp {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .vsp {
    display: block;
  }
}
*/
.lp-content .inner {
  max-width: 1000px;
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .lp-content .inner {
    width: 90%;
  }
}

.lp-content .mv {
  position: relative;
  margin-bottom: 20px;
}

.lp-content .mv .mv_btn {
  position: absolute;
  bottom: 10%;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  color: #fff;
  background-color: #2dd28d;
  border: 1px solid #2dd28d;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .2);
  border-radius: 50px;
  text-align: center;
  z-index: 1;
  font-size: 1.5rem;
  padding: 15px;
  transition: .2s all;
  margin-bottom: 30px;
}
.lp-content .mv .mv_btn:hover{
  background-color: #fff;
  color: #2dd28d;
  border: 1px solid #2dd28d;
}

@media screen and (max-width: 640px) {
  .lp-content .mv .mv_btn {
    max-width: 150px;
    width: 150px;
    font-size: 1.1rem;
    padding: 10px;
  }
}

.mvu {
 margin-bottom: 20px;
 text-align: center;
}

.mvu .mv_btn {
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  color: #fff;
  background-color: #2dd28d;
  border: 1px solid #2dd28d;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .2);
  border-radius: 50px;
  text-align: center;
  z-index: 1;
  font-size: 1.5rem;
  padding-left: 25%;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: .2s all;
  margin-bottom: 30px;
  display: flex;
}
.mvu .mv_btn:hover{
  background-color: #fff;
  color: #2dd28d;
  border: 1px solid #2dd28d;
}

@media screen and (max-width: 640px) {
  .mvu .mv_btn {
    max-width: 150px;
    width: 150px;
    font-size: 1.1rem;
    padding: 10px;
  }
}

.mvu .mv_btn2 {
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  color: #fff;
  background-color: #4c566c;
  border: 1px solid #4c566c;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .2);
  border-radius: 50px;
  text-align: center;
  z-index: 1;
  font-size: 1.4rem;
  padding-left: auto;
  padding-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: .2s all;
  margin-bottom: 30px;
  display: flex;
  justify-content: center
}




.lead_txt_lg {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #4c566c;
}

.lead_txt_lgm {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #4c566c;
}

@media screen and (max-width: 640px) {
  .lead_txt_lg {
    font-size: 1.1rem;
  }
  
}

@media screen and (max-width: 720px) {
  .lead_txt_lgm {
    font-size: 1.0rem;
  }
}

.lead_feature {
  font-size: 1.125rem;
  line-height: 1.8rem;
  margin: 32px auto 0;
  max-width: 968px;
  text-align: center;
}

.lead_feature2 {
  font-size: 1.1rem;
  line-height: 1.6rem;
  margin: 0px auto 0;
  max-width: 968px;
  text-align: left;
}


@media screen and (max-width: 767px) {
.lead_feature2 {
  font-size: 1.1rem;
  line-height: 1.6rem;
  margin: 10px auto 0;
  max-width: 968px;
  text-align: center;
}
}


.lead_txt_sm {
  text-align: center;
  font-size: 1.2rem;
  color: #4c566c;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.5;
  
}

.lead_txt_ss {
  text-align: center;
  font-size: 1.1rem;
  color: #4c566c;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-bottom: 40px;
}

lead_txt_ss a {
  text-decoration: underline;
}

@media screen and (max-width: 640px) {
  .lead_txt_sm {
    font-size: 1rem;
  }
}

@media screen and (max-width: 640px) {
  .lead_txt_ss {
    font-size: 1rem;
  }
}

.lead_txt_ttl {
  text-align: center;
  font-size: 1.7rem;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #4c566c;
}

.lead_txt_ttlc {
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #4c566c;
}


.lead_txt_ttlt{
    display: inline;
    border-bottom: 3px solid #2dd28d;
}


@media screen and (max-width: 640px) {
  .lead_txt_ttl {
    font-size: 1rem;
  }
   .lead_txt_ttlc {
    font-size: 1rem;
  }
}

.company_logo_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 60px 0;
  color: #fff;
  text-align: center;
}

.company_logo_list li {
  width: 23%;
  height: 100px;
  background-color: #333;
}
@media screen and (max-width: 640px) {
  .company_logo_list li {
    width: 48%;
    margin-bottom: 20px;
  }
}

/*
.form_blk {
  margin: 40px 0;
  height: 400px;
  text-align: center;
  font-size: 2rem;
  color: #fff;
  background-color: #333;
}
*/
.feature_blk {
  display: flex;
  justify-content: space-between;
  
}
@media screen and (max-width: 640px) {
  .feature_blk{
    display: block;
  }
}

.feature_blk li {
  width: 42%;
  padding: 40px 30px;
  background-color: #4c566c;
}


@media screen and (max-width: 640px) {
  .feature_blk li {
    width: 82%;
    margin-bottom: 20px;
  }
}

.feature_blk li:nth-child(2) {
  background-color: #4c566c;
}

.feature_blk_gry {
  background-color: #fff;
  padding: 40px;
  min-height: 362px;
}

.feature_blk_gry2 {
  background-color: #f5f6f7;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 20px;
}

.feature_blk_gry2 li {
  text-align: center;
  font-size: 1.2rem;
  color: #4c566c;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-bottom: 10px;
}



@media screen and (max-width: 640px) {
  .feature_blk_gry {
    padding: 20px;
    min-height: 270px;
  }
 .feature_blk_gry2 li {
  font-size: 1em;
  letter-spacing: 1px;
  line-height: 1.5;
   margin-bottom: 20px;
} 
  
}

.feature_blk_gry img {
  max-width: 50%;
  display: block;
  margin: auto;
}

.feature_blk li h3 {
  text-align: center;
  font-size: 1.8rem;
  margin: 20px 0;
}


@media screen and (max-width: 640px) {
  .feature_blk li h3 {
    line-height: 1.4;
    font-size: 1rem;
  }
}

.feature_blk li p {
  line-height: 1.5;
  letter-spacing: 1px;
  font-size: 1.2rem;
}
@media screen and (max-width: 640px) {
  .feature_blk li p {
    font-size: .8rem;
  }
}
/*
.lead_btn_gray {
  background-color: #2dd28d;
  border: 1px solid #2dd28d;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  padding: 30px 0;
  max-width: 300px;
  width: 100%;
  margin: 0 auto 70px;
  display: block;
  border-radius: 50px;
  transition: .2s all;
}
@media screen and (max-width: 640px) {
  .lead_btn_gray {
    font-size: 1rem;
    padding: 20px 0;
  }
}
.lead_btn_gray:hover{
  background-color: #fff;
  color: #2dd28d;
}
*/
.ehon-box {
    background-color: #f0f1f2;
    border-radius: 16px;
    box-sizing: border-box;
    display: flex;
    gap: 81px;
    justify-content: space-between;
    padding: 40px 32px;
    width: 100%;
  margin-top: 32px;
}

@media screen and (max-width: 640px) {
.ehon-box {
    border-radius: 8px;
    flex-direction: column;
    margin-left: -8px;
    margin-right: -8px;
    padding: 20px 16px;
    width: calc(100% + 16px);
    gap: 24px;
}
}


.c-page-home__stories
 {
	position: relative;
	background-color: #fff;
}


.c-page-home__stories > 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__stories > div

 {
		max-width: 1300px;
		padding-left: 7.1428571429%;
		padding-right: 7.1428571429%;
	}
}

@media (max-width: 767px) {

	.c-page-home__stories > div
 {
		padding-left: 5.3333333333vw;
		padding-right: 5.3333333333vw;
	}
}

/*
.c-page-home__stories 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__stories h2
 {
		font-size: 8.4rem;
	}
}

@media (max-width: 1099px) {

	.c-page-home__stories h2
 {
		font-size: 66px;
	}
}

@media (max-width: 767px) {

	.c-page-home__stories h2
{
		font-size: 10.66667vw;
	}
}

.c-page-home__stories h2 [data-lang='en']

{
	padding-right: 50px;
	margin-bottom: 5px;
}

@media (max-width: 767px) {

	.c-page-home__stories h2 [data-lang='en']
 {
		padding-right: 4vw;
		margin-bottom: 3.3333333333vw;
	}
}


.c-page-home__stories h2 [data-lang='ja']
{
	display: inline-block;
	text-align: right;
}

@media (min-width: 768px) {

	.c-page-home__stories h2 [data-lang='ja']
 {
		font-size: 3rem;
	}
}

@media (max-width: 1099px) {

	.c-page-home__stories h2 [data-lang='ja']
 {
		font-size: 23.57143px;
	}
}

@media (max-width: 767px) {


	.c-page-home__stories h2 [data-lang='ja']
{
		font-size: 5.33333vw;
	}
}


.c-page-home__stories 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__stories h2 [data-lang='ja']::before
 {
		width: 13.3333333333vw;
		margin: -1.3333333333vw 2.6666666667vw 0 0;
	}
}
*/

/*

.c-page-home__stories-btn
 {
	margin: 0;
}


.c-page-home__stories-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__stories-btn a
 {
		min-width: 50.6666666667vw;
		padding-left: 12vw;
		font-size: 3.7333333333vw;
	}
}


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


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

@media (max-width: 767px) {

	.c-page-home__stories-btn a::before
 {
		width: 12vw;
	}
}


.c-page-home__stories-btn a::after
 {
	width: 22px;
	height: 22px;
	left: 18px;
	background-image: url('//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/_refactored/kaizenplatform_com/ai-ready/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__stories-btn a::after
 {
		width: 5.3333333333vw;
		height: 5.3333333333vw;
		left: 3.3333333333vw;
	}
}


.c-page-home__stories-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__stories-btn a span
 {
		padding: 3.3333333333vw 4vw;
	}
}


.c-page-home__stories-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__stories-btn a span[data-text='normal']
 {
	text-transform: none;
}

@media (min-width: 768px) {

	.c-page-home__stories-btn a:hover span::before
 {
		width: 100%;
		left: 0;
		right: unset;
	}

	.c-page-home__stories-btn a:hover::after
	 {
		-webkit-transform: scale(1.25);
		transform: scale(1.25);
	}
}


.c-page-home__stories-btn a:focus-visible
 {
	outline-color: #ff7924;
}


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

@media (max-width: 767px) {

	.c-page-home__stories-btn a[target='_blank']
 {
		padding-left: 0;
		padding-right: 13.3333333333vw;
	}
}


.c-page-home__stories-btn a[target='_blank']::before
 {
	left: unset;
	right: 0;
}


.c-page-home__stories-btn a[target='_blank']::after
 {
	width: 36px;
	height: 36px;
	left: unset;
	right: 10px;
	background-image: url('');
	background-size: cover;
}

@media (max-width: 767px) {

	.c-page-home__stories-btn a[target='_blank']::after
 {
		width: 6.4vw;
		height: 6.4vw;
		left: unset;
		right: 3.7333333333vw;
	}
}

@media (min-width: 768px) {
	
	.c-page-home__stories-btn a:hover
 {
		color: #000;
	}
}

@media (min-width: 768px) {

	.c-page-home__stories-btn a
 {
		font-size: 2.1rem;
	}
}

@media (max-width: 1099px) {

	.c-page-home__stories-btn a
 {
		font-size: 16.5px;
	}
}

@media (max-width: 767px) {

	.c-page-home__stories-btn a
 {
		font-size: 4vw;
	}
}

@media (min-width: 768px) and (max-width: 1099px) {

	.c-page-home__stories-btn a
 {
		min-width: 240px;
		padding-left: 55px;
	}
}

@media (min-width: 768px) {

	.c-page-home__stories-btn a::before
 {
		width: 65px;
	}
}

@media (min-width: 768px) and (max-width: 1099px) {

	.c-page-home__stories-btn a::before
 {
		width: 55px;
	}
}

@media (min-width: 768px) {
	
	.c-page-home__stories-btn a::after
 {
		width: 25px;
		height: 25px;
		left: 20px;
	}
}

@media (min-width: 768px) and (max-width: 1099px) {

	.c-page-home__stories-btn a::after
 {
		left: 15px;
	}
}

@media (min-width: 768px) {

	.c-page-home__stories-btn a span
	 {
		padding: 20px;
	}
}

@media (min-width: 768px) and (max-width: 1099px) {

	.c-page-home__stories-btn a span
 {
		padding: 17px;
	}
}
*/

.c-page-home__stories
{
	background-color: #f5f6f7;
}

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

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

/*
.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('') 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;
	}
}

.c-page-home__stories::after {
	width: 595px;
	height: 597px;
	background: url('') no-repeat;
	background-size: contain;
	right: -1px;
	bottom: -8.5227272727%;
}

@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-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-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 {
	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-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__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: 1rem;
	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/_refactored/kaizenplatform_com/ai-ready/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__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;
	}
}


.ehon-box__copy-area {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 16px;
}



@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; 
}






* {
  box-sizing: border-box;
}

.flex_step-box {
  display: flex;              
  flex-wrap: wrap;
  list-style-type: none;
  
}


.flex_step-box {
    background-color: #eee;     
    padding:  0px;             
}

@media (min-width: 768px) {

.flex_step-list {
   padding-top: 10px;
    padding-bottom: 10px;
    padding-left:0px;
    padding-right: 0px;
    margin:  0px;              /* 外側の余白 */
    border-radius:  0px;        /* 角丸指定 */
  width: 25%;   
  
}

li.steps {
  background-color: #4c566c;
  color:#ffffff;
  position: relative;
  padding: 1em 0.5em 1em 2em;
  overflow: hidden;
  
}

li.exps {
  color: #4c566c;
  padding-left: 0.5em;
  padding-right: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
}

li.steps::before,
li.steps::after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}

li.steps::before{
  top:-15px;
  right:0.3em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}


li.steps::after{
  top:-15px;
  right:0.5em;
  border-style: solid;
  border-color: transparent transparent transparent #4c566c;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}

.flex_step-list:nth-child(4)::before,
.flex_step-list:nth-child(4)::after{
  display:none;
}

.flex_step-list:nth-child(1) {
    order: 1;
}

.flex_step-list:nth-child(2) {
    order: 2; 
}

.flex_step-list:nth-child(3) {
    order: 3;
}

.flex_step-list:nth-child(4) {
    order: 4;
}

.flex_step-list:nth-child(5) {
    order: 5;
}

.flex_step-list:nth-child(6) {
    order: 6;
}

.flex_step-list:nth-child(7) {
    order: 7;
}

.flex_step-list:nth-child(8) {
    order: 8;
}
}


@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%;     
 }
  
@media (max-width: 767px) {
li.steps {
  position: relative;
  width:30%;
  background: #4c566c;
  padding: 1em;
  margin-bottom: 1em;
  text-align:center;
  color: #fff;
}
  
li.exps {
  color: #4c566c;
  padding-left: 0.5em;
  padding-right: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  }
li.steps::after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -15px;
  left: 1px;
  border-style: solid;
  border-color: #4c566c transparent transparent transparent;
  border-width: 20px 20px 0 20px;
  z-index: 1;
}
  
.flex_step-list:nth-child(4)::after{
  display:none;
  }
  
.flex_step-list:nth-child(1) {
    order: 1;
}

.flex_step-list:nth-child(2) {
    order: 3; 
}

.flex_step-list:nth-child(3) {
    order: 5;
}

.flex_step-list:nth-child(4) {
    order: 7;
}

.flex_step-list:nth-child(5) {
    order: 2;
}

.flex_step-list:nth-child(6) {
    order: 4;
}

.flex_step-list:nth-child(7) {
    order: 6;
}

.flex_step-list:nth-child(8) {
    order: 8;
}
}