.m-homeInfo__tw__u .m-homeInfo__tb__u:nth-child(n+4) {
	display: block;
}

.c-thumb_document {
    aspect-ratio: 620 / 280;
    overflow: clip;
    margin-bottom: 1em;
}
.c-thumb_document img {
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    object-fit: cover;
}

.hl-eco {
    font-size: 28px;
	font-weight: bold;
}
@media screen and (min-width: 767px) {
	.hl-eco.is-sp { display: none; }
}
@media screen and (max-width: 767px) {
	.hl-eco.is-pc { display: none; }
}

.hl-eco span {
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
    vertical-align: top;    
}
.hl-eco span::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #4ac9e4, #0084ce);
}
.hl-eco.-col_purple span::before,
.c-gp__h2__ln.-col_purple::before {
    background: linear-gradient(90deg, #ee9390, #bd4ca6);
}
.hl-eco.-col_green span::before,
.c-gp__h2__ln.-col_green::before {
    background: linear-gradient(90deg, #b5e0a0, #00a498);
}
.c-gp__le.-col_purple::before { border-color: #bd4ca6; }
.c-gp__le.-col_green::before { border-color: #00a498; }
.c-gp__le.-col_blue::before {}
.hl-eco + *{
    margin-top: 2em;
}
.l-contents_eco {
	padding-top: 60px;
}
*+.l-contents_eco__item {
    margin-top: 120px
}
*+div.l-contents_eco__item {
    margin-top: 60px
}

.hl-eco.-with_img {
	display: flex;
	gap: 1em;
	align-items: center;
}
.hl-eco.-with_img img {
	height: 60px;
	width: auto;
}

@media screen and (max-width: 767px) {
	.hl-eco {
		font-size: 20px;
		text-align: center;
	}
	.hl-eco span::before {
		height: 2px;
		bottom: 3px;
	}
	.hl-eco + *{
		margin-top: 1.2em;
	}
	.l-contents_eco {
		padding-top: 0;		
	}
	*+.l-contents_eco__item,
	*+div.l-contents_eco__item {
		margin-top: 50px;
	}
	.hl-eco.-with_img {
		justify-content: center;
	}
}

.l-grid-content {
    display: flex;
    gap: 56px;
	align-items: center;
}
.l-grid-content__row.-text {
    flex: 1;
}
.l-grid-content__row.-text p {
	line-height: 1.7;
}
.l-wrap-eco_content .l-grid-content__row.-text {
	padding: 1em 0;
}
.l-grid-content__row.-img {
    width: 38%;
}
.l-grid-content__row.-img .c-img {
	overflow: clip;
	aspect-ratio: 4/3;
	border-radius: 10px;
}
.l-grid-content__row.-img figcaption {
	display: block;
	padding-top: .5em;
	text-align: center;
}
.l-grid-content__row.-img .c-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: inline-block;
}

.l-grid-content__row.-img .c-img.-contain {
	border: 2px solid rgba(0,0,0,.1);
	padding: 20px;
}
.l-grid-content__row.-img .c-img.-contain img {
	object-fit: contain;
}
@media screen and (min-width: 768px) {
	.l-contents_eco__item:nth-of-type(2n) .l-grid-content {
		flex-direction: row-reverse;
	}	
}
@media screen and (max-width: 767px) {
	.l-grid-content {
		display: flex;
		flex-direction: column;
		gap: 2em;
		align-items: flex-start;
	}
	.l-wrap-eco_content .l-grid-content__row.-text {
		padding: 0 0;
	}
	.l-grid-content__row.-img {
		width: 75%;
		margin: 0 auto;
	}	
}
.l-wrap-eco_content .c-gp__in {
    padding: 0 0 160px;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.l-wrap-eco_content .c-gp__in {
		padding: 0 0 80px;
	}
}
.c-list_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10em, 1fr));
    gap: 1em;
}
.c-list_circle li,
.c-list_circle dt {
    display: flex;
    align-items: flex-start;
    gap: .5em;
}
.c-list_circle dt {
 	font-size: 1.1rem;
}

.c-list_circle dd {
	padding: .5em 0 0 1.5em;
}
.c-list_circle dt {
	font-weight: bold;
}
.c-list_circle:not(.c-list_grid) > *+li {
    margin-top: 1em;
}
.c-list_circle > *+div {
    margin-top: 1.5em;
}
.c-list_circle li a {}
.c-list_circle li::before,
.c-list_circle dt::before {
    content: '';
    display: block;
    width: 1em;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: #0087d5;
    position: relative;
    top: .3em;
}
.c-list_circle.-col_green li::before {
    background-color: #00a498;
}
.p-gird-cards {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
	gap: min(2.5vw, 32px);
}
.p-gird-cards li {
	text-align: center;
}
.p-gird-cards a {
    transition: opacity .35s cubic-bezier(.215, .61, .355, 1);	
	color: inherit;
}
@media(hover:hover) {
	.p-gird-cards a:hover {
		opacity: .8;
	}	
}

.p-gird-cards .c-thumb {
	aspect-ratio: 3.8/3;
	overflow: clip;
	margin-bottom: 1em;
	border-radius: 5px;
}
.p-gird-cards .c-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.p-gird-cards figcaption {
	display: inline-block;
    position: relative;
    padding-right: 13px;
    color: inherit;
    text-decoration: none;
}
.p-gird-cards figcaption::after {
	content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -3.5px;
    box-sizing: border-box;
    border-top: 3px solid #0087d4;
    border-right: 3px solid #0087d4;
    transform: rotate(45deg);	
}
@media screen and (max-width: 767px) {
	.p-gird-cards .c-thumb {
		margin-bottom: .5em;
	}
	.p-gird-cards {
		grid-template-columns: repeat(2, 1fr);
	}	
}

.w-sec-news {
	background: #fff;
	padding: 64px 0;
}
.blk-news-scroll {
	overflow-y: auto;
	max-height: 320px;
	padding-right: 2em;
}
.blk-news-scroll::-webkit-scrollbar {
    width: 8px;
	background: #ddd;
    border-radius: 5px;
}
.blk-news-scroll::-webkit-scrollbar-thumb {
    background: #0087d5;
    width: 6px;
    border-radius: 5px;
}
@media screen and (max-width: 767px) {
	.w-sec-news {
		padding: 64px 15px;
	}	
	.blk-news-scroll {
		max-height: 15em;
		padding-right: 1em;
	}
}

.l-wrap-eco_content.-content_firstview {
	background: linear-gradient(90deg, rgba(161, 216, 132, .2) 0%, rgba(1, 164, 153, .2) 100%);
	backdrop-filter: blur(8px);
	width: auto;
	padding-top: 4em;
}
.l-wrap-eco_content.-content_secondview {
	background: linear-gradient(90deg, rgba(161, 216, 132, .2) 0%, rgba(1, 164, 153, .2) 100%);
	backdrop-filter: blur(8px) brightness(.8);
	width: auto;
}
.l-wrap-eco_content.-content_thirdview {
	background: linear-gradient(90deg, rgba(161, 216, 132, .2) 0%, rgba(1, 164, 153, .2) 100%);
	backdrop-filter: blur(8px);
	width: auto;
	padding-top: 4em;
}

@media screen and (max-width: 767px) {
	.l-wrap-eco_content.-content_firstview,
	.l-wrap-eco_content.-content_thirdview {
		padding-top: 2em;
	}
}

.c-gp__h2.-col_white {
	color: #fff;
}
.c-gp__h2.-col_white .c-gp__h2__ln::before {
	background: #fff;
}
.c-gp__h2.-col_white .c-gp__h2__ln {
	background: rgba(255,255,255,.3);
}
.l-wrap-eco_content .l-contents_eco__item {
	position: relative;
}
.l-wrap-eco_content .l-contents_eco__item:not(:first-of-type) {
	margin: 100px auto;
}
.l-wrap-eco_content .l-contents_eco__item:last-of-type {
	margin-bottom: 40px;
}

.l-wrap-eco_content .l-contents_eco__item::after {
	content: '';
	display: block;
	position: absolute;
	width: calc(100% + 100px);
	height: calc(100% + 80px);
	background: #fff;
	border-radius: 10px;
	left: 50%;
	top: 50%;
	translate: -50% -50%;
	z-index: -1;
}
@media screen and (max-width: 767px) {
	.l-wrap-eco_content {
		padding: 0;
		/* backdrop-filter: blur(10px); */
		margin: 0;
	}
	.l-wrap-eco_content .l-contents_eco__item {
		padding: 30px 20px;
		margin-left: 10px;
		margin-right: 10px;
	}	
	.l-wrap-eco_content .l-contents_eco__item::after {
		width: calc(100%);
		height: calc(100%);		
	}
	.l-wrap-eco_content .l-contents_eco__item:first-of-type {
		margin-top: 25px;
	}	
	.l-wrap-eco_content .l-contents_eco__item:not(:first-of-type),
    .l-wrap-eco_content div.l-contents_eco__item {
		margin: 5px 10px !important;
	}	
}
.p-list-anchor {
	display: flex;
	gap: 1.2em;
}
.p-list-anchor__item a {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	aspect-ratio: 1/1;
	width: 160px;
	text-decoration: none;
	color: #fff;
	transition: .3s opacity;
}

@media(hover:hover) {
	.p-list-anchor__item a:hover {
		opacity: .8;
	}
}


.p-list-anchor__item a::after {
	content: '';
	display: block;
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border-top: 3px solid #0087d5;
    border-right: 3px solid #0087d5;
	rotate: 135deg;
	position: absolute;
	bottom: 1em;
	left: 50%;
	translate: -50% 0;
}
.p-list-anchor__item:nth-of-type(2) a::after {
	border-color: #00a498;
}
.p-list-anchor__item:nth-of-type(3) a::after {
	border-color: #bd4ca6;
}

.p-list-anchor__item span {
	position: relative;
	z-index: 2;
	text-align: center;
	display: inline-block;
	padding-bottom: 3em;
	font-size: 1.1rem;
	line-height: 1.2;
}
.p-list-anchor__item .c-bg {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: .3s opacity
}
.blk-eco-mv {
	position: relative;
}
.blk-eco-mv .c-gp__w {
	padding: 320px 0 40px;
	width: 1100px;
	position: relative;
}
.p-bnr-fixed {
	position: absolute;
	right: 0;
	bottom: 40px;
	width: 360px;
	background: #027ec1;
	border-radius: min(1vw, 8px) ;
	text-align: center;
}
.p-bnr-fixed a {
	color: #fff;
	text-decoration: none;
	transition: .3s opacity;
}
.p-bnr-fixed img {
	width: 100%;
	height: auto;
	border-radius: min(1vw, 8px) ;
}
.p-bnr-fixed figcaption {
	display: inline-flex;
	padding: .5em 0;
	font-size: 90%;
	gap: .5em;
	align-items: center;
}
.p-bnr-fixed figcaption::after {
	content: '';
    display: block;
    width: 8px;
    height: 8px;
    box-sizing: border-box;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);	
}
@media(hover:hover) {
	.p-bnr-fixed a:hover {
		opacity: .9;
	}
	.p-list-anchor__item a:hover .c-bg {
		opacity: .9;
	}
}
@media screen and (max-width: 767px) {
	.blk-eco-mv .c-gp__w {
		padding: 45vw 15px 24px;
		width: auto;
		position: relative;
	}
	.p-list-anchor {
		display: grid;
		grid-template-columns: repeat(3,1fr);
		gap: .4em;
		margin-bottom: 1.6em;
	}
	.p-list-anchor__item a {
		width: 100%;
	}
	.p-list-anchor__item span {
		padding-bottom: 3em;
		font-size: 1rem;
	}
	.p-bnr-fixed {
		position: static;
		right: auto;
		bottom: auto;
		width: 72%;
		margin: 0 auto;
		border-radius: 5px ;
	}
	.p-bnr-fixed figcaption {
		font-size: 72%;
	}	
}


.l-sec-casestudy {
	background: linear-gradient(90deg, rgba(161,216,132,1) 0%, rgba(1,164,153,1) 100%);
	padding: 1px 0 120px;
	overflow: clip;
}
.l-sec-casestudy_header {
	width: 1240px;
	margin: 0 auto 32px;
	color: #fff;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.l-sec-casestudy {
		padding-bottom: 80px;
	}
	.l-sec-casestudy_header {
		width: auto;
		padding: 0 15px;
		margin: 0 auto 24px;
	}	
}
.p-list-slider__item {
	padding: 0 10px;
    display: grid!important;
}
.p-list-slider__item.slick-center {
	opacity: 1;
}
.p-list-slider__item a {
    text-decoration: none;
    color: currentColor;
	transition: .3s opacity;
}
@media(hover:hover) {	
	.p-list-slider__item a:hover {
		opacity: .8;
	}
}

.p-list-slider__item .c-inner {
	background: #fff;
	border-radius: 10px;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
}
.p-list-slider__item__row.-img {
width: 100%;
aspect-ratio: 4/3;
border-radius: 10px 10px 0 0;
    overflow: clip;
}
.p-list-slider__item__row.-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.p-list-slider__item__row.-text {
	padding: 24px 2em;
	position: relative;
}
.p-list-slider__item__row.-text div {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  padding-bottom: 120px;
}
.p-list-slider__item__row.-text p {
    min-height: 4em;
}
.p-list-slider__item__row.-text p b {
	font-weight: bold;
}
.c-list-case_icon {
	display: flex;
	gap: 5px;
	align-items: flex-end;
	position: absolute;
	right: 2em;
	bottom: 2em;
}
.c-list-case_icon img {
	height: 60px;
}
@media screen and (max-width: 767px) {
	.c-list-case_icon img {
		height: 40px;
	}	
}
.hl-slider__item {
	display: flex;
	font-weight: bold;
	font-size: 18px;
	gap: .5em;
	align-items: center;
	line-height: 1.3;
	margin-bottom: .75em;
	min-height: 2.6em;
}
.hl-slider__item span {
	flex: 1;
}
a .hl-slider__item::after {
	content: '';
    display: block;
    width: 8px;
    height: 8px;
    box-sizing: border-box;
    border-top: 3px solid #00a498;
    border-right: 3px solid #00a498;
    transform: rotate(45deg);
	margin-top: 8px;
}
@media screen and (max-width: 767px) {
	.p-list-slider__item .c-inner {
	  display: grid;
	  grid-template-rows: subgrid;
	  grid-row: span 2;
		width: auto;
	}
	.p-list-slider__item__row.-text {
		padding: 20px 20px;
		display: grid;
		grid-template-columns: 1fr;
		font-size: 14px;
	}
	.p-list-slider__item__row.-text div {
	  padding-bottom: 60px;
		width: 100%;
	}	
	.hl-slider__item {
		font-size: 16px;
		margin-bottom: 1em;
	}
	.slick-initialized .p-list-slider__item.slick-slide {
		display: grid;
		grid-template-columns: 1fr;
	}
	.c-list-case_icon {
		right: 20px;
		bottom: 20px;
	}	
}


.l-sec-casestudy .slick-dots {
	bottom: -2em;
	display: flex;
	gap: .8em;
	justify-content: center;
}
.l-sec-casestudy .slick-dots li {
	width: auto;
	height: auto;
	margin: 0;
}
.l-sec-casestudy .slick-dots li button {
	background: #fff;
	transition: .3s opacity;
	border-radius: 50%;
	width: 10px;
	aspect-ratio: 1/1;
	height: auto;
	opacity: .3;
}
.l-sec-casestudy .slick-dots li button::before {
	display: none;
}
.l-sec-casestudy .slick-dots li.slick-active button {
	opacity: 1;
}
.l-sec-casestudy .slick-next {
	display: block;
    position: absolute;
	right: 0;
	top: 50%;
    width: 40px;
    height: 89px;
    background: #fff;
	border-radius: 5px 0 0 5px;
}
.l-sec-casestudy .slick-next::before {
    top: 50%;
    width: 11px;
    height: 11px;
    margin-top: -5.5px;
    border-color: #00a498;
}
.l-sec-casestudy .slick-prev {
	display: block;
    position: absolute;
	left: 0;
	top: 50%;
    width: 40px;
    height: 89px;
    background: #fff;
	border-radius: 0 5px 5px 0;
}
.l-sec-casestudy .slick-prev::before {
    top: 50%;
    width: 11px;
    height: 11px;
    margin-top: -5.5px;
    border-color: #00a498;
}



@media (hover:hover) {
	.l-sec-casestudy .slick-next:hover,
	.l-sec-casestudy .slick-prev:hover {
		background: #14b4a8;
	}	
	.l-sec-casestudy .slick-next:hover::before,
	.l-sec-casestudy .slick-prev:hover::before {
	    border-color: #fff;
		opacity: 1;
	}	
}
@media screen and (max-width: 767px) {
	.l-sec-casestudy .slick-next,
	.l-sec-casestudy .slick-prev {
		display: none;
	}		
}

.m-homeInfo__tb__cw {
	flex-wrap: wrap;
}
.m-homeInfo__tb__dl__c:nth-child(2){
	display: flex;
	gap: .5em;
}
.m-homeInfo__tb__lb {
	padding: 5px 0;
	font-size: 11px;
}
.m-homeInfo__tb__cw__c:nth-of-type(2) {
	padding-top: .5em;
}
@media screen and (max-width: 767px) {
	.m-homeInfo__tb__dl {
		gap: 1em;
	}
	.m-homeInfo__tb__dl__c:nth-child(2){
		gap: 0;
	}
	.m-homeInfo__tb__lb {
		width: 5.6em;
	}
	.m-homeInfo__tb__cw__c:nth-of-type(2) {
		padding-top: 0;
	}
	.m-homeInfo__tb__t {
		line-height: 1.4;
	}
	.m-homeInfo__tb__dt {
		width: auto;
	}
}



.c-btn_pagetop {
	display: flex;
	align-items: center;
	position: fixed;
	right: 2vw;
	bottom: 1.5vw;
	text-decoration: none;
	padding: .8em .8em .8em 1.6em;
	background: #027ec1;
	border-radius: 100vmax;
	color: #fff;
	gap: 1em;
	transition: .3s translate, .3s background; 
	translate: 0 100px;
}
.c-btn_pagetop span {
	flex: 1;
}
@media(hover:hover) {
	.c-btn_pagetop:hover {
		background: #00cae5;
	}
}
.c-btn_pagetop.is-show {
	translate: 0 0;
}
.c-btn_pagetop::after {
		content: '';
		width: 2em;
		aspect-ratio: 1/1;
		border-radius: 50%;
		background: #fff url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23027ec1%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22ai%20ai-AlignToTop%22%3E%3Cpath%20d%3D%22M12%2022V7%22%2F%3E%3Cpath%20d%3D%22M5%2014l7-7%207%207%22%2F%3E%3Cpath%20d%3D%22M3%202h18%22%2F%3E%3C%2Fsvg%3E') 50% 50% no-repeat;
		background-size: 1em;
}
@media screen and (max-width: 767px) {
	.c-btn_pagetop {
		padding: 0;
		right: 20px;
		bottom: 20px;		
	}
	.c-btn_pagetop span {
		display: none;
	}	
	.c-btn_pagetop::after {
			content: '';
			width: 44px;
			aspect-ratio: 1/1;
			border-radius: 50%;
			background: #027ec1 url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22ai%20ai-AlignToTop%22%3E%3Cpath%20d%3D%22M12%2022V7%22%2F%3E%3Cpath%20d%3D%22M5%2014l7-7%207%207%22%2F%3E%3Cpath%20d%3D%22M3%202h18%22%2F%3E%3C%2Fsvg%3E') 50% 50% no-repeat;
			background-size: 1.4em;
	}
}
@media screen and (min-width: 768px) {
	.is-sp {
		display: none!important;
	}
}
@media screen and (max-width: 767px) {
	.is-pc {
		display: none!important;
	}
}

.w-box-white {
	background: #fff;
	padding: 2em;
	margin-bottom: 2em;
}
.w-box-white .c-gp__h2 {
	margin: 0!important;	
}

.w-box-white .c-gp__h2__tt {
	color: #0086d2;
}
.w-box-white .-col_green+.c-gp__h2__tt {
	color: #00a498;
}
.w-box-white .-col_purple+.c-gp__h2__tt {
	color: #bd4ca6;
}