section > .wrapper .description-wrap .txt {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 2;
	letter-spacing: .05em;
}
@media only screen and (max-width: 768px) {
	section > .wrapper .description-wrap .txt {
		font-size: 1.8rem;
		line-height: 1.875;
	}
}
section#front-main-service {
	padding: 12rem 2rem;
}
@media only screen and (max-width: 768px) {
	section#front-main-service {
		padding: 6rem 2rem;
	}
}
section#front-main-service > .wrapper {
	max-width: 132.4rem;
}
section#front-main-service > .wrapper .sec-lead-slash-ttl-wrap {
	max-width: 115rem;
	margin: 0 auto;
}
section#front-main-service > .wrapper .lead-txt {
	max-width: 115rem;
	margin: 4rem auto 0;
}
@media only screen and (max-width: 768px) {
	section#front-main-service > .wrapper .lead-txt {
		margin: 2rem auto 0;
	}
}
section#front-main-service > .wrapper .content-img-flex-wrap {
	margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
	section#front-main-service > .wrapper .content-img-flex-wrap {
		margin-top: 2rem;
	}
}
section#front-main-service > .wrapper .content-img-flex-wrap .content-img-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4rem 7.5rem;
}
@media only screen and (max-width: 768px) {
	section#front-main-service > .wrapper .content-img-flex-wrap .content-img-flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-flow: column-reverse;
		flex-flow: column-reverse;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
section#front-main-service > .wrapper .content-img-flex-wrap .content-img-flex:nth-child(odd) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-flow: row-reverse;
	flex-flow: row-reverse;
}
@media only screen and (max-width: 768px) {
	section#front-main-service > .wrapper .content-img-flex-wrap .content-img-flex:nth-child(odd) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-flow: column-reverse;
		flex-flow: column-reverse;
	}
}
section#front-main-service > .wrapper .content-img-flex-wrap .content-img-flex + .content-img-flex {
	margin-top: 10rem;
}
section#front-main-service > .wrapper .content-img-flex-wrap .content-img-flex .content-wrap {
	width: 43.8rem;
}
section#front-main-service > .wrapper .content-img-flex-wrap .content-img-flex .content-wrap .bdr-ttl {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: .05em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media only screen and (max-width: 768px) {
	section#front-main-service > .wrapper .content-img-flex-wrap .content-img-flex .content-wrap .bdr-ttl {
		font-size: 1.6rem;
	}
}
section#front-main-service > .wrapper .content-img-flex-wrap .content-img-flex .content-wrap .bdr-ttl span {
	border: .1rem solid var(--c_txt);
	border-radius: .5rem;
	padding: .2em 1em;
}
section#front-main-service > .wrapper .content-img-flex-wrap .content-img-flex .content-wrap .content-inner {
	margin-top: 2rem;
}
section#front-main-service > .wrapper .content-img-flex-wrap .content-img-flex .content-wrap .content-inner + .content-inner {
	border-top: .1rem solid var(--c_txt);
	margin-top: 3rem;
	padding-top: 3rem;
}
section#front-main-service > .wrapper .content-img-flex-wrap .content-img-flex .content-wrap .service-ttl-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
section#front-main-service > .wrapper .content-img-flex-wrap .content-img-flex .content-wrap .service-ttl-wrap .lead-dot-txt {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.875;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	gap: .8rem;
}
section#front-main-service > .wrapper .content-img-flex-wrap .content-img-flex .content-wrap .service-ttl-wrap .lead-dot-txt::before {
	content: "";
	width: .8rem;
	height: .8rem;
	background: var(--c_txt);
	border-radius: 100vw;
}
section#front-main-service > .wrapper .content-img-flex-wrap .content-img-flex .content-wrap .service-ttl-wrap .lead-dot-txt span {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
section#front-main-service > .wrapper .content-img-flex-wrap .content-img-flex .content-wrap .service-ttl-wrap .service-name {
	font-size: 2.7rem;
	font-weight: 700;
	letter-spacing: .05em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: .6rem;
	margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
	section#front-main-service > .wrapper .content-img-flex-wrap .content-img-flex .content-wrap .service-ttl-wrap .service-name {
		font-size: clamp(2rem, 6.7vw, 3.4rem);
		margin-top: 1.5em;
	}
}
section#front-main-service > .wrapper .content-img-flex-wrap .content-img-flex .content-wrap .service-ttl-wrap .service-name span {
	display: inline-block;
}
section#front-main-service > .wrapper .content-img-flex-wrap .content-img-flex .content-wrap .service-ttl-wrap .service-name span.tb-line-txt {
	font-size: 1.4rem;
	line-height: 1.6;
	border-top: .1rem solid var(--c_txt);
	border-bottom: .1rem solid var(--c_txt);
	display: inline-block;
	padding: .25em 0;
}
section#front-main-service > .wrapper .content-img-flex-wrap .content-img-flex .content-wrap .service-ttl-wrap .service-logo {
	margin-top: 1rem;
	display: inline-block;
}
section#front-main-service > .wrapper .content-img-flex-wrap .content-img-flex .content-wrap .txt-wrap {
	margin-top: 2rem;
}
section#front-main-service > .wrapper .content-img-flex-wrap .content-img-flex .content-wrap .btn-wrap {
	margin-top: 2rem;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
	section#front-main-service > .wrapper .content-img-flex-wrap .content-img-flex .content-wrap .btn-wrap {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
section#front-main-service > .wrapper .content-img-flex-wrap .content-img-flex .content-wrap .btn-wrap .btn {
	width: 100%;
	max-width: 18.9rem;
}
section#front-main-service > .wrapper .content-img-flex-wrap .content-img-flex .content-wrap .btn-wrap .btn.c-black {
	font-size: 1.4rem;
	font-weight: 700;
}
section#front-main-service > .wrapper .content-img-flex-wrap .content-img-flex .img-wrap {
	width: 72.4rem;
	border-radius: 1rem;
	margin: 0;
	overflow: hidden;
	position: relative;
}
section#front-main-service > .wrapper .content-img-flex-wrap .content-img-flex .img-wrap::after {
	content: "";
	width: 100%;
	height: 100%;
	background: var(--c_cmn_primary);
	position: absolute;
	top: 0;
	left: 0;
	opacity: .13;
}
section#front-main-service > .wrapper .content-img-flex-wrap .content-img-flex .img-wrap img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
section#front-main-service > .wrapper .pickup-products-wrap {
	max-width: 115rem;
	margin: 11rem auto 0;
}
section#front-main-service > .wrapper .pickup-products-wrap .pickup-products.flex-col3 {
	gap: 6rem 4.5rem;
	margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
	section#front-main-service > .wrapper .pickup-products-wrap .pickup-products.flex-col3 {
		margin-top: 3rem;
	}
}
section#front-main-service > .wrapper .pickup-products-wrap .pickup-products.flex-col3 .col {
	max-width: 35.3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-flow: column-reverse;
	flex-flow: column-reverse;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	gap: 3rem;
}
@media only screen and (max-width: 768px) {
	section#front-main-service > .wrapper .pickup-products-wrap .pickup-products.flex-col3 .col {
		gap: 1rem;
	}
}
section#front-main-service > .wrapper .pickup-products-wrap .pickup-products.flex-col3 .col .content-wrap .service-ttl-wrap .service-name {
	font-size: 2.4rem;
	line-height: 1.25;
	margin-top: .9rem;
}
section#front-main-service > .wrapper .pickup-products-wrap .pickup-products.flex-col3 .col .content-wrap .txt-wrap {
	margin-top: 1rem;
}
section#front-main-service > .wrapper .pickup-products-wrap .pickup-products.flex-col3 .col .content-wrap .btn-wrap {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
	section#front-main-service > .wrapper .pickup-products-wrap .pickup-products.flex-col3 .col .content-wrap .btn-wrap {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
section#front-main-service > .wrapper .pickup-products-wrap .pickup-products.flex-col3 .col .img-wrap {
	width: 100%;
	height: auto;
	aspect-ratio: 353/249;
}
section#front-main-service > .wrapper .pickup-products-wrap .pickup-products.flex-col3 .col .img-wrap:empty {
	background: var(--c_white);
	border: .1rem solid var(--bdr_gray);
}
section#front-main-service > .wrapper .pickup-products-wrap .pickup-products.flex-col3 .col .img-wrap img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
section#front-main-service > .wrapper .service-ttl-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
section#front-main-service > .wrapper .service-ttl-wrap .lead-dot-txt {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.875;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	gap: .8rem;
}
section#front-main-service > .wrapper .service-ttl-wrap .lead-dot-txt::before {
	content: "";
	width: .8rem;
	height: .8rem;
	background: var(--c_txt);
	border-radius: 100vw;
}
section#front-main-service > .wrapper .service-ttl-wrap .lead-dot-txt span {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
section#front-main-service > .wrapper .service-ttl-wrap .service-name {
	font-size: 2.7rem;
	font-weight: 700;
	letter-spacing: .05em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: .6rem;
	margin-top: 1rem;
}
section#front-main-service > .wrapper .service-ttl-wrap .service-name span {
	display: inline-block;
}
section#front-main-service > .wrapper .service-ttl-wrap .service-name span.tb-line-txt {
	font-size: 1.4rem;
	line-height: 1.6;
	border-top: .1rem solid var(--c_txt);
	border-bottom: .1rem solid var(--c_txt);
	display: inline-block;
	padding: .25em 0;
}
section#front-main-service > .wrapper .service-ttl-wrap .service-logo {
	margin-top: 1rem;
	display: inline-block;
}
section#what-tecnocraft {
	background: url(../images/bg_what_tecnocraft@varthowood.com) no-repeat center/cover;
	padding: 8rem 2rem;
	position: relative;
}
section#what-tecnocraft::before {
	content: "";
	width: 100%;
	height: 100%;
	background: var(--c_cmn_primary);
	position: absolute;
	top: 0;
	left: 0;
	opacity: .75;
}
section#what-tecnocraft > .wrapper {
	max-width: 115rem;
	margin: 0 auto;
	position: relative;
}
section#what-tecnocraft > .wrapper .sec-lead-slash-ttl-wrap {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
section#what-tecnocraft > .wrapper .sec-lead-slash-ttl-wrap .sec-lead-slash-ttl {
	text-align: center;
	color: var(--c_white);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
section#what-tecnocraft > .wrapper .sec-lead-slash-ttl-wrap .sec-lead-slash-ttl .en::before {
	border-color: var(--c_white);
}
section#what-tecnocraft > .wrapper .txt-wrap {
	margin-top: 3rem;
}
section#what-tecnocraft > .wrapper .txt-wrap .txt {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2;
	letter-spacing: .05em;
	text-align: center;
	color: var(--c_white);
}
@media only screen and (max-width: 768px) {
	section#what-tecnocraft > .wrapper .txt-wrap .txt {
		font-size: 1.6rem;
	}
}
section#what-tecnocraft > .wrapper .btn-wrap {
	margin-top: 3rem;
}
section#what-tecnocraft > .wrapper .btn-wrap .btn {
	width: 100%;
	max-width: 18.9rem;
	font-weight: 500;
	color: var(--c_white);
	border: .1rem solid var(--c_white);
	border-radius: 100vw;
}
@media only screen and (min-width: 769px) {
	section#what-tecnocraft > .wrapper .btn-wrap .btn:hover {
		color: var(--c_cmn_primary);
		background: var(--c_white);
	}
}

aside.head-aside {
	margin-top: -12.95rem;
}
aside.head-aside .link-slider.swiper {
	padding: 3.3rem 0;
}
aside.head-aside .link-slider.swiper .swiper-wrapper .col.swiper-slide {
	height: auto;
	min-height: 19.3rem;
	background: var(--bdr_gray);
	border-radius: 1rem;
	-webkit-box-shadow: .3rem .3rem 3rem 0 rgba(0, 0, 0, .23);
	box-shadow: .3rem .3rem 3rem 0 rgba(0, 0, 0, .23);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 4rem 2rem 3rem;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .3s;
	transition: all .3s;
}
aside.head-aside .link-slider.swiper .swiper-wrapper .col.swiper-slide.swiper-slide-active {
	-webkit-box-shadow: .3rem .3rem 3rem 0 rgba(0, 0, 0, .08);
	box-shadow: .3rem .3rem 3rem 0 rgba(0, 0, 0, .08);
	-webkit-transition: all .3s;
	transition: all .3s;
}
aside.head-aside .link-slider.swiper .swiper-wrapper .col.swiper-slide::before {
	content: "";
	width: 100%;
	height: 100%;
	background: var(--c_cmn_primary);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .4;
	z-index: 1;
}
aside.head-aside .link-slider.swiper .swiper-wrapper .col.swiper-slide .col-inner {
	height: 100%;
}
aside.head-aside .link-slider.swiper .swiper-wrapper .col.swiper-slide .col-inner .content-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 1;
}
aside.head-aside .link-slider.swiper .swiper-wrapper .col.swiper-slide .col-inner .content-wrap .slide-ttl-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
aside.head-aside .link-slider.swiper .swiper-wrapper .col.swiper-slide .col-inner .content-wrap .slide-ttl-wrap .slide-ttl {
	font-weight: 700;
	color: var(--c_white);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
aside.head-aside .link-slider.swiper .swiper-wrapper .col.swiper-slide .col-inner .content-wrap .slide-ttl-wrap .slide-ttl .sub {
	font-family: var(--f_inria_sans);
	font-style: italic;
	font-size: 1.5rem;
	line-height: 1;
	border: .1rem solid var(--c_white);
	border-radius: 100vw;
	padding: .25em 1em;
}
aside.head-aside .link-slider.swiper .swiper-wrapper .col.swiper-slide .col-inner .content-wrap .slide-ttl-wrap .slide-ttl .main {
	font-size: 3.2rem;
}
aside.head-aside .link-slider.swiper .swiper-wrapper .col.swiper-slide .col-inner .content-wrap .txt-wrap .txt {
	font-size: 1.2rem;
	font-weight: 700;
	text-align: center;
	color: var(--c_white);
}
aside.head-aside .link-slider.swiper .swiper-wrapper .col.swiper-slide .bg-img-wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}
aside.head-aside .link-slider.swiper .swiper-wrapper .col.swiper-slide .bg-img-wrap img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
aside.head-aside .link-slider.swiper .swiper-wrapper .col.swiper-slide .img-wrap {
	width: 7.5rem;
	height: 7.5rem;
	aspect-ratio: 1/1;
	position: absolute;
	right: .8rem;
	bottom: .5rem;
	z-index: 1;
}
aside.head-aside .link-slider.swiper .swiper-wrapper .col.swiper-slide .img-wrap img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
@media only screen and (min-width: 769px) {
	aside.head-aside .link-slider.swiper .swiper-wrapper .col.swiper-slide:hover .bg-img-wrap {
		scale: 1.2;
	}
}
aside.head-aside .link-slider.swiper .prev-next-btn-wrap {
	width: 100%;
	max-width: 123rem;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	z-index: 1;
}
aside.head-aside .link-slider.swiper .prev-next-btn-wrap .swiper-button-prev, aside.head-aside .link-slider.swiper .prev-next-btn-wrap .swiper-button-next {
	width: 3.4rem;
	height: 3.4rem;
	border-radius: .5rem;
	overflow: hidden;
}
aside.head-aside .link-slider.swiper .prev-next-btn-wrap .swiper-button-prev::before, aside.head-aside .link-slider.swiper .prev-next-btn-wrap .swiper-button-next::before {
	content: "";
	width: 100%;
	height: 100%;
	background: var(--bdr_gray);
	position: absolute;
	top: 0;
	left: 0;
	opacity: .65;
}
aside.head-aside .link-slider.swiper .prev-next-btn-wrap .swiper-button-prev::after, aside.head-aside .link-slider.swiper .prev-next-btn-wrap .swiper-button-next::after {
	font-size: 1em;
	color: var(--c_white);
	position: relative;
	z-index: 1;
}
