@charset "UTF-8";

/* !ページタイトル -------------------------------------------------------------- */
.page_title {
	height: 18.75em;
	max-height: min(71em, 100vh);
	position: relative;
	text-align: center;
}
.page_title_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.page_title_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page_title_txt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	line-height: 1.7;
}
@media screen and (max-width: 540px) {
	.page_title {
		height: 40vw;
	}
	.page_title .fz36 { font-size: 6.133vw; }
	.page_title .fz20 { font-size: 3.733vw; }
}


/* !パンくずリスト -------------------------------------------------------------- */
.breadcrumb {
	font-size: .8125em;
	margin-top: 2em;
	margin-bottom: 3em;
	font-weight: 700;
}
.h2_title._h1 + .breadcrumb {
	margin-top: 4em;
}
.breadcrumb li {
	display: inline;
}
.breadcrumb li::after {
	content: "-";
	margin-left: 0.4em;
	margin-right: 0.4em;
	color: var(--green);
}
.breadcrumb li:last-child::after {
	content: none;
}
.breadcrumb li a:hover {
	color: var(--green);
}
.breadcrumb li a br {
	display: none;
}
@media screen and (max-width: 540px) {
	.breadcrumb {
		font-size: 3vw;
		margin-top: 1.5em;
	}
	.h2_title._h1 + .breadcrumb {
		margin-top: 2.5em;
	}
}


/* !contents -------------------------------------------------------------- */
.btn_02 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	color: var(--green);
	background: #fff;
	height: 3.125em;
	border-radius: .25em;
	width: 100%;
	max-width: 12.5em;
	border: 1px solid var(--green);
	font-weight: 700;
	position: relative;
}
.btn_02 + .btn_02 {
	margin-left: 1.5em;
}
.btn_02 span {
	padding: .5em 1em .325em;
}
.btn_02:hover {
	background: var(--green);
	color: #fff;
}
.btn_02::after {
	position: absolute;
	content: "";
	display: block;
	background: var(--green);
	width: .4375em;
	height: .75em;
	clip-path: polygon(13% 0, 100% 50%, 13% 100%, 0 92%, 74% 50%, 0 8%);
	right: 10%;
}
.btn_02._prev::after {
	left: 11%;
	transform: rotate(180deg);
}
.btn_02._next::after {
	right: 11%;
}
.btn_02:hover::after {
	background: #fff;
}
.btn_navWrap {
	gap: 1.25em;
}
.btn_02._nav {
	width: 15.625em;
	max-width: inherit;
}
.btn_02._nav::after {
	right: .75em;
	transform: rotate(90deg);
}
.btn_02._small {
	width: 12.5em;
}
.btn_02._min {
	width: 5.46em;
	height: 2em;
	font-size: .9375em;
}
.btn_02._min span {
	padding: .3em 1em .3em;
}
@media screen and (max-width: 540px) {
	.btn_02 + .btn_02 {
		margin-left: 1em;
	}
	.btn_02 span {
		padding: .4em 1em .4em;
	}
	.btn_navWrap {
		font-size: 4.26vw;
		gap: .625em;
	}
	.btn_02._nav {
		width: 18.75em;
		height: 2.8125em;
	}
	.btn_02._small {
		width: 10.375em;
	}
	.btn_02._min {
		width: 14em;
		height: 2.5em;
	}
}

.txt-gra {
	background: linear-gradient(90deg,rgba(96, 175, 28, 1) 0%, rgba(76, 135, 22, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.table-wrap {
	width: 100%;
	overflow-x: auto;
}
.icon_business_01 {
	margin-right: 1em;
}
.icon_business_01 img {
	width: 9em;
}
.img_business img {
	width: 75em;
	max-width: inherit;
}
.map iframe {
	height: 25em;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 540px) {
	.icon_business_01 {
		margin-right: .6em;
	}
	.icon_business_01 img {
		width: 6.9em;
	}
	.img_business {
		margin-left: 4.4vw;
		padding-bottom: 5vw;
	}
	.img_business img {
		width: 55em;
	}
	.map iframe {
		height: 20em;
	}
}

.icon_timeline {
	background: var(--green2);
	color: #fff;
	position: relative;
	padding: .5em 0 .5em 3.1em;
}
.icon_timeline::before {
	position: absolute;
	content: "";
	display: block;
	width: 1.55em;
	height: 1.55em;
	left: .8em;
	top: 23%;
	background: url("../images/icon_timeline.png") no-repeat;
	background-size: 100% 100%;
}
.timelineList li {
	position: relative;
	padding: 1.375em 0 1.25em 4.4%;
	border-bottom: 1px solid rgba(96,175,28,.5);
	margin-top: -1px;
}
.timelineList li::before {
	position: absolute;
	content: "";
	display: block;
	width: .625em;
	height: 100%;
	left: 0;
	top: 0;
	background: var(--green2);
}
.timelineList li:last-child {
	border-bottom: none;
}
.timelineList li:last-child::before {
	height: 90%;
	height: calc(100% - 3.1em);
}
.timelineList li:last-child::after {
	position: absolute;
	content: "";
	display: block;
	width: 1.3125em;
	height: 3.3125em;
	left: 0;
	bottom: 0;
	background: var(--green2);
	clip-path: polygon(0 0, 100% 0, 0 100%);
}
.dl_timeline {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.dl_timeline dt {
	width: 11.4%;
	background: var(--lgreen);
	color: var(--dgreen);
	text-align: center;
	border-radius: 1em;
	padding: .05em;
	margin: .33em 0;
}
.dl_timeline dd {
	width: 88.6%;
	padding: .33em 13% .33em 1.4%;
	font-weight: 700;
	line-height: 1.72;
}
.dl_timeline-btn {
	position: absolute;
	top: 1.625em;
	right: 0;
}
.timelineList li p {
	padding: .3em .65em;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 540px) {
	.timelineList li {
		padding: .8em 0 .7em 4%;
	}
	.timelineList li::before {
		width: .35em;
	}
	.timelineList li:last-child::before {
		height: 90%;
		height: calc(100% - 1.9em);
	}
	.timelineList li:last-child::after {
		width: .75em;
		height: 1.9em;
	}
	.dl_timeline {
	}
	.dl_timeline dt {
		width: 22%;
		padding: 0;
		margin: .45em 0;
	}
	.dl_timeline dd {
		width: 78%;
		padding: .45em 10% .45em 1.4%;
	}
	.dl_timeline-btn {
		position: inherit;
		top: 0;
		text-align: center;
		margin-top: .6em;
		margin-bottom: .5em;
	}
	.timelineList li p {
		padding: .5em .25em .3em;
	}
	
	/**/
	.timeline-content {
		max-height: 0;
		overflow: hidden;
		transition:max-height 0.4s ease;
	}
	.timelineList li.open .timeline-content {
		max-height: 1000px;
	}
	.timelineList li > .dl_timeline {
		position: relative;
	}
	.timelineList li > .dl_timeline::after {
		position: absolute;
		content: "";
		display: block;
		width: .9em;
		height: .7em;
		right: .3em;
		top: 45%;
		background: var(--green);
		clip-path: polygon(0 0, 100% 0, 50% 100%);
		transition: .5s ease;
	}
	.timelineList li.open > .dl_timeline::after {
		transform: rotate(180deg);
	}
}


.case-cat-area {
	display: flex;
	justify-content: space-evenly;
	font-weight: bold;
	line-height: 1.75;
}
.case-cat-area label {
	text-indent: -1.75em;
	padding-left: 1.75em;
}
.case-cat-area label + label {
	margin-left: 3.5em;
}
.case-cat-area input[type="checkbox"] {
	appearance: none;
	width: 1.25em;
	height: 1.25em;
	border: 1px solid var(--green);
	border-radius: .25em;
	background: #fff;
	cursor: pointer;
	position: relative;
	margin: 0 .45em .125em 0;
}

/* チェック状態 */
.case-cat-area input[type="checkbox"]:checked{
	background: var(--green);
}

/* チェックマーク */
.case-cat-area input[type="checkbox"]:checked::after{
	content: "";
	position: absolute;
	left: .375em;
	top: .125em;
	width: .375em;
	height: .75em;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 540px) {
	.box-1 {
		padding-bottom: 6vw;
	}
	.case-cat-area {
		display: block;
	}
	.case-cat-area label {
		display: block;
		width: 100%;
		line-height: 1.4;
		margin-top: 4vw;
		margin-bottom: 4vw;
	}
	.case-cat-area label + label {
		margin-left: 0;
	}
}

.caseList {
	border-top: 1px solid var(--lgreen2);
}
.caseList li {
	border-bottom: 1px solid var(--lgreen2);
	padding: .35% 0;
}
.caseList-inner {
	padding: 2% 3.33%;
	display: flex;
}
.caseList-inner:hover {
	background: rgba(231,243,221,.25);
}
.caseList-img {
	width: 47.5%;
}
.caseList-txt {
	width: 52.5%;
	padding-left: 2.5%;
	font-weight: 700;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 540px) {
	.caseList-inner {
		padding: 6% 0 5%;
		display: block;
	}
	.caseList-img {
		width: 100%;
	}
	.caseList-txt {
		width: 100%;
		padding-left: 2.5%;
		padding-top: 4vw;
	}
}


.txt-2 {
	display: inline-block;
	background: var(--lgreen);
	color: var(--dgreen);
	padding: .2em 2.25em;
	border-radius: 1.5em;
}
.single-service-cat span + span {
	margin-left: 1em;
}
.border-bottom-min {
	position: relative;
	display: inline-block;
	padding-bottom: .3em;
}
.border-bottom-min::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #32590e;
	content: "";
	height: 1px;
	width: 2.9em;
}
.asideBox a {
	display: block;
	width: 100%;
	height: 100%;
}
.asideBox a:hover {
	color: var(--green);
}
.asideBox-inner {
	padding: 5% 4%;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 540px) {
	.single-service-cat span + span {
		margin-left: 0;
	}
}


@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 540px) {
}

.tt-capitalize {
  text-transform: capitalize;
}