@charset "utf-8";
.eyecatch_inc.short .eyecatch_inc02 .eye_img{
	background-image: url(../img/about/eye01.jpg);
}
.contents01{
	width: 100%;
	height: auto;
	padding-bottom: 13.0rem;
}
@media only screen and (max-width: 767px){
	.contents01{
		padding-bottom: 9.4rem;
	}
}
.contents01 .contents01_01{
	width: 112.0rem;
	height: auto;
	margin: 9.6rem auto 0;
	padding-bottom: 17.7rem;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01{
		width: 90%;
		margin: 3.5rem auto 0;
		padding-bottom: 6.7rem;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	width: auto;
	height: auto;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01{
		margin-top: 4.2rem;
	}
}
.contents01 .contents01_01 h3{
	width: auto;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 2.0rem;
	font-size: 5.5rem;
	line-height: 5.7rem;
	letter-spacing: calc((50/1000)*1em);
	color: #fff;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 h3{
		gap: 7..8rem;
		font-size: 2.9rem;
		line-height: 3.3rem;
		gap: .8rem;
	}
}
.contents01 .contents01_01 h3 span{
	width: auto;
	height: auto;
	position: relative;
	padding: 0 .5rem .8rem .5rem;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 h3 span{
		padding: 0 .5rem .5rem .5rem;
	}
}
.contents01 .contents01_01 h3 span::before{
	content:'';
	display: block;
	width:var(--bg-width,0%);
	height: 100%;
	background-color: #00912D;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	z-index: -1;
}
.contents01 .contents01_01 .text01{
	font-size: 1.8rem;
	line-height: 4.3rem;
	letter-spacing: calc((50/1000)*1em);
	margin-top: 5.7rem;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .text01{
		font-size: 1.5rem;
		line-height: 2.8rem;
		margin-top: 3.4rem;
	}
}


html, body, main, .wrapper, .wrap, #wrap, #page, .container {
  overflow: visible !important;
}
.stack_bg{
	width: 128.0rem;
	height: auto;
	margin: 0 auto;
	position: relative;
}
@media only screen and (max-width: 767px){
	.stack_bg{
		width: 90%;
	}
}
.stack_bg .stack{
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10.0rem;
}
@media only screen and (max-width: 767px){
	.stack_bg .stack{
	  gap: 3.0rem;
	}
}

.stack_bg .stack .card{
  position: sticky;
  top: 15.0rem;
  width: 100%;
  height: 100%;
  border-radius: 2.4rem;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #FAFDF7;
  /*transform: translateY(calc(var(--i) * 1.8rem));*/
}
@media only screen and (max-width: 767px){
	.stack_bg .stack .card{
		position: sticky;
		top: 8.5rem;
		width: 100%;
		height: 100%;
		border-radius: 1.0rem;
		margin: 0;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		background-color: #FAFDF7;
/*transform: translateY(calc(var(--i) * 1.8rem));*/
	}
}
.stack_bg .stack .card .bg_color{
	width: 100%;
	height: 54.4rem;
	padding: 0 15.0rem 0 17.8rem;
	border-radius: 1.0rem;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.stack_bg .stack .card .bg_color{
		width: 100%;
		height: 53.5rem;
		padding: 3.1rem;
		border-radius: 1.0rem;
		position: relative;
		display: block;
	}
}
.stack_bg .stack .card .bg_color .number{
	font-size: 2.2rem;
	line-height: 2.2rem;
	letter-spacing: calc((50/1000)*1em);
	color: #fff;
	position: absolute;
	top: 7.2rem;
	left: 6.2rem;
}
@media only screen and (max-width: 767px){
	.stack_bg .stack .card .bg_color .number{
		font-size: 1.3rem;
		line-height: 3.0rem;
		position: initial;
	}
}
.stack_bg .stack .card .bg_color .inner{
	width: 100%;
	height: auto;
	display: block;
}
.stack_bg .stack .card .bg_color .inner h4{
	font-size: 4.5rem;
	line-height: 7.5rem;
	letter-spacing: calc((50/1000)*1em);
	color: #fff;
}
@media only screen and (max-width: 767px){
	.stack_bg .stack .card .bg_color .inner h4{
		font-size: 2.4rem;
		line-height: 3.5rem;
	}
}
.stack_bg .stack .card .bg_color .inner .inner01{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}
@media only screen and (max-width: 767px){
	.stack_bg .stack .card .bg_color .inner .inner01{
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
}
.stack_bg .stack .card .bg_color .inner .inner01 .text01{
	width: 68.0rem;
	font-size: 1.7rem;
	line-height: 4.3rem;
	letter-spacing: calc((50/1000)*1em);
	color: #fff;
	margin-top: 3.7rem;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.stack_bg .stack .card .bg_color .inner .inner01 .text01{
		width: 100%;
		font-size: 1.3rem;
		line-height: 2.3rem;
		margin-top: 2.0rem;
	}
}
.stack_bg .stack .card .bg_color .inner .inner01 .item01{
	width: 23.1rem;
	height: auto;
	display: block;
	margin: 0 0 0 2.0rem;
}
@media only screen and (max-width: 767px){
	.stack_bg .stack .card .bg_color .inner .inner01 .item01{
		width: 13.7rem;
		height: auto;
		display: block;
		margin: 1.6rem auto 0;
	}
}


/* カードごとにインデックスを付ける（重なりの段差） */
/*.card:nth-child(1){ --i: 0; }
.card:nth-child(2){ --i: 1; }
.card:nth-child(3){ --i: 2; }
.card:nth-child(4){ --i: 3; }*/

/* 背景色は例 */
.stack_bg .stack .card:nth-of-type(1) .bg_color{ background: #00912D; }
.stack_bg .stack .card:nth-of-type(2) .bg_color{ background: #53A421; }
.stack_bg .stack .card:nth-of-type(3) .bg_color{ background: #9BBD00; }
.stack_bg .stack .card:nth-of-type(4) .bg_color{ background: #00912D; }
.stack_bg .stack .card:nth-of-type(5) .bg_color{ background: #53A421; }


.stack_bg .stack ul.guide{
	width: 128.0rem;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 4.5rem;
	margin: 1.6rem auto ;
}
@media only screen and (max-width: 767px){
	.stack_bg .stack ul.guide{
		width: 90%;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 3.0rem;
		margin: 1.3rem auto 0;
	}
}
.stack_bg .stack ul.guide li{
	font-size: 1.3rem;
	line-height: 2.3rem;
	letter-spacing: calc((50/1000)*1em);
	color: #CFEAD4;
}
@media only screen and (max-width: 767px){
	.stack_bg .stack ul.guide li{
		font-size: 1.2rem;
		line-height: 2.2rem;
	}
}
.stack_bg .stack ul.guide li.active{
	color: #00912D;
}