/*! --------------------------------------------------------------
　　このCSSファイルは .scssファイルからコンパイルされたものです。
　　修正する際はscssファイルを編集するように注意してください。
--------------------------------------------------------------- */
.ttl_cmn2.black {
	font-weight: 900;
}
.ttl_cmn2.color_bg {
	color: #1e6871;
}
.ttl_cmn2.color_sk {
	color: #00ace0;
}
.ttl_cmn2.bg_bg {
	background-color: #1e6871;
	padding: .4em .8em;
}
.ttl_cmn2.bg_sk {
	background-color: #00ace0;
	padding: .4em .8em;
}
.ttl_cmn2.ttlbg_pc {
	width: -moz-fit-content;
	width: fit-content;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-inline: auto;
	position: relative;
}
.ttl_cmn2.ttlbg_pc::before {
	content: "";
	width: 208px;
	aspect-ratio: 208 / 188;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -40%);
	z-index: 0;
}
@media (max-width: 767px) {
	.ttl_cmn2.ttlbg_pc::before {
		width: 30vw;
	}
}
.ttl_cmn2.ttlbg_pc.pc_bg::before {
	background: url(images/treeflow3/ttlbg_pc01.svg) center center / cover no-repeat;
}
.ttl_cmn2.ttlbg_pc.pc_or::before {
	background: url(images/treeflow3/ttlbg_pc02.svg) center center / cover no-repeat;
}
.ttl_cmn2.ttlbg_pc.pc_w::before {
	background: url(images/treeflow3/ttlbg_pc03.svg) center center / cover no-repeat;
}
.side_cmn.wood3 figure {
	width: 41.0185185185%;
	position: relative;
	z-index: 1;
}
@media (max-width: 767px) {
	.side_cmn.wood3 figure {
		width: 100%;
	}
}
.side_cmn.wood3 .txt {
	width: 56.3888888889%;
}
@media (max-width: 767px) {
	.side_cmn.wood3 .txt {
		width: 100%;
	}
}
.side_cmn.wood3 .txt .box13 {
	padding: 1rem 2%;
	position: relative;
}
@media (max-width: 767px) {
	.side_cmn.wood3 .txt .box13 {
		width: 100%;
	}
}
.side_cmn.wood3 .txt .box13::before {
	content: "";
	width: 110%;
	height: 100%;
	background-color: #f4f4f4;
	position: absolute;
	top: 0;
	z-index: 0;
}
.side_cmn.wood3 .txt .box13 .txt16 {
	position: relative;
	z-index: 1;
}
.side_cmn.wood3:not(.reverse) .box12 {
	margin-inline: 0 auto;
}
.side_cmn.wood3:not(.reverse) .txt .box13::before {
	right: 0;
}
.side_cmn.wood3.reverse .box12 {
	margin-inline: auto 0;
}
@media (max-width: 767px) {
	.side_cmn.wood3.reverse .box12 {
		margin-inline: 0 auto;
	}
}
.side_cmn.wood3.reverse .txt .box13::before {
	left: 0;
}
.tf3_first {
	background: url(images/treeflow3/bg_flow01.jpg) center center / cover no-repeat;
}
.tf3_first h2.logo_flow01 {
	text-align: center;
	margin-bottom: 0;
}
.tf3_movie {
	background-color: #f0f5f5;
}
.tf3_movie p.txt01 {
	max-width: 800px;
	margin-inline: auto;
	margin-bottom: 4.5em;
}
@media (max-width: 767px) {
	.tf3_movie p.txt01 {
		margin-bottom: 2em;
	}
}
.tf3_movie .bgimg {
	text-align: center;
	margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
	.tf3_movie .bgimg {
		margin-bottom: 2rem;
	}
}
.tf3_movie .wrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem 6%;
	margin-inline: auto;
	margin-bottom: 5rem;
}
@media (min-width: 1200px) {
	.tf3_movie .wrap {
		max-width: 820px;
	}
}
@media (min-width: 768px)and (max-width: 1199px) {
	.tf3_movie .wrap {
		grid-template-columns: repeat(2, 1fr);
		margin-bottom: 3.5rem;
	}
}
@media (max-width: 767px) {
	.tf3_movie .wrap {
		grid-template-columns: repeat(1, 1fr);
		margin-bottom: 2.5rem;
	}
}
.tf3_movie .wrap .circle {
	display: grid;
	place-content: center;
	aspect-ratio: 1 / 1;
	background-color: #e8a63d;
	border-radius: 100vmax;
	padding: 1rem 7%;
}
.tf3_movie .wrap .circle h4.ttl_cmn2 {
	margin-bottom: .2em;
}
.tf3_movie .movie {
	width: 100%;
	max-width: 812px;
	margin-inline: auto;
	margin-bottom: .5rem;
	position: relative;
}
.tf3_movie .movie::before {
	content: "";
	display: block;
	padding-top: 56.25%;
}
.tf3_movie .movie iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.tf3_detail .area {
	background-color: #f0f5f5;
	max-width: 884px;
	padding: 2.5rem 5%;
	margin-inline: auto;
}
@media (max-width: 767px) {
	.tf3_detail .area {
		padding: 1.6rem 4%;
	}
}
.tf3_detail .area:not(.lst) {
	margin-bottom: 4rem;
}
@media (max-width: 767px) {
	.tf3_detail .area:not(.lst) {
		margin-bottom: 2.2rem;
	}
}
.tf3_detail .area figure {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	gap: .8rem 4%;
	margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
	.tf3_detail .area figure {
		margin-bottom: .9rem;
	}
}
.tf3_detail .bnrwrap {
	max-width: 884px;
	background-color: rgba(42,230,226,.35);
	padding: 2rem 4%;
	margin-inline: auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	gap: 0 6%;
}
@media (max-width: 767px) {
	.tf3_detail .bnrwrap {
		padding: 1.2rem 4%;
	}
}
.tf3_view {
	background-color: rgba(232,166,61,.15);
	margin-bottom: 5rem;
}
@media (max-width: 767px) {
	.tf3_view {
		margin-bottom: 2rem;
	}
}
.tf3_view figure {
	text-align: center;
	margin-bottom: .5rem;
}
.tf3_view p.txt01 {
	max-width: 800px;
	margin-inline: auto;
}
.tf3_plan {
	background-color: #1e6871;
}
.tf3_plan .wrap {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	gap: 0 1rem;
	margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
	.tf3_plan .wrap {
		margin-bottom: 2rem;
	}
}
.tf3_plan .wrap p.txt03 {
	background-color: #8dfffd;
	border-radius: 1.5rem;
	padding: 1em 4%;
}
@media (max-width: 767px) {
	.tf3_plan .wrap p.txt03 {
		font-size: 1.25rem;
	}
}
.tf3_plan .wrap p.txt03 span {
	font-size: 1.625rem;
}
@media (max-width: 767px) {
	.tf3_plan .wrap p.txt03 span {
		font-size: 0.875rem;
	}
}
.tf3_plan .wrap .plus {
	font-size: 2.25rem;
	color: #fff;
}
@media (max-width: 767px) {
	.tf3_plan .wrap .plus {
		font-size: 1.125rem;
	}
}
.tf3_process .txt_sub {
	max-width: 540px;
	margin-inline: auto;
	margin-bottom: 3em;
}
.tf3_process .dl01 {
	max-width: 960px;
	margin-inline: auto;
	margin-bottom: 2.8rem;
}
@media (max-width: 767px) {
	.tf3_process .dl01 {
		margin-bottom: 2rem;
	}
}
.tf3_process .dl01>div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 1rem 2%;
}
.tf3_process .dl01>div:not(:last-child) {
	margin-bottom: 2.2rem;
}
.tf3_process .dl01>div:not(:last-child) dt {
	position: relative;
}
.tf3_process .dl01>div:not(:last-child) dt::after {
	content: "";
	width: 20px;
	aspect-ratio: 20 / 17;
	background-color: #dbe6e7;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	position: absolute;
	top: calc(100% + .5rem);
	left: 50%;
	transform: translateX(-50%);
}
.tf3_process .dl01>div dt {
	width: 31%;
	background-color: #bdd2d5;
	border-radius: 1.6rem;
	padding: 1.2em 1%;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
}
@media (min-width: 1200px) {
	.tf3_process .dl01>div dt {
		min-height: 130px;
	}
}
@media (max-width: 767px) {
	.tf3_process .dl01>div dt {
		font-size: 1.125rem;
	}
}
.tf3_process .dl01>div dt span {
	display: block;
	font-size: 1.25rem;
	font-weight: 400;
}
@media (max-width: 767px) {
	.tf3_process .dl01>div dt span {
		font-size: 0.875rem;
	}
}
.tf3_process .dl01>div dt b {
	width: -moz-fit-content;
	width: fit-content;
	display: block;
	margin-inline: auto;
	background-color: #fff;
	border-radius: 100vmax;
	padding: .2em 1em;
	font-size: 1.25rem;
	font-weight: 400;
	margin-top: .4em;
}
@media (max-width: 767px) {
	.tf3_process .dl01>div dt b {
		font-size: 0.875rem;
	}
}
.tf3_process .dl01>div dt.on {
	background-color: #e8a63d;
	color: #fff;
}
.tf3_process .dl01>div dt.on span,.tf3_process .dl01>div dt.on b {
	color: #0f170c;
}
.tf3_process .dl01>div dd {
	width: 66%;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.35;
}
@media (max-width: 767px) {
	.tf3_process .dl01>div dd {
		font-size: 0.8125rem;
	}
}
.tf3_process h4.ttl_cmn2 {
	max-width: 960px;
	margin-inline: auto;
}
.tf3_future {
	background: url(images/treeflow3/bg_flow02.jpg) center center / cover no-repeat;
}
.tf3_future .topline {
	padding: 2rem 4%;
	position: relative;
}
@media (max-width: 767px) {
	.tf3_future .topline {
		padding: 1.2rem 3%;
	}
}
.tf3_future .topline h2.ttl_cmn2 {
	position: relative;
	z-index: 1;
}
.tf3_future .topline::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #1e6871;
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	left: 0;
}
.tf3_future .content {
	padding: 3rem 0;
}
@media (max-width: 767px) {
	.tf3_future .content {
		padding: 2rem 0;
	}
}
.woodbe3_content p.txt11 {
	margin-bottom: 2.5em;
}
.woodbe3_content .movie {
	max-width: 680px;
	aspect-ratio: 16 / 9;
	margin-inline: auto;
	position: relative;
}
.woodbe3_content .movie:not(:last-child) {
	margin-bottom: 1.2rem;
}
.woodbe3_content .movie iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.woodbe3_content p.txt_sub11 {
	width: -moz-fit-content;
	width: fit-content;
	border: 3px solid currentColor;
	background-color: #fff;
	box-shadow: 5px 5px #9d9d9d;
	padding: .4em 1em;
	margin-inline: auto;
	margin-bottom: 5em;
}
@media (max-width: 767px) {
	.woodbe3_content p.txt_sub11 {
		padding: .2em .4em;
		margin-bottom: 3em;
	}
}
.woodbe3_content .box11 {
	max-width: 682px;
	background: url(images/woodbe3/bg_wood01.png) center center / cover no-repeat;
	border-radius: 1.8rem;
	margin-inline: auto;
	overflow: hidden;
}
.woodbe3_content .box11 h4.ttl_cmn2 {
	margin-bottom: 0;
}
.woodbe3_content .box11 .content {
	padding: 1.2rem 4% 1.8rem;
}
.woodbe3_content .box11 .content p.txt12 {
	margin-bottom: 1.5em;
}
.woodbe3_content .box11 .content .wrap {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
}
.woodbe3_content .box11 .content .wrap:not(:last-child) {
	margin-bottom: 1rem;
}
.woodbe3_content .ul11 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 3.5rem 3.2407407407%;
	margin-bottom: 7rem;
}
@media (min-width: 768px)and (max-width: 1199px) {
	.woodbe3_content .ul11 {
		grid-template-columns: repeat(2, 1fr);
		gap: 2rem 4%;
		margin-bottom: 3rem;
	}
}
@media (max-width: 767px) {
	.woodbe3_content .ul11 {
		grid-template-columns: repeat(1, 1fr);
		gap: 2rem 4%;
		margin-bottom: 3rem;
	}
}
.woodbe3_content .ul11 li {
	background-color: #fff;
	border-radius: 1.8rem;
	padding: 2rem 6%;
}
@media (max-width: 767px) {
	.woodbe3_content .ul11 li {
		padding: 1.2rem 4%;
	}
}
.woodbe3_content .ul11 li h3.ttl_cmn2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 0 .6rem;
}
.woodbe3_content .ul11 li h3.ttl_cmn2 em {
	font-size: 4.375rem;
	color: #bde0ea;
	line-height: 1;
}
@media (max-width: 767px) {
	.woodbe3_content .ul11 li h3.ttl_cmn2 em {
		font-size: 2.25rem;
	}
}
.woodbe3_content .ul11 li figure {
	margin-bottom: .8rem;
}
.woodbe3_content .ul11 li figure img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.woodbe3_content2 {
	background: url(images/woodbe2/bg_wood02.svg) top center / 100% auto repeat-y;
	background-color: rgba(189,224,234,.2);
}
.woodbe3_content2 .ul12 {
	max-width: 880px;
	background: url(images/woodbe3/flow01.svg) right top / auto 100% no-repeat;
	padding-right: 98px;
	margin-inline: auto;
	margin-bottom: 1.5rem;
}
@media (min-width: 768px)and (max-width: 1199px) {
	.woodbe3_content2 .ul12 {
		padding-right: 60px;
	}
}
@media (max-width: 767px) {
	.woodbe3_content2 .ul12 {
		padding-right: 12vw;
		margin-inline: auto -5vw;
	}
}
.woodbe3_content2 .ul12 li {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	background-color: #fff;
	border-radius: 1.8rem;
}
.woodbe3_content2 .ul12 li:not(:last-child) {
	margin-bottom: 3.5rem;
	position: relative;
}
@media (max-width: 767px) {
	.woodbe3_content2 .ul12 li:not(:last-child) {
		margin-bottom: 2.5rem;
	}
}
.woodbe3_content2 .ul12 li:not(:last-child)::after {
	content: "";
	width: 30px;
	aspect-ratio: 30 / 23;
	background-color: rgba(112,112,112,.3);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	position: absolute;
	top: calc(100% + .9rem);
	left: 50%;
	transform: translateX(-50%);
}
@media (max-width: 767px) {
	.woodbe3_content2 .ul12 li:not(:last-child)::after {
		width: 6vw;
	}
}
.woodbe3_content2 .ul12 li .step {
	width: 11%;
	display: grid;
	place-items: center;
	background-color: #c3e6f0;
	border-radius: 1.8rem 0 0 1.8rem;
	padding: 1rem 2%;
}
@media (min-width: 768px)and (max-width: 1199px) {
	.woodbe3_content2 .ul12 li .step {
		width: 15%;
	}
}
@media (max-width: 767px) {
	.woodbe3_content2 .ul12 li .step {
		width: 15%;
	}
}
.woodbe3_content2 .ul12 li .step .ttl11 {
	font-size: 1.6875rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
@media (min-width: 768px)and (max-width: 1199px) {
	.woodbe3_content2 .ul12 li .step .ttl11 {
		font-size: 1.125rem;
	}
}
@media (max-width: 767px) {
	.woodbe3_content2 .ul12 li .step .ttl11 {
		font-size: 1rem;
	}
}
.woodbe3_content2 .ul12 li .step .ttl11 em {
	display: block;
	font-size: 5rem;
	line-height: 1;
	margin-top: -0.2em;
}
@media (min-width: 768px)and (max-width: 1199px) {
	.woodbe3_content2 .ul12 li .step .ttl11 em {
		font-size: 2.5rem;
	}
}
@media (max-width: 767px) {
	.woodbe3_content2 .ul12 li .step .ttl11 em {
		font-size: 2.25rem;
	}
}
.woodbe3_content2 .ul12 li .txt {
	width: 89%;
	padding: 1.5rem 2%;
}
@media (min-width: 768px)and (max-width: 1199px) {
	.woodbe3_content2 .ul12 li .txt {
		width: 85%;
		padding: .8rem 2%;
	}
}
@media (max-width: 767px) {
	.woodbe3_content2 .ul12 li .txt {
		width: 85%;
		padding: .8rem 2%;
	}
}
.woodbe3_content2 .ul12 li .txt .ttl_cmn2 {
	margin-bottom: .4em;
}
.woodbe3_content2 p.txt15 {
	margin-bottom: 5em;
}
@media (max-width: 767px) {
	.woodbe3_content2 p.txt15 {
		margin-bottom: 2em;
	}
}
.woodbe3_content2 .box11 {
	max-width: 876px;
}
.woodbe3_content3 {
	background: url(images/woodbe2/bg_wood02.svg) top center / 100% auto repeat-y;
	background-color: #fff;
}
.woodbe3_content3 .side_cmn.wood3:not(:last-child) {
	margin-bottom: 7rem;
}
@media (min-width: 768px)and (max-width: 1199px) {
	.woodbe3_content3 .side_cmn.wood3:not(:last-child) {
		margin-bottom: 3.5rem;
	}
}
@media (max-width: 767px) {
	.woodbe3_content3 .side_cmn.wood3:not(:last-child) {
		margin-bottom: 2.5rem;
	}
}
.woodbe3_content3 .box12 {
	width: -moz-fit-content;
	width: fit-content;
	border-left: 8px solid #00ace0;
	padding: 1.5rem 3% 1rem 1.2rem;
	text-align: left;
}
.woodbe3_content3 .box12 .cate {
	width: -moz-fit-content;
	width: fit-content;
	background-color: #00ace0;
	padding: .2em .6em;
	line-height: 1.3;
	margin-bottom: .4em;
}
.woodbe3_content3 .box12 .ttl_cmn2 {
	margin-bottom: .4em;
}
.woodbe3_content3 .box12 .name {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.4;
}
.woodbe3_content3 .box12 .name b {
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.1;
}
.woodbe3_content3 .side_cmn.hatagaya {
	max-width: 960px;
	margin-inline: auto;
	margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
	.woodbe3_content3 .side_cmn.hatagaya {
		margin-bottom: 2rem;
	}
}
.woodbe3_content3 .side_cmn.hatagaya figure {
	position: relative;
}
.woodbe3_content3 .side_cmn.hatagaya .txt .ttl_wood01 {
	margin-bottom: 4rem;
}
@media (max-width: 767px) {
	.woodbe3_content3 .side_cmn.hatagaya .txt .ttl_wood01 {
		margin-bottom: 2rem;
	}
}
.woodbe3_content3 .ttl12 {
	border-left: 10px solid #00ace0;
	padding-left: .8em;
	font-weight: 900;
	position: relative;
}
.woodbe3_content3 .ttl12::before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #00ace0;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 0;
}
.woodbe3_content3 .ttl12 span {
	font-size: 1.25rem;
}
@media (max-width: 767px) {
	.woodbe3_content3 .ttl12 span {
		font-size: 1rem;
	}
}
.woodbe3_content3 p.txt17 {
	line-height: 1.75;
	margin-bottom: 2.5em;
}
.woodbe3_content3 p.txt17 b {
	font-weight: 700;
}
.woodbe3_content3 p.txt17 em {
	color: #00ace0;
}
.woodbe3_content3 .box14 {
	max-width: 960px;
	background-color: #eaf8fc;
	border: 3px solid #9d9d9d;
	padding: 2rem 3%;
	box-shadow: 3px 3px 6px rgba(0,0,0,.16);
	margin-inline: auto;
	margin-bottom: 1rem;
}
.woodbe3_content3 p.txt19 {
	margin-bottom: 3.5em;
}
@media (max-width: 767px) {
	.woodbe3_content3 p.txt19 {
		margin-bottom: 2em;
	}
}
.woodbe3_content3 p.txt20 {
	margin-bottom: 2.5em;
}
@media (max-width: 767px) {
	.woodbe3_content3 p.txt20 {
		margin-bottom: 1.5em;
	}
}
.woodbe3_content4 {
	background: url(images/woodbe2/bg_wood02.svg) top center / 100% auto repeat-y;
	background-color: #ededed;
}
.woodbe3_content5 {
	background: url(images/woodbe2/bg_wood02.svg) top center / 100% auto repeat-y;
	background-color: #fff;
}
.woodbe3_content5 .unit h4.ttl_cmn2 {
	background-color: #bde0ea;
	padding: .8em 4%;
}
.woodbe3_content5 .unit:not(:last-child) {
	margin-bottom: 7rem;
}
@media (max-width: 767px) {
	.woodbe3_content5 .unit:not(:last-child) {
		margin-bottom: 3rem;
	}
}
.woodbe3_content5 .wrap_faq.wood3 .unit_faq:not(:last-child) {
	margin-bottom: 3.3rem;
}
@media (max-width: 767px) {
	.woodbe3_content5 .wrap_faq.wood3 .unit_faq:not(:last-child) {
		margin-bottom: 2rem;
	}
}
.woodbe3_content5 .wrap_faq.wood3 .unit_faq .q1 .mark,.woodbe3_content5 .wrap_faq.wood3 .unit_faq .a1 .mark {
	font-size: 3.125rem;
	color: #fff;
	font-weight: 700;
	line-height: .8;
	margin-right: .3em;
	position: relative;
	top: -0.08em;
}
@media (max-width: 767px) {
	.woodbe3_content5 .wrap_faq.wood3 .unit_faq .q1 .mark,.woodbe3_content5 .wrap_faq.wood3 .unit_faq .a1 .mark {
		font-size: 1.5rem;
		margin-right: .4em;
		top: 0em;
	}
}
.woodbe3_content5 .wrap_faq.wood3 .unit_faq .q1 p,.woodbe3_content5 .wrap_faq.wood3 .unit_faq .a1 p {
	font-size: 1.625rem;
	color: #fff;
	line-height: 1.8rem;
}
@media (max-width: 767px) {
	.woodbe3_content5 .wrap_faq.wood3 .unit_faq .q1 p,.woodbe3_content5 .wrap_faq.wood3 .unit_faq .a1 p {
		font-size: 0.875rem;
		line-height: 1.5rem;
	}
}
.woodbe3_content5 .wrap_faq.wood3 .unit_faq .q1 {
	background-color: #00ace0;
}
.woodbe3_content5 .wrap_faq.wood3 .unit_faq .a1 {
	background-color: rgba(0,172,224,.6);
}

/* 修正時追加css */
.woodbe2_first {
	position: relative;
	overflow: hidden;
	background-image: none;
}

.woodbe2_first .bg_movie video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%, -50%);
	z-index: -1;
	object-fit: cover;
}

.woodbe3_content .content .txt13 {
	margin-top: 1.5em;
}

.woodbe3_content .ul11 li:nth-of-type(5) a {
	color: #28a7e1;
    font-weight: 600;
    line-height: 1.4;
    display: inline-flex;
    justify-content: flex-start;
    align-items: baseline;
    gap: 8px;
    margin-top: 1rem;
}
/*# sourceMappingURL=add.css.map */