﻿@charset "utf-8";

/* common
-------------------------------------------------------------------*/
.kaso main {
	padding-bottom: 10em;
}
.kaso .mv_wrap {
	margin-top: 115px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.kaso.page_about .mv_wrap,
.kaso.news .mv_wrap{
	background-image: url(../img/about/img_mv.png);
}
.kaso.page_recruit .mv_wrap,
.kaso.page_requirements .mv_wrap,
.kaso.page_form .mv_wrap {
	background-image: url(../img/recruit/img_mv.png);
}
.kaso.page_service .mv_wrap {
	background-image: url(../img/service/img_mv.png);
}
.kaso.page_features .mv_wrap {
	background-image: url(../img/features/img_mv.png);
}
.kaso .box {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	min-height: 318px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.kaso.page_features .box {
	min-height: 680px;
}
.kaso .box .tit>* {
	display: block;
	color: #336842;
}
.kaso .box .tit span {
	font-size: 1.375rem;
	letter-spacing: 0.05em;
}
.kaso .box .tit b {
	font-size: 2.75rem;
}
@media screen and (max-width:767px) {
	.kaso main {
		padding-bottom: 5em;
	}
	.kaso .mv_wrap {
		margin-top: 60px;
	}
	.kaso.page_about .mv_wrap,
	.kaso.news .mv_wrap {
		background-image: url(../img/about/img_mv_sp.png);
	}
	.kaso.page_recruit .mv_wrap,
	.kaso.page_requirements .mv_wrap,
	.kaso.page_form .mv_wrap {
		background-image: url(../img/recruit/img_mv_sp.png);
	}
	.kaso.page_service .mv_wrap {
		background-image: url(../img/service/img_mv_sp.png);
	}
	.kaso.page_features .mv_wrap {
		background-image: url(../img/features/img_mv_sp.png);
	}
	.kaso.page_features .box {
		min-height: 475px;
	}
	.kaso .box {
		min-height: 206px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.kaso .box .tit span {
		font-size: 1rem;
	}
	.kaso .box .tit b {
		font-size: 1.65rem;
		text-shadow: 0 0 3px rgb(203 254 214),0 0 5px rgb(203 254 214);
	}
}
/* about
-------------------------------------------------------------------*/
.kaso.page_about .section01 {
	padding-bottom: 110px;
}
.kaso.page_about .section01 .table_style dd .flex_box .item {
	width: 260px;
}
.kaso.page_about .section02 {
	position: relative;
	padding: 80px 0;
	background: #336842;
	z-index: 0;
}
.kaso.page_about .section02::after {
	position: absolute;
	display: inline-block;
	content: "";
	width: 50%;
	height: 100%;
	background: url(../img/about/bg_history.png);
	background-position: center right;
	background-size: cover;
	top: 0;
	right: 0;
	z-index: -2;
}
.kaso.page_about .section02 .h_style02::before,
.kaso.page_about .section04 .h_style02::before {
	display: none;
}
.kaso.page_about .section02 .table_style {
	background: #fff;
	padding: 40px 0;
}
.kaso.page_about .section02 .table_style>* {
	max-width: 900px;
	margin: auto;
}
.kaso.page_about .section02 .table_style .t_right {
	margin-top: 1em;
}
.kaso.page_about .section02 .bg_txt {
	position: absolute;
	font-size: 15.625rem;
	line-height: 0.55;
	color: #d7dde1;
	top: -160px;
	left: 0;
	z-index: -1;
	transform: rotate(90deg);
	transform-origin: bottom left;
	opacity: 0.2;
}
.kaso.page_about .section03 {
	position: relative;
	z-index: 0;
	padding: 80px 0;
}
.kaso.page_about .section03 .table_style dt {
	width: 250px;
}
.kaso.page_about .section03 .table_style dt::after {
	left: 230px;
}
.kaso.page_about .section03 .table_style dd {
	padding-left: 270px;
}
.kaso.page_about .section03 .table_style .flex_permit {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	align-items: center;
}
.kaso.page_about .section03 .table_style .flex_permit+.flex_permit {
	border-top: 1px solid #f1f1f1;
	padding-top: 1em;
	margin-top: 1em;
}
.kaso.page_about .section03 .table_style .flex_permit .item {
	min-width: 230px;
}
.kaso.page_about .section03 .table_style .flex_permit .item .place {
	color: #336842;
	margin-bottom: 0.5em;
}
.kaso.page_about .section03 .table_style .flex_permit .item .txt_pdf {
	position: relative;
	display: inline-block;
	padding-bottom: 2px;
	overflow: hidden;
}
.kaso.page_about .section03 .table_style .flex_permit .item a.txt_pdf:hover {
	text-decoration: none;
}
.kaso.page_about .section03 .table_style .flex_permit .item a.txt_pdf::before {
	position: absolute;
	display: inline-block;
	content: "";
	width: 100%;
	height: 1px;
	background: #336842;
	bottom: 0;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .4s;
	z-index: 0;
}
.kaso.page_about .section03 .table_style .flex_permit .item a.txt_pdf:hover::before {
	transform: scale(1, 1);
	transform-origin: left top;
}
.kaso.page_about .section03 .table_style .flex_permit .item .txt_pdf>* {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
.kaso.page_about .section04 {
	position: relative;
	padding: 0;
	z-index: 0;
}
.kaso.page_about .section04::before {
	position: absolute;
	display: inline-block;
	content: "";
	width: 105vw;
	height: 700px;
	background: #336842;
	top: 2%;
	left: -5vw;
	right: 0;
	z-index: -1;
	transform: rotate(-6deg) skew(-6deg);
}
.kaso.page_about .section04 .sitewrap {
	position: relative;
	z-index: 0;
}
.kaso.page_about .section04 .bg_img01 {
	margin-bottom: 4em;
}
.kaso.page_about .section04 .bg_img02 {
	position: absolute;
	top: -40px;
	right: 0;
}
.kaso.page_about .section04 .access_box {
	background: #fff;
	padding: 60px 0;
	border: 1px solid #8ab193;
}
.kaso.page_about .section04 .access_box>* {
	max-width: 840px;
	margin: auto;
}
.kaso.page_about .section04 .access_box .flex_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.kaso.page_about .section04 .access_box .flex_box>* {
	width: 50%;
	margin-bottom: 2.5em;
	line-height: 1.8;
}
.kaso.page_about .section04 .access_box .flex_box .logo {
	text-align: center;
}
.kaso.page_about .section04 .access_box .map_box .map_wrap {
	padding-bottom: 46.563981042%;
}
@media screen and (max-width:767px) {
	.kaso.page_about .section01 {
		padding-bottom: 60px;
	}
	.kaso.page_about .section01 .table_style dd .flex_box .item {
		width: 100%;
	}
	.kaso.page_about .section02 {
		padding: 40px 0;
	}
	.kaso.page_about .section02::after,
	.kaso.page_about .section02 .bg_txt {
		display: none;
	}
	.kaso.page_about .section02 .table_style {
		padding: 10px 10px;
		margin: 0 15px;
	}
	.kaso.page_about .section02 .table_style>* {
		max-width: 100%;
	}
	.kaso.page_about .section03 {
		padding: 40px 0;
	}
	.kaso.page_about .section03 .table_style dt {
		width: 100%;
	}
	.kaso.page_about .section03 .table_style dt::after {
		left: auto;
	}
	.kaso.page_about .section03 .table_style dd {
		padding: 1em 0.5em;
	}
	.kaso.page_about .section03 .table_style .flex_permit {
		flex-direction: column;
		align-items: flex-start;
	}
	.kaso.page_about .section03 .table_style .flex_permit .item {
		min-width: 0;
	}
	.kaso.page_about .section03 .table_style .flex_permit+.flex_permit,
	.kaso.page_about .section03 .table_style .flex_permit .item+.item {
		border-top: 1px solid #f1f1f1;
		padding-top: 0.5em;
		margin-top: 0.5em;
	}
	.kaso.page_about .section03 .table_style .flex_permit .item .txt_pdf {
		padding-bottom: 0;
	}
	.kaso.page_about .section03 .table_style .flex_permit .item a.txt_pdf::before {
		display: none;
	}
	.kaso.page_about .section03 .table_style .flex_permit .item .txt_pdf .icon {
		width: 24px;
	}
	.kaso.page_about .section04 {
		padding: 40px 0;
	}
	.kaso.page_about .section04::before {
		height: 500px;
		top: 6%;
		left: -5vw;
	}
	.kaso.page_about .section04 .bg_img01 {
		margin-bottom: 1em;
		width: 30%;
	}
	.kaso.page_about .section04 .bg_img02 {
		top: -40px;
		right: 0;
		width: 60%;
	}
	.kaso.page_about .section04 .access_box {
		padding: 20px 10px;
		margin: 0 15px;
	}
	.kaso.page_about .section04 .access_box>* {
		max-width: 100%;
	}
	.kaso.page_about .section04 .access_box .flex_box {
		flex-direction: column;
		margin-bottom: 20px;
		gap: 1em;
	}
	.kaso.page_about .section04 .access_box .flex_box>* {
		width: 100%;
		margin-bottom: 0;
	}
	.kaso.page_about .section04 .access_box .map_box .map_wrap {
		padding-bottom: 100%;
	}
}
/* recruit
-------------------------------------------------------------------*/
.kaso.page_recruit .ovfl_wrap {
	overflow: visible;
}
.kaso.page_recruit .section01 .flex_box {
	display: flex;
	justify-content: space-between;
}
.kaso.page_recruit .section01 .flex_box>* {
	width: 50%;
}
.kaso.page_recruit .section01 .flex_box .txt_box {
	line-height: 1.8;
	width: 46%;
}
.kaso.page_recruit .section01 .flex_box .img_box {
	text-align: right;
	margin-top: -50px;
}
.kaso.page_recruit .section02 {
	position: relative;
	padding: 80px 0 160px;
	z-index: 0;
	color: #fff;
}
.kaso.page_recruit .section02::before {
	position: absolute;
	display: inline-block;
	content: "";
	width: 105vw;
	height: 97%;
	background: #336842;
	top: 3%;
	left: -5vw;
	right: 0;
	z-index: -1;
	transform: rotate(6deg) skew(6deg);
}
.kaso.page_recruit .section02 p,
.kaso.page_recruit .section03 p {
	line-height: 1.6;
}
.kaso.page_recruit .section02 .flex_box,
.kaso.page_recruit .section03 .flex_box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 5em;
}
.kaso.page_recruit .section03 .flex_box{
	justify-content:center;
}
.kaso.page_recruit .section02 .flex_box .img_box {
	width: 32.5%;
}
.kaso.page_recruit .section03 {
	position: relative;
	padding: 80px 0 40px;
}
.kaso.page_recruit .section03::after {
	position: absolute;
	display: inline-block;
	content: "";
	width: 100%;
	height: 366px;
	background: #ddf8e3;
	left: 0;
	bottom: -10em;
	right: 0;
	margin: auto;
	z-index: -1;
}
.kaso.page_recruit .section03 .flex_box .item {
	display: block;
	background: #fff;
	margin-right: 1%;
	margin-bottom: 1%;
	padding: 2.5em 2em;
	width: 48.5%;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
	transition: transform .4s;
}
.kaso.page_recruit .section03 .flex_box .item:hover {
	text-decoration: none;
	transform: translateY(-5px);
}
.kaso.page_recruit .section03 .flex_box .item .img_box {
	text-align: center;
	margin-bottom: 2em;
}
.kaso.page_recruit .section03 .flex_box .item .item_tit {
	position: relative;
	padding-right: 40px;
	z-index: 0;
}
.kaso.page_recruit .section03 .flex_box .item .item_tit::before,
.kaso.page_recruit .section03 .flex_box .item .item_tit::after {
	position: absolute;
	display: inline-block;
	content: "";
	width: 33px;
	height: 33px;
	background: #022b0c;
	border-radius: 50%;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: -2;
}
.kaso.page_recruit .section03 .flex_box .item .item_tit::after {
	width: 8px;
	height: 7px;
	background: transparent;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	border-radius: 0;
	transform: rotate(33deg) skew(335deg);
	right: 38px;
	transition: right .4s;
	z-index: -2;
}
.kaso.page_recruit .section03 .flex_box .item:hover .item_tit::after {
	right: 14px;
}
.kaso.page_recruit .section03 .flex_box .item .item_tit span {
	font-size: 1.25rem;
	font-weight: 500;
}
.kaso.page_requirements .table_style {
	margin-bottom: 6em;
}
.kaso.page_requirements .recruit_animate{
	max-width:860px;
	margin:6em auto;
}
.kaso.page_requirements .entry_btn {
	text-align: center;
}
.kaso.page_requirements .entry_btn a {
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	max-width: 654px;
	min-height: 10em;
	width: 100%;
	border: 1px solid #022b0c;
	background: #fff;
	margin: auto;
	padding: 1em 5em;
	box-sizing: border-box;
	z-index: 0;
	overflow: hidden;
	transition: transform .4s;
}
.kaso.page_requirements .entry_btn a:hover {
	text-decoration: none;
	transform: translateY(-5px);
}
.kaso.page_requirements .entry_btn a::before {
	position: absolute;
	display: inline-block;
	content: "";
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	background: #ddfce4;
	z-index: -2;
	top: 5px;
	left: 5px;
}
.kaso.page_requirements .entry_btn a .img_box {
	position: absolute;
	z-index: -1;
	bottom: 5px;
	left: 1.5em;
	max-height: 148px;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
}
.kaso.page_requirements .entry_btn a .txt_box {
	font-size: 1.25rem;
	font-weight: bold;
	color: #022b0c;
}
.kaso.page_requirements .entry_btn a .txt_box::before,
.kaso.page_requirements .entry_btn a .txt_box::after {
	position: absolute;
	display: inline-block;
	content: "";
	width: 33px;
	height: 33px;
	background: #022b0c;
	border-radius: 50%;
	top: 0;
	bottom: 0;
	right: 1.5em;
	margin: auto;
	z-index: -2;
}
.kaso.page_requirements .entry_btn a .txt_box::after {
	width: 8px;
	height: 7px;
	background: transparent;
	border-top: 2px solid #ddfce4;
	border-right: 2px solid #ddfce4;
	border-radius: 0;
	transform: rotate(33deg) skew(335deg);
	right: 3.8em;
	transition: right .4s;
	z-index: -2;
}
.kaso.page_requirements .entry_btn a:hover .txt_box::after {
	right: 2.375em;
}
@media screen and (max-width:767px) {
	.kaso.page_recruit .section01 .flex_box {
		flex-direction: column-reverse;
		gap: 1em;
	}
	.kaso.page_recruit .section01 .flex_box>* {
		width: 100%;
	}
	.kaso.page_recruit .section01 .flex_box .txt_box {
		width: 100%;
	}
	.kaso.page_recruit .section01 .flex_box .img_box {
		margin-top: 0;
		width: 65%;
		margin-left: auto;
	}
	.kaso.page_recruit .section02 {
		padding: 80px 0 0;
	}
	.kaso.page_recruit .section02::before {
		height: 100%;
		top: 10%;
	}
	.kaso.page_recruit .section02 .flex_box,
	.kaso.page_recruit .section03 .flex_box {
		flex-wrap: wrap;
		margin-top: 2em;
	}
	.kaso.page_recruit .section02 .flex_box .img_box:first-of-type {
		width: 100%;
		text-align: center;
	}
	.kaso.page_recruit .section02 .flex_box .img_box:first-of-type img {
		max-width: 48%;
	}
	.kaso.page_recruit .section02 .flex_box .img_box {
		width: 48%;
	}
	.kaso.page_recruit .section03 {
		padding: 120px 0 40px;
	}
	.kaso.page_recruit .section03::after {
		position: absolute;
		display: inline-block;
		content: "";
		width: 100%;
		height: 366px;
		background: #ddf8e3;
		left: 0;
		bottom: -5em;
		right: 0;
		margin: auto;
		z-index: -1;
	}
	.kaso.page_recruit .section03 .flex_box {
		gap: 1em;
	}
	.kaso.page_recruit .section03 .flex_box .item,
	.kaso.page_recruit .section03 .flex_box .item:hover {
		margin-right: 0;
		margin-bottom: 0;
		padding: 1.5em 1em;
		width: 100%;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		transform: none;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.kaso.page_recruit .section03 .flex_box .item .img_box {
		margin-bottom: 0;
		width: 40%;
	}
	.kaso.page_recruit .section03 .flex_box .item .item_tit {
		padding-right: 28px;
		width: 55%;
	}
	.kaso.page_recruit .section03 .flex_box .item .item_tit::before {
		width: 20px;
		height: 20px;
	}
	.kaso.page_recruit .section03 .flex_box .item .item_tit::after,
	.kaso.page_recruit .section03 .flex_box .item:hover .item_tit::after {
		width: 6px;
		height: 5px;
		border-width: 1px;
		right: 9px;
	}
	.kaso.page_recruit .section03 .flex_box .item .item_tit span {
		font-size: 1.15rem;
	}
	.kaso.page_requirements .table_style {
		margin-bottom: 3em;
	}
	.kaso.page_requirements .recruit_animate{
		max-width:100%;
		margin:3em auto;
	}
	.kaso.page_requirements .entry_btn a,
	.kaso.page_requirements .entry_btn a:hover {
		max-width: 100%;
		min-height: 8em;
		padding: 1em 2.5em;
		transform: none;
	}
	.kaso.page_requirements .entry_btn a .img_box {
		left: 0.75em;
		max-height: 100px;
		height: 100%;
	}
	.kaso.page_requirements .entry_btn a .img_box img {
		max-height: 100%;
	}
	.kaso.page_requirements .entry_btn a .txt_box {
		display: block;
		font-size: 1rem;
		width: 49%;
		text-align: left;
		background: #ddfce4;
		padding: 0.25em;
	}
	.kaso.page_requirements .entry_btn a .txt_box::before {
		width: 22px;
		height: 22px;
		right: 0.75em;
	}
	.kaso.page_requirements .entry_btn a .txt_box::after,
	.kaso.page_requirements .entry_btn a:hover .txt_box::after {
		width: 6px;
		height: 5px;
		right: 1.375em;
	}
}
/* service
-------------------------------------------------------------------*/
.kaso.page_sangyo main,
.kaso.page_confidential main,
.kaso.page_bulky-garbage main,
.kaso.kaso.page_recycle main {
	padding-bottom: 0;
}
.kaso.page_service .lead {
	margin-bottom: 5em;
}
.kaso.page_service .lead p {
	line-height: 1.8;
}
.kaso.page_service .section01 {
	position: relative;
	padding-bottom: 80px;
}
.kaso.page_service .section01 .flex_box {
	display: flex;
	justify-content: space-between;
	margin-top: 4em;
}
.kaso.page_service .section01 .flex_box .txt_box {
	width: 42%;
}
.kaso.page_service .section01 .flex_box .txt_box .area_txt {
	position: relative;
	z-index: 0;
	text-align: center;
	padding: 0 1em 2.5em;
}
.kaso.page_service .section01 .flex_box .txt_box .area_txt::before {
	position: absolute;
	display: inline-block;
	content: "";
	width: 100%;
	height: calc(100% - 1.25em);
	background: #fff;
	border: 1px solid #336842;
	border-radius: 10px;
	z-index: -1;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.kaso.page_service .section01 .flex_box .txt_box .area_txt dt {
	width: 270px;
	background: #336842;
	margin: auto;
	color: #fff;
	font-size: 1.25rem;
	padding: 0.35em 0.5em;
	margin-bottom: 1.25em;
	border-radius: 20px;
}
.kaso.page_service .section01 .flex_box .txt_box .area_txt dd {
	font-size: 1.25rem;
}
.kaso.page_service .section01 .flex_box .txt_box .area_txt dd p+p {
	margin-top: 0.25em;
}
.kaso.page_service .section01 .flex_box .txt_box .caution_txt {
	margin-top: 2em;
}
.kaso.page_service .section01 .flex_box .img_box {
	width: 52%;
}
.kaso.page_service .section01 .flex_box .img_box .image_img {
	margin-top: -90px;
	text-align: right;
}
.kaso.page_greasetrap .section01 .flex_box .img_box .image_img {
	margin-right: 1em;
}
.kaso.page_service .section02 {
	position: relative;
	padding: 80px 0;
	z-index: 0;
	color: #fff;
}
.kaso.page_service .section02::before {
	position: absolute;
	display: inline-block;
	content: "";
	width: 105vw;
	height: 100%;
	background: #336842;
	top: 0;
	left: -5vw;
	bottom: 0;
	right: 0;
	z-index: -1;
	margin: auto;
	transform: rotate(6deg) skew(6deg);
}
.kaso.page_service .section02 .flex_box {
	display: flex;
	justify-content: space-between;
	margin-top: 3em;
}
.kaso.page_service .section02 .flex_box .txt_box p+p {
	margin-top: 1.25em;
}
.kaso .section02 .flex_box>* {
	width: 45%;
	line-height: 1.6;
	text-align: center;
}
.kaso.page_sangyo .section02 .flex_box>*{
	width: 31%;
}
.kaso.page_ippan .section02 .common_btn{
	margin-bottom: 1em;
}
.kaso.page_ippan .section02 .common_btn a {
	margin: auto;
	max-width: 400px;
}
.kaso.page_ippan .section02 .common_btn a:hover{
	max-width: 440px;
}
.kaso.page_sangyo .section02 .flex_box .item_nam
.kaso.page_confidential .section02 .flex_box .img_box .item_nam {
	margin-top: 1em;
}
.kaso.page_greasetrap .section02,
.kaso.page_confidential .section02 {
	color: #111111;
}
.kaso.page_recycle .attempt_wrap{
	position:relative;
	color: #282828;
}
.kaso.page_recycle .attempt_wrap img{
	height:auto;
}
.kaso.page_greasetrap .section02::before,
.kaso.page_confidential .section02::before,
.kaso.page_recycle .attempt_wrap::before{
	height: 120%;
	background: #ddf8e3;
	bottom: auto;
}
.kaso.page_greasetrap .section02 .h_style02::before,
.kaso.page_confidential .section02 .h_style02::before,
.kaso.page_recycle .attempt_wrap .h_style02::before{
	background: #336842;
}
.kaso.page_greasetrap .section02 .flex_box>*,
.kaso.page_confidential .section02 .flex_box>* {
	width: 50%;
}
.kaso.page_greasetrap .section02 .flex_box .img_box,
.kaso.page_confidential .section02 .flex_box .img_box {
	text-align: center;
}
.kaso.page_bulky-garbage .section02 .flex_box {
	margin-bottom: 1em;
}
.kaso.page_bulky-garbage .section02 .flex_box .txt_box ul {
	display: flex;
	flex-wrap: wrap;
}
.kaso.page_bulky-garbage .section02 .flex_box .txt_box ul li {
	position: relative;
	min-width: 180px;
	padding-left: 1em;
}
.kaso.page_bulky-garbage .section02 .flex_box .txt_box ul li::before {
	position: absolute;
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 4px 0 4px;
	border-color: #fff transparent transparent transparent;
	top: 0.65em;
	left: 0;
}
.kaso.page_service .section02 .flex_box .txt_box {
	width: 50%;
	text-align:left;
}
.kaso.page_service .section03 {
	position: relative;
	padding: 120px 0 160px;
}
.kaso.page_service .section03 .h_style02+p {
	margin-top: 4em;
}
.kaso.page_service .section03 .flex_box {
	margin-top: 6em;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
.kaso.page_service .section03 .flex_box .item {
	position: relative;
	width: 32%;
	min-height: 200px;
	text-align: center;
	padding: 0 0.75em 1.5em;
	margin-right: 2%;
	margin-bottom: 4%;
}
.kaso.page_service .section03 .flex_box .item:nth-of-type(3n) {
	margin-right: 0;
}
.kaso.page_service .section03 .flex_box .item::before {
	position: absolute;
	display: inline-block;
	content: "";
	width: 100%;
	height: calc(100% - 2.5em);
	background: #fff;
	border: 1px solid #336842;
	border-radius: 10px;
	z-index: -1;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.kaso.page_service .section03 .flex_box .item dt {
	margin-bottom: 2.5em;
}
.kaso.page_service .section03 .flex_box .item dd .sub_tit {
	font-size: 1.25rem;
	font-weight: 500;
	color: #336842;
	margin-bottom: 1em;
	display: flex;
	justify-content: center;
	align-items: center;
}
.kaso.page_service .section03 .flex_box .item dd p {
	line-height: 1.6;
}
.kaso.page_service .section_flow {
	position: relative;
	padding: 80px 0;
	background: #336842;
	z-index: 0;
}
.kaso.page_service .section_flow::before {
	position: absolute;
	display: inline-block;
	content: "";
	width: 58%;
	height: 100%;
	background: url(../img/service/bg_flow.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top right;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.kaso.page_service .section_flow .h_style02 {
	text-align: center;
}
.kaso.page_service .section_flow .h_style02::before {
	right: 0;
	margin: auto;
}
.kaso.page_service .section_flow .h_style02+p {
	color: #fff;
	line-height: 1.6;
	margin-bottom: 3em;
}
.kaso.page_service .section_flow .flow_list .item {
	position: relative;
	background: #fff;
	margin-bottom: 2em;
	padding: 1em 2em;
}
.kaso.page_service .section_flow .flow_list .item::after {
	position: absolute;
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 19.1px 11px 0 11px;
	border-color: #ffffff transparent transparent transparent;
	bottom: -19px;
	left: 0;
	right: 0;
	margin: auto;
}
.kaso.page_service .section_flow .flow_list .item:last-of-type {
	margin: 0;
}
.kaso.page_service .section_flow .flow_list .item:last-of-type::after {
	display: none;
}
.kaso.page_service .section_flow .flow_list .item>* {
	display: inline-block;
	vertical-align: middle;
}
.kaso.page_service .section_flow .flow_list.lines .item>* {
	vertical-align: text-top;
}
.kaso.page_service .section_flow .flow_list .item .num {
	font-size: 3.125rem;
	color: #336842;
	min-width: 2em;
	line-height: 1;
	padding-left: 0.5em;
}
.kaso.page_service .section_flow .flow_list .item .detail {
	font-size: 1.25rem;
	width: calc(100% - 7em);
}
.kaso.page_confidential .section_flow .flow_list .item .detail {
	font-size: 1rem;
}
.kaso.page_confidential .section_flow .flow_list .item .detail b {
	display: block;
	font-size: 1.25rem;
	font-weight: normal;
	color: #022b0c;
	margin-bottom: 0.5em;
}
.kaso.page_service .section_flow .bg_txt {
	position: absolute;
	font-size: 15.625rem;
	line-height: 0.55;
	color: #d7dde1;
	top: 0;
	right: 0;
	z-index: -1;
	transform: rotate(90deg);
	transform-origin: 50% 230%;
	opacity: 0.2;
}
.kaso.page_sangyo .section_flow .bg_txt {
	transform: none;
}
.kaso.page_service .section_btn {
	position: relative;
	padding-top: 80px;
}
.kaso.page_service .section_btn .flex_box {
	display: flex;
	justify-content: space-between;
}
.kaso.page_ippan .section_btn .flex_box .service_btn {
	text-align: left;
	width: 48%;
}
.kaso.page_ippan .section_btn .flex_box .service_btn a,
.kaso.page_greasetrap .section_btn .flex_box .greasetrap_btn a {
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	max-width: 654px;
	min-height: 10em;
	width: 100%;
	border: 1px solid #022b0c;
	background: #fff;
	margin: auto;
	padding: 2em 3em;
	box-sizing: border-box;
	z-index: 0;
	overflow: hidden;
	transition: transform .4s;
}
.kaso.page_ippan .section_btn .flex_box .service_btn a:hover,
.kaso.page_greasetrap .section_btn .flex_box .greasetrap_btn a:hover {
	text-decoration: none;
	transform: translateY(-5px);
}
.kaso.page_ippan .section_btn .flex_box .service_btn a::before,
.kaso.page_greasetrap .section_btn .flex_box .greasetrap_btn a::before {
	position: absolute;
	display: inline-block;
	content: "";
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	background: #ddfce4;
	z-index: -2;
	top: 5px;
	left: 5px;
}
.kaso.page_ippan .section_btn .flex_box .service_btn a .img_box {
	position: absolute;
	z-index: -1;
	bottom: 5px;
	left: 5px;
	max-height: 148px;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.kaso.page_ippan .section_btn .flex_box .service_btn a .txt_box,
.kaso.page_greasetrap .section_btn .flex_box .greasetrap_btn a .txt_box {
	font-size: 1rem;
	font-weight: bold;
	color: #022b0c;
	background: #ddfce4;
}
.kaso.page_ippan .section_btn .flex_box .service_btn a .txt_box::before,
.kaso.page_ippan .section_btn .flex_box .service_btn a .txt_box::after,
.kaso.page_greasetrap .section_btn .flex_box .greasetrap_btn a .txt_box::before,
.kaso.page_greasetrap .section_btn .flex_box .greasetrap_btn a .txt_box::after {
	position: absolute;
	display: inline-block;
	content: "";
	width: 33px;
	height: 33px;
	background: #022b0c;
	border-radius: 50%;
	bottom: 16px;
	right: 1em;
	margin: auto;
	z-index: -2;
}
.kaso.page_ippan .section_btn .flex_box .service_btn a .txt_box::after,
.kaso.page_greasetrap .section_btn .flex_box .greasetrap_btn a .txt_box::after {
	width: 8px;
	height: 7px;
	background: transparent;
	border-top: 2px solid #ddfce4;
	border-right: 2px solid #ddfce4;
	border-radius: 0;
	transform: rotate(33deg) skew(335deg);
	right: 3.5em;
	bottom: 28px;
	transition: right .4s;
	z-index: -2;
}
.kaso.page_ippan .section_btn .flex_box .service_btn a:hover .txt_box::after,
.kaso.page_greasetrap .section_btn .flex_box .greasetrap_btn a:hover .txt_box::after {
	right: 2em;
}
.kaso.page_greasetrap .section_btn .flex_box .greasetrap_btn {
	text-align: left;
	width: 100%;
}
.kaso.page_greasetrap .section_btn .flex_box .greasetrap_btn a {
	max-width: 832px;
	padding: 2em 5em;
}
.kaso.page_greasetrap .section_btn .flex_box .greasetrap_btn a::before {
	background: url(../img/service/greasetrap/img_btn.png);
}
.kaso.page_greasetrap .section_btn .flex_box .greasetrap_btn a .txt_box {
	background: none;
}
.kaso.page_greasetrap .section_btn .flex_box .greasetrap_btn a .txt_box b {
	font-size: 1.25rem;
}
.kaso.page_greasetrap .section_btn .flex_box .greasetrap_btn a .txt_box::before,
.kaso.page_greasetrap .section_btn .flex_box .greasetrap_btn a .txt_box::after {
	bottom: 0;
	top: 0;
}
.kaso.page_bulky-garbage .section_consultation {
	position: relative;
	padding: 80px 0;
}
.kaso.page_bulky-garbage .section_consultation .flex_box {
	border: 1px solid #336842;
	border-radius: 13px;
	padding: 2em;
	display: flex;
	justify-content: space-between;
	margin-bottom: 1.5em;
}
.kaso.page_bulky-garbage .section_consultation .flex_box li {
	position: relative;
	padding-left: 1.875em;
	margin-bottom: 0.5em;
	font-size: 1.25rem;
	font-weight: 500;
	color: #336842;
}
.kaso.page_bulky-garbage .section_consultation .flex_box li::before {
	position: absolute;
	display: inline-block;
	content: "";
	width: 29px;
	height: 25px;
	background: url(../img/common/icon_check.png);
	top: 0.15em;
	left: 0;
}
@media screen and (max-width:767px) {
	.kaso.page_service .lead {
		margin-bottom: 5em;
	}
	.kaso.page_service .section01 {
		padding-bottom: 60px;
	}
	.kaso.page_service .section01 .flex_box {
		flex-direction: column;
		gap: 2em;
		margin-top: 2em;
	}
	.kaso.page_service .section01 .flex_box .txt_box {
		width: 100%;
	}
	.kaso.page_service .section01 .flex_box .txt_box .area_txt {
		padding: 0 0.5em 1.5em;
	}
	.kaso.page_service .section01 .flex_box .txt_box .area_txt::before {
		border-radius: 5px;
	}
	.kaso.page_service .section01 .flex_box .txt_box .area_txt dt {
		width: 180px;
	}
	.kaso.page_service .section01 .flex_box .txt_box .area_txt dd {
		font-size: 1.2rem;
	}
	.kaso.page_service .section01 .flex_box .txt_box .caution_txt {
		margin-top: 1em;
	}
	.kaso.page_service .section01 .flex_box .img_box {
		width: 100%;
	}
	.kaso.page_service .section01 .flex_box .img_box .image_img {
		margin-top: -60px;
		width: 50%;
		margin-left: auto;
	}
	.kaso.page_service .section02 {
		padding: 40px 0;
	}
	.kaso.page_service .section02 .flex_box {
		flex-direction: column;
		gap: 1em;
		margin-top: 2em;
	}
	.kaso.page_service .section02 .flex_box>*,
	.kaso.page_service .section02 .flex_box .txt_box {
		width: 90%;
		margin: 0.5em auto;
	}
	.kaso.page_service.page_greasetrap .section02 .flex_box>*{
		width:100%;
		margin:auto;
	}
	.kaso.page_ippan .section02 .common_btn{
		margin-bottom: 1em;
	}
	.kaso.page_ippan .section02 .common_btn a,
	.kaso.page_ippan .section02 .common_btn a:hover{
		max-width: 100%;
	}
	.kaso.page_bulky-garbage .section02 .flex_box {
		flex-direction: column-reverse;
	}
	.kaso.page_bulky-garbage .section02 .flex_box .txt_box ul li {
		min-width: 0;
		width: 50%;
	}
	.kaso.page_bulky-garbage .section02 .flex_box .txt_box ul li::before {
		border-width: 6px 3px 0 3px;
	}
	.kaso.page_bulky-garbage .section02 .flex_box .img_box {
		width: 80%;
		margin-left: auto;
	}
	.kaso.page_service .section03 {
		position: relative;
		padding: 60px 0;
	}
	.kaso.page_service .section03 .h_style02+p {
		margin-top: 2em;
	}
	.kaso.page_service .section03 .flex_box {
		margin-top: 3em;
		flex-direction: column;
		gap: 1em;
	}
	.kaso.page_service .section03 .flex_box .item {
		width: 100%;
		min-height: 0;
		padding: 0 0.5em 1em;
		margin: 0;
	}
	.kaso.page_service .section03 .flex_box .item::before {
		height: calc(100% - 2.5em);
		border-radius: 5px;
	}
	.kaso.page_service .section03 .flex_box .item dt {
		width: 20%;
		margin: auto;
		margin-bottom: 1em;
	}
	.kaso.page_service .section03 .flex_box .item dd .sub_tit {
		margin-bottom: 0.5em;
	}
	.kaso.page_service .section03 .flex_box .item dd p {
		line-height: 1.6;
	}
	.kaso.page_service .section_flow {
		padding: 40px 0;
	}
	.kaso.page_service .section_flow::before,
	.kaso.page_service .section_flow .bg_txt {
		display: none;
	}
	.kaso.page_service .section_flow .flow_list {
		margin-top: 2em;
	}
	.kaso.page_service .section_flow .flow_list .item {
		padding: 0.5em 1em;
	}
	.kaso.page_service .section_flow .flow_list .item::after {
		border-width: 16px 9px 0 9px;
		bottom: -16px;
	}
	.kaso.page_service .section_flow .flow_list .item .num {
		font-size: 3rem;
		min-width: 2rem;
		padding-left: 0;
	}
	.kaso.page_service .section_flow .flow_list .item .detail {
		font-size: 1rem;
		width: calc(100% - 2.5rem);
	}
	.kaso.page_service .section_btn {
		padding-top: 40px;
	}
	.kaso.page_service .section_btn .flex_box {
		flex-direction: column;
		gap: 1em;
	}
	.kaso.page_ippan .section_btn .flex_box .service_btn {
		width: 100%;
	}
	.kaso.page_ippan .section_btn .flex_box .service_btn a,
	.kaso.page_ippan .section_btn .flex_box .service_btn a:hover,
	.kaso.page_greasetrap .section_btn .flex_box .greasetrap_btn a,
	.kaso.page_greasetrap .section_btn .flex_box .greasetrap_btn a:hover {
		max-width: 100%;
		min-height: 5em;
		padding: 2em 1em;
		transform: none;
	}
	.kaso.page_ippan .section_btn .flex_box .service_btn a .img_box {
		max-height: 104px;
		width: 45%
	}
	.kaso.page_ippan .section_btn .flex_box .service_btn a .txt_box::before,
	.kaso.page_ippan .section_btn .flex_box .service_btn a .txt_box::after,
	.kaso.page_greasetrap .section_btn .flex_box .greasetrap_btn a .txt_box::before {
		width: 20px;
		height: 20px;
		bottom: 12px;
		right: 0.85em;
		z-index: 1;
	}
	.kaso.page_ippan .section_btn .flex_box .service_btn a .txt_box::after,
	.kaso.page_ippan .section_btn .flex_box .service_btn a:hover .txt_box::after,
	.kaso.page_greasetrap .section_btn .flex_box .greasetrap_btn a .txt_box::after,
	.kaso.page_greasetrap .section_btn .flex_box .greasetrap_btn a:hover .txt_box::after {
		width: 6px;
		height: 5px;
		right: 1.45em;
		bottom: 18px;
		z-index: 2;
	}
	.kaso.page_greasetrap .section_btn .flex_box .greasetrap_btn a,
	.kaso.page_greasetrap .section_btn .flex_box .greasetrap_btn a:hover {
		min-height: 9em;
		padding: 1em;
		align-items: flex-end;
		justify-content: flex-start;
	}
	.kaso.page_greasetrap .section_btn .flex_box .greasetrap_btn a::before {
		background: url(../img/service/greasetrap/img_btn_sp.png);
		background-size: cover;
	}
	.kaso.page_greasetrap .section_btn .flex_box .greasetrap_btn a .txt_box {
		font-size: 0.75rem;
	}
	.kaso.page_greasetrap .section_btn .flex_box .greasetrap_btn a .txt_box b {
		font-size: 1rem;
	}
	.kaso.page_greasetrap .section_btn .flex_box .greasetrap_btn a .txt_box::before,
	.kaso.page_greasetrap .section_btn .flex_box .greasetrap_btn a .txt_box::after {
		top: auto;
	}
	.kaso.page_greasetrap .section_btn .flex_box .greasetrap_btn a .txt_box::after,
	.kaso.page_greasetrap .section_btn .flex_box .greasetrap_btn a:hover .txt_box::after {
		right: 1.65em;
	}
	.kaso.page_bulky-garbage .section_consultation {
		padding: 60px 0 40px;
	}
	.kaso.page_bulky-garbage .section_consultation .flex_box {
		border-radius: 8px;
		padding: 1em;
		flex-direction: column;
		gap: 1em;
		width: calc(100% - 30px);
		margin: 2em auto 1em;
	}
	.kaso.page_bulky-garbage .section_consultation .flex_box li {
		margin-bottom: 0.75em;
		font-size: 1rem;
	}
	.kaso.page_bulky-garbage .section_consultation .flex_box li::before {
		width: 20px;
		height: 18px;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.kaso.page_bulky-garbage .section_consultation .flex_box .img_box {
		width: 60%;
		margin-left: auto;
	}
}
/* features
-------------------------------------------------------------------*/
.kaso.page_features .section_lead {
	position: relative;
	padding-bottom: 160px;
}
.kaso.page_features .section_lead .lead_box .lead_tit {
	position: relative;
	text-align: center;
	padding-top: 7.75em;
	padding-bottom: 3em;
	margin-bottom: 3em;
	background: url(../img/features/txt_nkankyo.png) no-repeat;
	background-position: top center;
	background-size: auto;
}
.kaso.page_features .section_lead .lead_box .lead_tit::after {
	position: absolute;
	display: inline-block;
	content: "";
	width: 200px;
	height: 2px;
	background: #f1f1f1;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.kaso.page_features .section_lead .link_box {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.kaso.page_features .section_lead .link_box .item {
	position: relative;
	max-width: 330px;
	width: 33%;
	height: 300px;
	display: block;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 28px;
	transition: transform .4s;
	z-index: 0;
}
.kaso.page_features .section_lead .link_box .item:nth-of-type(even) {
	background: #f1fcf4;
}
.kaso.page_features .section_lead .link_box .item::before,
.kaso.page_features .section_lead .link_box .item::after {
	position: absolute;
	display: inline-block;
	content: "";
	width: 30px;
	height: 30px;
	background: #336842;
	border-radius: 50%;
	left: 0;
	right: 0;
	bottom: 14px;
	margin: auto;
	z-index: -2;
}
.kaso.page_features .section_lead .link_box .item::after {
	width: 8px;
	height: 8px;
	background: transparent;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	border-radius: 0;
	transform: rotate(56deg) skew(18deg);
	right: 0;
	left: 0;
	bottom: 50px;
	transition: right .4s;
	z-index: -1;
	transition: bottom .4s;
}
.kaso.page_features .section_lead .link_box .item:nth-of-type(even)::after {
	border-color: #f4faff;
}
.kaso.page_features .section_lead .link_box .item:hover {
	text-decoration: none;
	transform: translateY(10px);
}
.kaso.page_features .section_lead .link_box .item:hover::after {
	bottom: 27px;
}
.kaso.page_features .section_lead .link_box .item .inner {
	position: relative;
	width: 100%;
	height: 100%;
	border: 1px solid #022b0c;
	padding: 25px;
	text-align: center;
	z-index: -5;
}
.kaso.page_features .section_lead .link_box .item .inner::before {
	position: absolute;
	display: inline-block;
	content: "";
	width: 50px;
	height: 50px;
	background: #fff;
	bottom: -25px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}
.kaso.page_features .section_lead .link_box .item:nth-of-type(even) .inner::before {
	background: #f4faff;
}
.kaso.page_features .section_lead .link_box .item .num {
	margin-bottom: 2em;
}
.kaso.page_features .section_lead .link_box .item .num span {
	font-size: 1.5625rem;
	color: #86cd97;
	letter-spacing: 0.05em;
}
.kaso.page_features .section_lead .link_box .item .num .img_box {
	height: 67px;
}
.kaso.page_features .section_lead .link_box .item .num .img_box img {
	max-height: 100%;
}
.kaso.page_features .section_lead .link_box .item .nam {
	font-size: 2rem;
	font-weight: 500;
	color: #336842;
}
.kaso.page_features .section_feature.section02 {
	padding-bottom: 160px;
}
.kaso.page_features .section_feature .tit_box {
	position: relative;
	z-index: 0;
	margin-bottom: 2.5em;
}
.kaso.page_features .section_feature .tit_box::after {
	position: absolute;
	display: inline-block;
	content: "";
	width: 50%;
	height: 320px;
	background: #effff3;
	right: 0;
	top: 80px;
	z-index: -2;
}
.kaso.page_features .section_feature.section03 .tit_box::after {
	width: 100%;
	height: calc(100% + 40px);
	background: #effff3;
	left: 0;
	top: -60px;
}
.kaso.page_features .section_feature .tit_box .sitewrap {
	position: relative;
	z-index: 0;
	padding-bottom: 1.5em;
}
.kaso.page_features .section_feature .tit_box .sitewrap::before {
	position: absolute;
	display: inline-block;
	content: "";
	width: calc(100% + 50px);
	height: 320px;
	background: #effff3;
	right: 0;
	top: 80px;
	z-index: -2;
}
.kaso.page_features .section_feature.section03 .tit_box .sitewrap::before {
	display: none;
}
.kaso.page_features .section_feature .tit_box .num {
	display: inline-block;
	margin-bottom: 6.5em;
	text-align: center;
}
.kaso.page_features .section_feature.section02 .tit_box .num {
	margin-bottom: 9.5em;
}
.kaso.page_features .section_feature .tit_box .num span {
	font-size: 2rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	color: #336842;
	display: inline-block;
	margin-top: 0.1em;
}
.kaso.page_features .section_feature .tit_box .img_box {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
.kaso.page_features .section_feature .tit_box .tit {
	font-size: 2rem;
	font-weight: bold;
	color: #022b0c;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.kaso.page_features .section_feature .feature_box {
	display: flex;
	gap: 2em;
}
.kaso.page_features .section_feature.section01 .feature_box .item {
	width: 49%;
}
.kaso.page_ippan .section02 .feature_box .item .feature_tit,
.kaso.page_features .section_feature .feature_box .item.feature_tit {
	margin-bottom: 1em;
}
.kaso.page_ippan .section02 .feature_box .item .feature_tit{
	margin-top:2em;
}
.kaso.page_ippan .section02 .feature_box .item .feature_tit>*,
.kaso.page_features .section_feature .feature_box .item .feature_tit>* {
	display: inline-block;
	vertical-align: middle;
}
.kaso.page_ippan .section02 .feature_box .item .feature_tit span,
.kaso.page_features .section_feature .feature_box .item .feature_tit span {
	margin-left: 10px;
	font-size: 1.5rem;
	font-weight: 500;
	color: #336842;
}
.kaso.page_ippan .section02 .feature_box .item .feature_tit span{
	color:#fff;
}
.kaso.page_features .section_feature.section01 .feature_box .item .feature_tit span {
	width: calc(100% - 100px);
}
.kaso.page_features .section_feature .feature_box .item .detail {
	line-height: 1.6;
}
.kaso.page_features .section_feature .service_box {
	margin: 80px 0;
	padding: 80px 0;
	background: url(../img/features/bg_features.png);
}
.kaso.page_features .section_feature .service_box .sitewrap {
	position: relative;
	background: #fff;
	padding-top: 80px;
	padding-bottom: 80px;
	z-index: 0;
}
.kaso.page_features .section_feature .service_box .sitewrap::before {
	position: absolute;
	display: inline-block;
	content: "";
	width: calc(100% + 100px);
	height: 100%;
	background: #fff;
	z-index: -1;
	top: 0;
	left: -50px;
	bottom: 0;
	right: 0;
	margin: auto;
}
.kaso.page_features .section_feature .service_box .tit {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 2em;
}
.kaso.page_features .section_feature.section02 .feature_box+.img_box {
	margin-top: 4em;
}
.kaso.page_features .section_btn {
	position: relative;
	padding-top: 80px;
	padding-bottom: 15em;
}
.kaso.page_features .section_btn .flex_box .service_btn a {
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	max-width: 654px;
	min-height: 10em;
	width: 100%;
	border: 1px solid #022b0c;
	background: #fff;
	margin: auto;
	padding: 2em 5em;
	box-sizing: border-box;
	z-index: 0;
	overflow: hidden;
	transition: transform .4s;
}
.kaso.page_features .section_btn .flex_box .service_btn a:hover {
	text-decoration: none;
	transform: translateY(-5px);
}
.kaso.page_features .section_btn .flex_box .service_btn a::before {
	position: absolute;
	display: inline-block;
	content: "";
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	background: #ddfce4;
	z-index: -2;
	top: 5px;
	left: 5px;
}
.kaso.page_features .section_btn .flex_box .service_btn a .img_box {
	position: absolute;
	z-index: -1;
	bottom: 5px;
	left: 5px;
	max-height: 148px;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.kaso.page_features .section_btn .flex_box .service_btn a .txt_box {
	font-size: 1rem;
	font-weight: bold;
	color: #022b0c;
	background: #ddfce4;
	text-align: left;
	padding: 0.25em;
}
.kaso.page_features .section_btn .flex_box .service_btn a .txt_box::before,
.kaso.page_features .section_btn .flex_box .service_btn a .txt_box::after {
	position: absolute;
	display: inline-block;
	content: "";
	width: 33px;
	height: 33px;
	background: #022b0c;
	border-radius: 50%;
	top: 0;
	bottom: 0;
	right: 1em;
	margin: auto;
	z-index: -2;
}
.kaso.page_features .section_btn .flex_box .service_btn a .txt_box::after {
	width: 8px;
	height: 7px;
	background: transparent;
	border-top: 2px solid #ddfce4;
	border-right: 2px solid #ddfce4;
	border-radius: 0;
	transform: rotate(33deg) skew(335deg);
	right: 3.5em;
	top: 0;
	bottom: 0;
	transition: right .4s;
	z-index: -2;
}
.kaso.page_features .section_btn .flex_box .service_btn a:hover .txt_box::after {
	right: 2em;
}
.kaso.page_features .section_btn .flex_box .service_btn a .txt_box b {
	display: block;
	font-size: 1.25rem;
}
.kaso.page_features .section_contact .bg_blu {
	position: relative;
	padding: 0 0 80px;
	background: #336842;
	z-index: 0;
	color: #fff;
}
.kaso.page_features .section_contact .bg_blu::before {
	position: absolute;
	display: inline-block;
	content: "";
	width: 60%;
	height: 100%;
	background: url(../img/features/bg_features02.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top right;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.kaso.page_features .section_contact .bg_blu .list {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.kaso.page_features .section_contact .bg_blu .list p {
	font-size: 2rem;
	font-weight: bold;
	line-height: 2;
}
.kaso.page_features .section_contact .bg_blu .list .img_box img {
	margin-top: -90px;
	margin-right: -100px;
	max-width: 604px;
}
.kaso.page_features .section_contact .contact_tit {
	position: relative;
	font-size: 15.625rem;
	color: #59c983;
	letter-spacing: 0.01em;
	line-height: 1;
	text-align: center;
	margin-top: -0.25em;
	opacity: 0.5;
}
.kaso.page_features .section_contact .common_btn {
	margin-bottom: 0;
}
.kaso.page_features .section_contact .common_btn a {
	margin: auto;
	max-width: 480px;
	min-height: 120px;
	border-radius: 60px;
	font-size: 1.375rem;
}
.kaso.page_features .section_contact .common_btn a:hover {
	max-width: 530px;
}
.kaso.page_features .section_feature .flow_box,
.kaso.page_ippan .section02 .flow_box{
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-top: 2em;
}
.kaso.page_features .section_feature .flow_box .item,
.kaso.page_ippan .section02 .flow_box .item{
	position:relative;
	width:30%;
}
.kaso.page_features .section_feature .flow_box .item::after,
.kaso.page_ippan .section02 .flow_box .item::after{
	position:absolute;
	display:inline-block;
	content:"";
	width:0;
	height:0;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #336842;
	top:50%;
	right:-10%;
	transform:translateY(-50%);
}
.kaso.page_ippan .section02 .flow_box .item::after{
	border-color: transparent transparent transparent #fff;
}
.kaso.page_features .section_feature .flow_box .item:last-of-type::after,
.kaso.page_ippan .section02 .flow_box .item:last-of-type::after{
	display:none;
}
@media screen and (max-width:767px) {
	.kaso.page_features .section_lead {
		padding-bottom: 80px;
	}
	.kaso.page_features .box .tit b img {
		max-height: 105px;
	}
	.kaso.page_features .section_lead .lead_box .lead_tit {
		padding-top: 3.75em;
		padding-bottom: 2em;
		margin-bottom: 2em;
		background-size: contain;
	}
	.kaso.page_features .section_lead .lead_box .lead_tit img {
		width: 240px;
	}
	.kaso.page_features .section_lead .lead_box .lead_tit::after {
		width: 100px;
	}
	.kaso.page_features .section_lead .link_box .item,
	.kaso.page_features .section_lead .link_box .item:hover {
		max-width: 100%;
		height: auto;
		padding: 5px;
		transform: none;
	}
	.kaso.page_features .section_lead .link_box .item::before {
		width: 20px;
		height: 20px;
		bottom: 0;
	}
	.kaso.page_features .section_lead .link_box .item::after,
	.kaso.page_features .section_lead .link_box .item:hover::after {
		width: 5px;
		height: 5px;
		bottom: 8px;
	}
	.kaso.page_features .section_lead .link_box .item .inner {
		padding: 5px 5px 20px;
	}
	.kaso.page_features .section_lead .link_box .item .inner::before {
		width: 30px;
		height: 20px;
		bottom: -10px;
	}
	.kaso.page_features .section_lead .link_box .item .num {
		margin-bottom: 1em;
	}
	.kaso.page_features .section_lead .link_box .item .num span {
		font-size: 1.25rem;
	}
	.kaso.page_features .section_lead .link_box .item .num .img_box {
		height: 37px;
	}
	.kaso.page_features .section_lead .link_box .item .nam {
		font-size: 1rem;
	}
	.kaso.page_features .section_feature.section02 {
		padding-bottom: 160px;
	}
	.kaso.page_features .section_feature .tit_box {
		position: relative;
		z-index: 0;
		margin-bottom: 1.5em;
	}
	.kaso.page_features .section_feature .tit_box::after,
	.kaso.page_features .section_feature.section03 .tit_box::after {
		display: none;
	}
	.kaso.page_features .section_feature .tit_box .sitewrap::before,
	.kaso.page_features .section_feature.section03 .tit_box .sitewrap::before {
		display: inline-block;
		width: 100%;
		height: 80%;
		top: auto;
		bottom: 0;
	}
	.kaso.page_features .section_feature.section03 .tit_box .sitewrap::before {
		background: #effff3;
	}
	.kaso.page_features .section_feature .tit_box .num {
		margin-bottom: 1.5em;
	}
	.kaso.page_features .section_feature.section02 .tit_box .num {
		margin-bottom: 3.5em;
	}
	.kaso.page_features .section_feature .tit_box .num .num_box img {
		max-height: 77px;
	}
	.kaso.page_features .section_feature .tit_box .num span {
		font-size: 1.5rem;
	}
	.kaso.page_features .section_feature .tit_box .img_box {
		width: 80%;
	}
	.kaso.page_features .section_feature.section03 .tit_box .img_box {
		width: 70%;
	}
	.kaso.page_features .section_feature .tit_box .tit {
		font-size: 1.5rem;
	}
	.kaso.page_features .section_feature .feature_box {
		flex-direction: column;
		gap: 1em;
	}
	.kaso.page_features .section_feature.section01 .feature_box .item {
		width: 100%;
	}
	.kaso.page_ippan .section02 .feature_box .item .feature_tit img, .kaso.page_features .section_feature .feature_box .item .feature_tit img {
		width: 50px;
	}
	.kaso.page_ippan .section02 .feature_box .item .feature_tit span,
	.kaso.page_features .section_feature .feature_box .item .feature_tit span,
	.kaso.page_features .section_feature.section01 .feature_box .item .feature_tit span{
		width: calc(100% - 60px);
		margin-left: 5px;
		font-size: 1.25rem;
	}
	.kaso.page_features .section_feature .feature_box .item .detail {
		line-height: 1.6;
	}
	.kaso.page_features .section_feature .service_box {
		margin: 40px 0;
		padding: 40px 15px;
	}
	.kaso.page_features .section_feature .service_box .sitewrap {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.kaso.page_features .section_feature .service_box .tit {
		font-size: 1.5rem;
		margin-bottom: 1em;
	}
	.kaso.page_features .section_feature .service_box .sitewrap::before {
		display: none;
	}
	.kaso.page_features .section_feature.section02 .feature_box+.img_box {
		margin-top: 4em;
	}
	.kaso.page_features .section_btn {
		padding-top: 40px;
		padding-bottom: 5em;
	}
	.kaso.page_features .section_btn .flex_box .service_btn {
		width: 100%;
		padding: 0 15px;
	}
	.kaso.page_features .section_btn .flex_box .service_btn a,
	.kaso.page_features .section_btn .flex_box .service_btn a:hover {
		max-width: 100%;
		min-height: 8em;
		padding: 1.5em 1em;
		transform: none;
	}
	.kaso.page_features .section_btn .flex_box .service_btn a .img_box {
		max-height: 100px;
		width: 45%
	}
	.kaso.page_features .section_btn .flex_box .service_btn a .txt_box::before,
	.kaso.page_features .section_btn .flex_box .service_btn a .txt_box::after {
		width: 20px;
		height: 20px;
		top: auto;
		bottom: 8px;
		right: 0.85em;
		z-index: 1;
	}
	.kaso.page_features .section_btn .flex_box .service_btn a .txt_box::after,
	.kaso.page_features .section_btn .flex_box .service_btn a:hover .txt_box::after {
		width: 6px;
		height: 5px;
		right: 1.45em;
		bottom: 14px;
		z-index: 2;
	}
	.kaso.page_features .section_contact .bg_blu {
		padding: 0 0 40px;
	}
	.kaso.page_features .section_contact .bg_blu::before {
		display: none;
	}
	.kaso.page_features .section_contact .bg_blu .list {
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	.kaso.page_features .section_contact .bg_blu .list p {
		font-size: 1.75rem;
		line-height: 1.5;
	}
	.kaso.page_features .section_contact .bg_blu .list .img_box {
		text-align: right;
	}
	.kaso.page_features .section_contact .bg_blu .list .img_box img {
		margin-top: -40px;
		margin-right: 0;
		margin-left: auto;
		max-width: 70%;
	}
	.kaso.page_features .section_contact .contact_tit {
		font-size: 25vw;

	}
	.kaso.page_features .section_contact .common_btn a,
	.kaso.page_features .section_contact .common_btn a:hover {
		max-width: 100%;
		min-height: 80px;
		font-size: 1.375rem;
	}
	.kaso.page_features .section_feature .flow_box,
	.kaso.page_ippan .section02 .flow_box{
		flex-direction:column;
		gap:2em;
		margin-top: 2em;
	}
	.kaso.page_features .section_feature .flow_box .item,
.kaso.page_ippan .section02 .flow_box .item{
		width:60%;
	}
	.kaso.page_features .section_feature .flow_box .item::after,
	.kaso.page_ippan .section02 .flow_box .item:after{
		border-width: 10px 10px 0 10px;
		border-color: #336842 transparent transparent transparent;
		top:auto;
		right:0;
		left:0;
		bottom:-1.5em;
		transform:none;
		margin:auto;
	}
	.kaso.page_ippan .section02 .flow_box .item:after{
		border-color: #fff transparent transparent transparent;
	}
}
/* contact
-------------------------------------------------------------------*/
.kaso.page_form .section01 p {
	margin-bottom: 1em;
}
.contact__area {
	margin-top: 80px;
	padding: 0;
}
.contact__item {
	border-top: 2px solid #f1f1f1;
	padding-top: 20px;
}
.contact__item:not(:first-child) {
	margin-top: 20px;
}
.contact__item--textarea {
	padding-bottom: 10px;
	border-bottom: 2px solid #f1f1f1;
}
.contact__wrap {
	display: flex;
	align-items: center;
}
.contact__wrap span {
	margin-left: 10px;
	color: #d82222;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1;
}
.contact__wrap--textarea {
	display: flex;
}
.contact__wrap--textarea label {
	margin-top: 20px;
}
.contact__item label {
	max-width: 200px;
	width: 100%;
	color: #0d0d0e;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1;
}
.contact__input {
	max-width: 800px;
	width: 100%;
}
.contact__input .error {
	padding-top: 10px;
}
.contact__item textarea {
	max-width: 800px;
	width: 100%;
}
.contact__BtnWrap {
	margin-top: 100px;
	display: flex;
	justify-content: center;
}
.contact__btn--back {
	margin-right: 27px;
	text-align: center;
	position: relative;
}
.contact__btn--back:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 2px #022b0c;
	border-right: solid 2px #022b0c;
	position: absolute;
	top: 50%;
	left: 10%;
	margin-top: -4px;
	transform: rotate(225deg);
}
.contact__btn--back:hover:before {
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transition: all 0.3s ease 0s;
}
.contact__btn--back input {
	appearance: none;
	-webkit-appearance: none;

	display: inline-block;
	padding: 30px 145px;
	color: #022b0c;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.05em;
	line-height: 1;
	background: #fff;
	border-radius: 50px;
	transition: all 0.3s ease 0s;
	border: 1px solid #b9bdc2;
}
.contact__btn--back input:hover {
	display: inline-block;
	padding: 30px 145px;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.05em;
	line-height: 1;
	background: #022b0c;
	border-radius: 50px;
}
.contact__btn {
	text-align: center;
	position: relative;
}
.contact__btn:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	top: 50%;
	right: 10%;
	margin-top: -4px;
	transform: rotate(45deg);
}
.mw_wp_form_input .contact__btn--back:before {
	display: none;
}
.contact__btn:hover:before {
	border-top: solid 2px #022b0c;
	border-right: solid 2px #022b0c;
	transition: all 0.3s ease 0s;
}
.contact__btn--back input[type="submit"],
.contact__btn--back input[type="button"] {
	appearance: none;
	-webkit-appearance: none;
	border: 1px solid #022b0c;
	display: inline-block;
	padding: 30px 145px;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.05em;
	line-height: 1;
	background: #022b0c;
	border-radius: 50px;
	transition: all 0.3s ease 0s;
}
.contact__btn--back input[type="submit"]:hover,
.contact__btn--back input[type="button"]:hover,
.contact__btn--back input.backbutton[type="submit"]:not(:hover) {
	color: #022b0c;
	background: #fff;
}
.contact__btn--back input.backbutton[type="submit"]:hover {
	background: #022b0c;
	color: #fff;
}
.contact__btn input[type="submit"],
.contact__btn input[type="button"] {
	appearance: none;
	-webkit-appearance: none;
	border: 1px solid #022b0c;
	display: inline-block;
	padding: 30px 145px;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.05em;
	line-height: 1;
	background: #022b0c;
	border-radius: 50px;
	transition: all 0.3s ease 0s;
}
.contact__btn input[type="submit"]:hover,
.contact__btn input[type="button"]:hover {
	color: #022b0c;
	background: #fff;
}
.kaso.page_form .common_btn {
	max-width: 360px;
	width: 100%;
}
.kaso.page_form .common_btn a {
	margin: auto;
}
.contact__input--ymd {
	display: f;
	display: flex;
	align-items: flex-end;
}
.form_style .form_wrap input[type="text"].contact__year {
	width: 130px;
}
.form_style .form_wrap input[type="text"].contact__month {
	width: 72px;
}
.form_style .form_wrap input[type="text"].contact__day {
	width: 72px;
}
.contact__input .contact__ymd {
	margin-left: 7px;
	margin-right: 16px;
	color: #0d0d0e;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.05em;
	line-height: 1;
}
.contact__wrap--radio .contact__input span {
	color: #0d0d0e;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.05em;
	line-height: 1;
}
.select_wrap select {
	width: 240px;
}
.contact__wrap--radio .contact__input .error {
	color: #B70000;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1;
	padding-top: 15px;
}
.mw_wp_form_preview .contact__input--ymd {
	display: flex;
	align-items: center;
}
.mw_wp_form_preview .contact__wrap label span {
	display: none;
}
.add-pdf-link span{
	font-size: 1.3rem;
}
@media screen and (max-width:767px) {
	.add-pdf-link{
		margin: 3em 0 0;
		text-align: center;
	}
	.add-pdf-link span{
		font-size: 1.25rem;
	}
	.contact__area {
		margin-top: 80px;
		padding: 0 15px;
	}
	.contact__wrap {
		align-items: flex-start;
		flex-direction: column;
	}
	.contact__wrap--textarea {
		display: flex;
		flex-direction: column;
	}
	.contact__btn--back {
		margin-top: 10px;
		margin-right: 0;
	}
	.contact__BtnWrap {
		margin-top: 100px;
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
	}
}
.kaso.news .common_btn a {
	margin:auto;
}
.kaso .casestudy_wrap {
	padding: 0;
}
.kaso .casestudy_textArea{
	opacity: 1;
	visibility: visible;
	height: auto;
}
@media screen and (max-width:767px) {
	.kaso .casestudy_textArea{
		opacity: 0;
		visibility: hidden;
		height: 0px;
	}
}

/*recycle*/
.recycle_tit{
	margin-bottom: 10em;
}
.recycle_tit .tit_col{
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	gap:2%;
	flex-wrap:wrap;
}
.recycle_tit .tit_col .col_txt{
	width: 58%;
}
.recycle_tit .tit_col .col_image{
	width: 33.5%;
}
.recycle_tit p{
	line-height:1.75;
}
.recycle_tit p + p{
	margin-top:1em;
}
.attempt_tit{
	position:relative;
	z-index:10;
}
.attempt_tit .attempt_style{
	font-size:1.625rem;
	font-weight:bold;
	margin-bottom:1em;
}
.attempt_tit p{
	line-height:1.6;
}
.attempt_tit p + p{
	margin-top:1em;
}
.attempt_tit .img_box{
	text-align:center;
	margin-top:2em;
}
.attempt_tit .img_box img{
	margin:0 auto;
}
.attempt_cycle{
	margin-top:5em;
	position:relative;
	z-index:10;
}
.attempt_cycle .cycle_item{
	background:#fff;
	border-radius:10px;
	padding:35px 25px;
	position:relative;
	z-index:5;
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	flex-wrap:wrap;
	gap:2%;
}
.attempt_cycle .cycle_item + .cycle_item{
	margin-top:2em;
}
.attempt_cycle .cycle_item .cycle_txt{
	width: 67%;
}
.attempt_cycle .cycle_item .cycle_txt .cycle_style{
	font-size:1.375rem;
	font-weight:bold;
	margin-bottom:1em;
	display:flex;
	justify-content:flex-start;
	align-items:center;
	gap:1em;
}
.attempt_cycle .cycle_item .cycle_txt p{
	line-height:1.875;
}
.attempt_cycle .cycle_item .cycle_txt .cycle_style .num{
	font-size: 2.82em;
	font-weight: 400;
	color:#336842;
	background: linear-gradient(180deg,rgba(132, 202, 150, 1) 0%, rgba(132, 202, 150, 1) 20%, rgba(53, 143, 98, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.attempt_cycle .cycle_item .cycle_image{
	width: 30%;
}
@media screen and (max-width:767px) {
	.recycle_tit{
		margin-bottom: 4em;
	}
	.recycle_tit .tit_col{
		gap:2em;
	}
	.recycle_tit .tit_col .col_txt,
	.recycle_tit .tit_col .col_image{
		width:100%;
	}
	.attempt_tit .attempt_style{
		font-size:1.27rem;
	}
	.attempt_tit .img_box{
		margin-top:1em;
	}
	.attempt_cycle{
		margin-top:3em;
	}
	.attempt_cycle .cycle_item{
		border-radius:5px;
		padding:20px 15px;
		gap:2em;
		flex-direction:column-reverse;
	}
	.attempt_cycle .cycle_item .cycle_txt{
		width: 100%;
	}
	.attempt_cycle .cycle_item .cycle_txt .cycle_style{
		font-size:1.14rem;
		margin-bottom:0em;
	}
	.attempt_cycle .cycle_item .cycle_txt .cycle_style .num{
		font-size: 2.47em;
	}
	.attempt_cycle .cycle_item .cycle_image{
		width: 80%;
		margin:0 auto;
		text-align: center;
	}
}

/* 20250331 業種別ページ（レストラン）追加 */
/* ttl */
.heading_area {
	padding-bottom: 2em;
}
.under_heading {
	font-size: 1.875rem;
	font-weight: 500;
	color: #022b0c;
	margin-bottom: 0.25em;
	text-align: center;
}
.collection_wrap {
	padding: 60px 0;
}
.collection_wrap .tab_list {
	display: flex;
	margin-left: 250px;
	flex-wrap: wrap;
	justify-content: start;
	column-gap: 6%;
	position: relative;
	row-gap: 10px;
}
.collection_wrap .tab_list::before {
	background-image: url(../img/top/casestudy-restaurant.png);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 232px;
	width: 282px;
	left: -320px;
	position: absolute;
}
.collection_wrap .tab_list_btn {
	color: #336842;
	cursor: pointer;
	font-size: 1.4rem;
	font-weight: bold;
	order: -1;
	position: relative;
	text-align: center;
	transition:.3s all;
	/* width: 180px; */
}
.collection_wrap .tab_list_btn:hover,
.collection_wrap .tab_list_btn.carrent {
	color: #022b0c;
	transform: scale(1.1);
}
.collection_wrap .collection_shop_items_ttlArea {
	margin: -20px auto 0;
}
.collection_wrap .collection_shop_items_ttlArea_ttl {
	color: #fff;
	border-radius: 25px;
	display: inline-block;
	background-color: #022b0c;
	padding: 2px 20px;
	font-size: 1.25rem;
	font-weight: bold;
}
.collection_wrap .collection_shop_items {
	text-align: center;
	display: none;
	width: 100%;
	margin-top: 100px;
	box-sizing: border-box;
	border: 1px solid #336842;
	border-radius: 15px;
}
.collection_content {
	max-width: 900px;
	margin: 0 auto;
}
.collection_shop_items_inner {
	padding: 18px 20px 20px 20px;
}
.collection_shop_worriesList {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.collection_shop_worriesList_item {
	text-align: start;
}
.collection_shop_worriesList_item_ttl {
	font-weight: bold;
	font-size: 1.25rem;
}
/* 下部 */
.kaso main .service_wrap .top_tit{
	font-size:6.875rem;
	letter-spacing:0.04em;
	line-height:1;
	color: #022b0c;
	margin-bottom: 0;
}
.kaso main .service_wrap .txt_box .lead{
	font-size:1.875rem;
	font-weight:500;
	color: #022b0c;
	margin-bottom:0.25em;
}
.kaso main .service_wrap .txt_box p{
	font-size:1.25rem;
	line-height:2;
}
.kaso main .service_wrap .top_heading {
	margin-bottom: 1.375em;
	font-size: 18px;
}

.kaso main .service_wrap {
	position:relative;
	z-index:0;
	padding: 80px 0 130px;
}
.kaso main .service_wrap .sitewrap {
	width: 100%;
	max-width: 1200px;
	min-width: unset;
}
.kaso main .service_wrap .top_tit{
	text-align:center;
	margin-bottom:0.25em;
}
.kaso main .service_wrap .txt_box{
	text-align:center;
	margin-bottom: 5em;
}
.kaso main .service_wrap .service_box{
	position:relative;
	z-index:0;
}

.kaso main .service_wrap .service_box::after{
	position:absolute;
	display:inline-block;
	content:"";
	width: 105vw;
	height: 100%;
	background: #336842;
	top:0;
	left: -5vw;
	bottom:0;
	right:0;
	z-index:-1;
	margin: auto;
	transform: none;
	padding: 40px 0;
}
.kaso main .service_wrap .service_box .list{
	display:flex;
	flex-wrap:wrap;
	max-width:1200px;
	margin:auto;
	align-items: stretch;
	justify-content: center;
}
.kaso main .service_wrap .service_box .list .item{
	display:block;
	background:#fff;
	padding: 1.5em 1.25em;
	max-width:350px;
	box-shadow:0 0 16px rgba(0,0,0,0.2);
	transition: transform .4s;
	width: 100%;
	margin-right: 0;
	margin-bottom: 0;
	height: 100%;
}
.kaso main .service_wrap .service_box .list .item:hover{
	text-decoration:none;
	transform: translateY(-5px);
}
.kaso main .service_wrap .service_box .list .item:nth-of-type(4){
	margin-left: 8%;
}
.kaso main .service_wrap .service_box .list .item:nth-of-type(6){
	margin-right:0;
}
.kaso main .service_wrap .service_box .list .item .img_box{
	text-align:center;
	margin-bottom:2em;
}
.kaso main .service_wrap .service_box .list .item .item_tit{
	position:relative;
	/* 変更 */
	padding-right: 39px;
	z-index: 0;
}
.kaso main .service_wrap .service_box .list .item .item_tit::before,
.kaso main .service_wrap .service_box .list .item .item_tit::after{
	position:absolute;
	display:inline-block;
	content:"";
	width:33px;
	height:33px;
	background: #022b0c;
	border-radius:50%;
	top:0;
	bottom:0;
	right:0;
	margin:auto;
	z-index: -2;
}
.kaso main .service_wrap .service_box .list .item .item_tit::after{
	width: 8px;
	height: 7px;
	background:transparent;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	border-radius:0;
	transform: rotate(33deg) skew(335deg);
	right: 38px;
	transition:right .4s;
	z-index: -2;
}
.kaso main .service_wrap .service_box .list .item:hover .item_tit::after{
	right: 14px;	
}
.kaso main .service_wrap .service_box .list .item .item_tit span{
	font-size: 1rem;
	font-weight: bold;
}
.kaso main .service_wrap .service_box .list .item .description {
	background-color: #fff;
	width: 100%;
	max-width: 350px;
	margin-top: 20px;
	display: none;
}
.kaso main .service_wrap .accordion {
	display: none;
	flex-grow: 1;
}
.kaso main .service_wrap .accordion_btn {
	width: 100%;
}
.kaso main .service_wrap .sp-description {
	width: 100%;
	background-color: #fff;
	padding: 1.25em 1.25em 1em;
	margin-top: 4%;
	height: auto;
}
.kaso main .service_wrap .service_box .list .content_box {
	width: 22%;
	margin-right: 1%;
	margin-bottom: 1%;
	height: 100%;
}
.kaso.page_service .section01 .flex_box .txt_box .area_txt dd.area_txt_box {
	text-align: start;
}
dd.area_txt_box .area_txt_name {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
dd.area_txt_box .area_txt_areas {
	font-size: 14px;
}
.area_txt_box:nth-of-type(n+2) {
	margin-top: 20px;
}

@media screen and (max-width:767px) {
	.collection_content {
		gap: 30px;
		row-gap: 10px;
		justify-content: center;
		margin-top: 40px;
	}
	.collection_wrap .tab_list::before {
		height: 232px;
		left: 50%;
		top: -240px;
		transform: translateX(-50%);
		width: 282px;
	}
	.collection_wrap .tab_list {
		margin-left: unset;
		margin-top: 140px;
		column-gap: 3%;
	}
	.collection_wrap .collection_shop_items {
		margin-top: 20px;
	}
	.collection_wrap .collection_shop_items_ttlArea {
		margin: -25px auto 0;
	}
	.collection_wrap .collection_shop_items_ttlArea_ttl {
		max-width: 90%;
		width: 100%;
	}
	.kaso main .service_wrap .top_tit{
		font-size:4.5rem;
		margin-bottom:0.1em;
	}
	.kaso main .service_wrap .txt_box .lead{
		font-size:1.5rem;
		margin-bottom:0.05em;
	}
	.kaso main .service_wrap .txt_box p{
		font-size:1rem;
		line-height:1.8;
	}
	.kaso main .service_wrap {
		padding: 20px 0 90px;
	}
	.kaso main .service_wrap .txt_box{
		margin-bottom: 3em;
	}
	.kaso main .service_wrap .service_box::after{
		padding: 30px 0 10px;
		height: 100%;
	}
	.kaso main .service_wrap .service_box .list{
		justify-content:space-between;
		max-width:100%;
		align-items: normal;
	}
	.kaso main .service_wrap .service_box .list .item,
	.kaso main .service_wrap .service_box .list .item:hover,
	.kaso main .service_wrap .service_box .list .item:nth-of-type(4){
		margin-right:0;
		margin-left: 0;
		margin-bottom:4%;
		padding: 2em 1.25em 1em;
		width:49%;
		max-width:100%;
		box-shadow:0 0 5px rgba(0,0,0,0.2);
		transform: none;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.kaso main .service_wrap .service_box .list .item .img_box{
		max-width:70%;
		margin:0 auto 1em;
	}
	.kaso main .service_wrap .service_box .list .item .item_tit{
		padding-right: 20px;
	}
	.kaso main .service_wrap .service_box .list .item .item_tit::before{
		width:16px;
		height:16px;
	}
	.kaso main .service_wrap .service_box .list .item .item_tit::after,
	.kaso main .service_wrap .service_box .list .item:hover .item_tit::after{
		width: 6px;
		height: 5px;
		border-width:1px;
		right: 6px;
	}
	.kaso main .service_wrap .service_box .list .item .item_tit span{
		font-size:1.15rem;
	}
	.kaso main .service_wrap .accordion {
		display:flex;
		flex-direction: column;
		align-items: stretch;
	}
	.kaso main .service_wrap .accordion_btn {
		display: block;
		width: 0;
		height: 0;
		border-right: 3em solid transparent;
		border-left: 3em solid transparent;
		border-top: 2em solid #ffffff;
		margin: 0 auto;
	}
	.kaso main .service_wrap .sp-description {
		display: none;
		flex-grow: 1;
	}
	.kaso main .service_wrap .service_box .list .content_box, .kaso main .service_wrap .service_box .list .content_box:hover, .kaso main .service_wrap .service_box .list .content_box:nth-of-type(4) {
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 30px;
		width: 100%;
		max-width: 100%;
		transform: none;
		display: flex;
		flex-direction: column;
	}
	.kaso main .service_wrap .service_box .list .item, .kaso main .service_wrap .service_box .list .item:hover, .kaso main .service_wrap .service_box .list .item:nth-of-type(4) {
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 10px;
		width: 100%;
		max-width: 100%;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	}
}

/*page_philosophy*/
.kaso.page_philosophy main{
	padding-bottom:0;
}
.kaso.page_philosophy .mv_wrap {
	background-image: url(../img/philosophy/img_mv.png);
}
.kaso.page_philosophy .service_box {
	margin-block: 130px 0;
	padding: 100px 0 80px;
	background: url(../img/philosophy/bg-value.png);
}
.kaso.page_philosophy .service_box .sitewrap {
	position: relative;
	background: #fff;
	padding-top: 50px;
	padding-bottom: 90px;
	z-index: 0;
}
.kaso.page_philosophy .service_box .sitewrap::before {
	position: absolute;
	display: inline-block;
	content: "";
	width: calc(100% + 100px);
	height: 100%;
	background: #fff;
	z-index: -1;
	top: 0;
	left: -50px;
	bottom: 0;
	right: 0;
	margin: auto;
}
.kaso.page_philosophy .service_box .h_style02{
	margin-bottom:3em;
}
.kaso.page_philosophy .philosophy-item + .philosophy-item{
	margin-top: 8em;
}
.kaso.page_philosophy .philosophy-item strong{
	font-size:2rem;
}
.kaso.page_philosophy .philosophy-item .left-border{
	font-size:1.25rem;
	position:relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0.25em;
}
.kaso.page_philosophy .philosophy-item .left-border:after{
	content:"";
	width:4em;
	height: 1px;
	background:#000;
	position:relative;
	left:0;
	display: inline-flex;
}
.kaso.page_philosophy .philosophy-item p + p{
	margin-top: 0.5em;
}
.kaso.page_philosophy .philosophy-tit{
	font-size:1.5rem;
	line-height: 1;
	letter-spacing: 0.05em;
	margin-bottom: 1em;
	color: #336842;
	font-weight:bold;
}
.kaso.page_philosophy .philosophy-tit span{
	font-size: 4.375rem;
	font-weight:400;
}
.kaso.page_philosophy .blu-gra{
	background: linear-gradient(0deg,rgba(184, 229, 194, 1) 0%, rgba(184, 229, 194, 1) 51%, rgba(51, 104, 66, 1) 100%);
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.kaso.page_philosophy .philosophy-list ul li{
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap: 0.5em;
}
.kaso.page_philosophy .philosophy-list ul li + li{
	margin-top:1em;
}
.kaso.page_philosophy .philosophy-list ul li .philosophy-list_tit{
	width: 15em;
	position:relative;
	z-index:5;
}
.kaso.page_philosophy .philosophy-list ul li .philosophy-list_tit:before{
	content:"";
	height:1px;
	border-top:1px dashed #73818f;
	position:absolute;
	inset:15% 0 0 0;
	margin:auto;
	z-index:-1;
}
.kaso.page_philosophy .philosophy-list ul li .philosophy-list_txt{
	width: calc(100% - 15.5em);
}
.kaso.page_philosophy .philosophy-list ul li .philosophy-list_txt p{
	font-size: 1.25rem;
}
.kaso.page_philosophy .philosophy-list ul li em{
	font-size:2.5rem;
	font-weight: 300;
	background:#fff;
	display: inline-block;
	padding-right: 0.258em;
	letter-spacing: 0.02em;
}
.kaso.page_philosophy .philosophy-list ul li em span{
	font-weight: 600;
}
@media screen and (max-width:767px) {
	.kaso.page_philosophy .mv_wrap {
		background-image: url(../img/philosophy/img_mv_sp.png);
	}
	.kaso.page_philosophy .service_box {
		margin-block: 80px 0;
		padding: 60px 15px 40px;
	}
	.kaso.page_philosophy .service_box .sitewrap {
		padding-top: 30px;
		padding-bottom: 40px;
	}
	.kaso.page_philosophy .service_box .sitewrap::before{
		width:calc(100% - 30px);
		margin:0 auto;
		inset:0;
	}
	.kaso.page_philosophy .philosophy-item strong{
		font-size:1.29rem;
	}
	.kaso.page_philosophy .philosophy-item .left-border{
		font-size:1rem;
	}
	.kaso.page_philosophy .philosophy-item .left-border:after{
		width:3em;
	}
	.kaso.page_philosophy .philosophy-item + .philosophy-item{
		margin-top:4em;
	}
	.kaso.page_philosophy .service_box .h_style02{
		margin-bottom:2em;
	}
	.kaso.page_philosophy .philosophy-tit{
		font-size:1.14rem;
	}
	.kaso.page_philosophy .philosophy-tit span{
		font-size: 2.25rem;
		font-weight:400;
	}
	.kaso.page_philosophy .philosophy-list ul li .philosophy-list_txt p{
		font-size: 1rem;
	}
	.kaso.page_philosophy .philosophy-list ul li em{
		font-size: 2rem;
		line-height: 1;
	}
	.kaso.page_philosophy .philosophy-list ul li{
		flex-wrap:wrap;
		gap: 0;
	}
	.kaso.page_philosophy .philosophy-list ul li .philosophy-list_tit:before{
		display:none;
	}
	.kaso.page_philosophy .philosophy-list ul li .philosophy-list_tit,
	.kaso.page_philosophy .philosophy-list ul li .philosophy-list_txt{
		width: 100%;
	}
}

/*page_water-environment*/
.kaso.page_water-environment .section01 {
	position: relative;
	z-index: 0;
	padding-bottom: 80px;
	margin-bottom: 110px;
}
.kaso.page_water-environment .section01 p {
	line-height: 1.6;
}
.kaso.page_water-environment .section01 .img_box {
	margin-top: 5em;
	margin-bottom: 2em;
}
.kaso.page_water-environment .section01 .txt_wht {
	color: #fff;
}
.kaso.page_water-environment .section02 {
	color: #333333;
	padding-bottom: 160px;
}
.kaso.page_water-environment .section02::before {
	display: none;
}
.kaso.page_water-environment .section02::before,
.kaso.page_water-environment .section03::before{
	position: absolute;
	display: inline-block;
	content: "";
	width: 105vw;
	background: #ddf8e3;
	left: -5vw;
	bottom: 0;
	right: 0;
	z-index: -1;
	margin: auto;
	transform: rotate(6deg) skew(6deg);
	top: 0;
}
.kaso.page_water-environment .section03::before{
	background: #336842;
}
.kaso.page_water-environment .section04 .flex_box {
	display: flex;
	justify-content: space-between;
	margin-top: 3em;
}
.kaso.page_water-environment .section04 .flex_box .txt_box p+p {
	margin-top: 1.25em;
}
.kaso .page_water-environment .flex_box>* {
	width: 45%;
	line-height: 1.6;
	text-align: center;
}
.kaso.page_water-environment .section04 .flex_box>*{
	width: 31%;
	text-align: center;
}
.kaso.page_water-environment .section04 .flex_box .item_nam{
	margin-top:1em;
}
.kaso.page_water-environment main .txt_box .area_txt {
	position: relative;
	z-index: 0;
	text-align: center;
	padding: 0 2em 2.5em;
}
.kaso.page_water-environment main .txt_box .area_txt::before {
	position: absolute;
	display: inline-block;
	content: "";
	width: 100%;
	height: calc(100% - 1.25em);
	background: #fff;
	border: 1px solid #336842;
	border-radius: 10px;
	z-index: -1;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.kaso.page_water-environment main .txt_box .area_txt dt {
	width: 270px;
	background: #022b0c;
	margin: auto;
	color: #fff;
	font-size: 1.25rem;
	padding: 0.35em 0.5em;
	margin-bottom: 1.25em;
	border-radius: 20px;
}
.kaso.page_water-environment main .txt_box{
	margin-top:2em;
}
.kaso.page_water-environment .txt_box .area_txt dd {
	font-size: 1rem;
	text-align: left;
}
.kaso.page_water-environment.txt_box .area_txt dd p+p {
	margin-top: 0.25em;
}
.kaso.page_water-environment [class^="section"] * + .water_wrap,
.kaso.page_water-environment [class^="section"] .water_wrap + *{
  margin-top: 3.5em;
}
.kaso.page_water-environment [class^="section"] .water_wrap p{
	line-height:1.875;
}
.kaso.page_water-environment [class^="section"] .water_wrap p + p{
	margin-top:2em;
}
.kaso.page_water-environment .water_wrap .water_style{
	color:#336842;
	font-size:1.625rem;
	font-weight:bold;
	margin-bottom: 0.75em;
}
.kaso.page_water-environment .section01 .img_box p{
	margin-top:1em;
}
.kaso.page_water-environment .h_style02 b{
	color: #333;
}
.kaso.page_water-environment .section02 .h_style02::before{
	background:#336842;
}
.kaso.page_water-environment .section03{
	color:#fff;
}
.kaso.page_water-environment .section03 .h_style02>*,
.kaso.page_water-environment .section03 .water_style{
	color:#fff;
}
.kaso.page_water-environment .section03 .txt_box{
	color: #333;
}
.kaso.page_water-environment .water_table table{
	background:#fff;
	color:#333;
}
.kaso.page_water-environment .water_table table thead{
	background:#effff3;
	color:#022b0c;
}
.kaso.page_water-environment .water_table table thead th{
	font-weight:bold;
}
.kaso.page_water-environment .water_table th{
	text-align:center;
}
.kaso.page_water-environment .water_table th,
.kaso.page_water-environment .water_table td{
	padding:1.5em 2.5em;
	line-height:1.875;
}
.kaso.page_water-environment .water_table table tr > *:first-child,
.kaso.page_water-environment .water_table table tr > *:nth-child(3),
.kaso.page_water-environment .water_table table tr > *:nth-child(4){
	padding:0.5em;
	text-align:center;
}
.kaso.page_water-environment .water_table table * tr > *{
	border:1px solid #336842;
}
.kaso.page_water-environment .section04{
	padding-top:160px;
}
@media screen and (max-width:767px) {
	.kaso.page_water-environment [class^="section"] * + .water_wrap,
	.kaso.page_water-environment [class^="section"] .water_wrap + *{
	  margin-top:2em;
	}
	.kaso.page_water-environment [class^="section"] * + .txt_box{
		margin-top:1em;
	}
	.kaso.page_water-environment [class^="section"] .water_wrap p + p{
		margin-top:1em;
	}
	.kaso.page_water-environment .water_wrap .water_style{
		font-size:1.14rem;
	}
	.kaso.page_water-environment .section01 {
		padding-bottom:60px;
		margin-bottom:0;
	}
	.kaso.page_water-environment .section02{
		padding-bottom:60px;
	}
	.kaso.page_water-environment .water_table th,
	.kaso.page_water-environment .water_table td{
		padding:1em;
	}
	.kaso.page_water-environment .water_table{
		overflow:auto;
	}
	.kaso.page_water-environment .water_table table{
		width:680px;
	}
	.kaso.page_water-environment .section04{
		padding-top:60px;
	}
	.kaso.page_water-environment .section04 .flex_box>*{
		width:100%;
	}
	.kaso.page_water-environment .section04 .flex_box .item_nam{
		text-align:center;
		margin-top:1em;
	}
	.kaso.page_water-environment main .txt_box .area_txt {
		padding: 0 1em 1.5em;
	}
}