@charset "UTF-8";
/*--------------- ▽ 変数設定 ▽ ---------------*/

/*--------------- △ 変数設定 △ ---------------*/
/*--------------- ▽ header ▽ ---------------*/
.header {
	background: url(../img/common/pat01.png);
}
.header h1 span {
	display: block;
}
.header-logo {
	display: block;
	width: fit-content;
}
.header-logo:hover {
	opacity: 0.7;
}
.header-inner {
	box-sizing: border-box;
	padding: 30px;
}
.header-info {
	width: fit-content;
	margin: 0 0 15px auto;
	gap: 30px;
}

/*-------------------
header-nav
--------------------*/
.header-nav {
	width: fit-content;
	margin: 0 0 0 auto;
}
.header-nav-list {
	justify-content: end;
}
.header-nav-item {
	position: relative;
	font-size: 1.8rem;
}
.header-nav-item::before {
	position: absolute;
	content: '';
	background: var(--col-gry);
	width: 1px;
	height: 20px;
	transform: rotate(18deg);
	bottom: 0;
	margin: auto;
	right: 0;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
}
.header-nav-item:last-child::before {
	content: none;
}
.header-nav-link {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 0 25px;
	font-weight: 600;
}
.header-nav-link:hover {
	color: var(--col-main);
}

/*-------------------
現在の表示ページ
--------------------*/
.header-nav-link.current {
	color: var(--col-main);
}

.drawer-link.current {
	color: var(--col-main);
}

/*--------------- △ header △ ---------------*/
/*--------------- ▽ footer ▽ ---------------*/
.side-line-bnr {
	position: fixed;
	right: 2.5%;
	bottom: 5%;
	z-index: 100;
}
.side-line-bnr:hover {
	opacity: 0.7;
	bottom: 5.5%;
}
.footer {
	position: relative;
	box-sizing: border-box;
	padding: 100px 0;
}
.footer-logo {
	display: block;
	width: fit-content;
	margin-bottom: 40px;
}
.footer-logo:hover {
	opacity: 0.7;
}
.footer-nav-wrap {
	gap: 20px;
}
.footer-nav-link {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 0 0 0 25px;
	line-height: 2;
	transition: all 0.3s ease;
	font-size: 1.8rem;
}
.footer-nav-link:hover {
	opacity: 0.7;
}
.footer-nav-link:hover:before {
	left: 5px;
}
.footer-nav-link::before {
	position: absolute;
	content: '';
	background: var(--col-gry);
	width: 8px;
	height: 1px;
	bottom: 0;
	left: 0;
	margin: auto;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
}
.footer #copyright {
	text-align: right;
	padding: 5px 0;
}
.footer #copyright small {
	color: var(--col-text);
	font-size: 12px;
}
.footer #copyright small a {
	color: var(--col-text);
}
.footer #copyright small a:hover {
	opacity: 0.7;
}

/*--------------- △ footer △ ---------------*/
/*--------------- ▽ 共通 ▽ ---------------*/
/*--------------- △ 共通 △ ---------------*/
/*--------------- ▽ top-page ▽ ---------------*/
.top-section {
	padding: 130px 0;
	box-sizing: border-box;
}

/*--------------- ▼ main-visual ▼ ---------------*/
.mv {
	position: relative;
	width: 100%;
	background: url(../img/common/pat01.png);
	box-sizing: border-box;
	padding: 30px 0;
}
.mv-catch {
	font-size: 6rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	font-size: clamp(2.5rem, 6rem, 3.1vw);
	position: relative;
	left: clamp(100px, 12vw, 240px);
	top: 90px;
	width: fit-content;
}
.mv-wrap {
	max-width: 1920px;
	margin: 0 auto;
	gap: 120px;
	box-sizing: border-box;
	padding: 0 100px;
}
.mv-link-btn {
	box-shadow: 0 0 12px rgba(var(--col-text-rgb), 0.1);
	position: absolute;
}
.mv-link-btn {
	background: var(--col-wh);
	text-align: center;
	box-sizing: border-box;
	padding: 25px 70px;
	width: fit-content;
	height: fit-content;
	transition: all 0.3s ease;
	font-weight: 600;
	font-size: clamp(2rem, 1.3vw, 2.5rem);
}
.mv-link-btn::before {
	position: absolute;
	content: '';
	background: url(../img/common/icon-link.svg) no-repeat;
	width: 25px;
	height: 25px;
	bottom: 0;
	margin: auto;
	right: 10px;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
}
.mv-link {
	position: relative;
	display: block;
	transition: all 0.3s ease;
	width: 47.5%;
}
.mv-link:hover .mv-link-btn {
	background: var(--col-main);
	color: var(--col-wh);
}
.mv-link:hover .mv-link-btn::before {
	right: 5px;
}
.mv-link:nth-of-type(1) {
	height: 340px;
	top: 170px;
}
.mv-link:nth-of-type(1) .mv-link-btn {
	margin: auto;
	right: 0;
	bottom: -15px;
}
.mv-link:nth-of-type(2) {
	height: 600px;
	top: clamp(-160px, -8vw, -120px);
}
.mv-link:nth-of-type(2) .mv-link-btn {
	top: auto;
	bottom: -15px;
	right: auto;
	left: 0;
}
.mv-link:nth-of-type(2) .mv-link-btn::before {
	position: absolute;
	content: '';
	background: url(../img/common/icon-arw.png) no-repeat;
	width: 35px;
	height: 11px;
	bottom: 0;
	margin: auto;
	right: 10px;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
	transform: rotate(90deg);
}
.mv-link-img {
	width: 100%;
	height: 100%;
}

/*--------------- ▲ main-visual ▲ ---------------*/
/*--------------- ▼ top ▼ ---------------*/
/*--------------------
top-news
---------------------*/
.top-news-left {
	width: 220px;
}
.top-news-right,
.top-news .no-post {
	width: 780px;
}

/*--------------------
top-lead
---------------------*/
.top-lead {
	padding: 0;
}
.top-lead-ttl {
	margin: 0 auto 100px;
}
.top-lead-img-list {
	gap: 30px;
}
.top-lead-img-item {
	border: 5px solid var(--col-wh);
	width: 250px;
}
.top-lead-img-item .item-img {
	aspect-ratio: 250/150;
	width: 100%;
	height: 100%;
}
.top-lead-box {
	position: relative;
	background: url(../img/common/pat02.png) repeat;
	box-sizing: border-box;
	padding: 160px 80px 80px;
	border-radius: 20px;
}
.top-lead-box::before {
	position: absolute;
	content: '';
	background: url(../img/common/illust01.png) no-repeat;
	width: 191px;
	height: 166px;
	margin: auto;
	right: -50px;
	top: 120px;
	background-size: contain;
	transition: all 0.3s ease;
}
.top-lead-img-list {
	position: absolute;
	transform: translateY(-30%);
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.top-lead-subttl {
	margin: 0 auto 40px;
	text-align: center;
}
.top-lead-info-wrap {
	gap: 40px;
}
.top-lead-info-item {
	width: 440px;
	min-height: 211px;
	box-sizing: border-box;
	padding: 30px;
	border-radius: 10px;
}
.top-lead-info-item .item-ttl {
	text-align: center;
	margin: 0 auto 20px;
}
.top-lead-info-item .item-ttl .ttl-sub {
	display: block;
	width: fit-content;
	box-sizing: border-box;
	padding: 5px 10px 2px;
	border-radius: 5px;
	margin: 0 auto 10px;
	font-size: 1.5rem;
	font-weight: 700;
}
.top-lead-info-item .item-ttl .ttl-main {
	text-align: center;
	margin: 0 auto;
	color: var(--col-wh);
	font-size: 2rem;
	font-weight: 700;
}
.top-lead-info-item.contact .item-ttl {
	box-sizing: border-box;
	padding: 0 0 12px 0;
	border-bottom: 1px solid var(--col-wh);
}

/*--------------------
top-about
---------------------*/
.top-about {
	overflow: hidden;
	padding: 130px 0 120px;
}
.top-about-ttl-wrap {
	position: relative;
	display: block;
	margin: 0 auto 170px;
}
.top-about-ttl-wrap::before {
	position: absolute;
	content: '';
	background: url(../img/common/illust02.png) no-repeat;
	width: 195px;
	height: 187px;
	left: -270px;
	margin: auto;
	top: -30px;
	background-size: contain;
	transition: all 0.3s ease;
}
.top-about-ttl-wrap .large {
	position: relative;
	display: block;
	color: var(--col-wh);
	font-size: 5rem;
	background: var(--col-main);
	font-weight: 700;
	margin-top: 10px;
	width: fit-content;
}
.top-about-ttl {
	top: 40px;
}
.top-about-ttl-img {
	aspect-ratio: 520/350;
	width: 520px;
	height: 350px;
	position: absolute;
	top: 0;
	right: -250px;
}
.top-about-text-wrap {
	width: 650px;
	margin: 0 0 0 auto;
}
.top-about-wrap {
	position: relative;
}
.top-about-wrap::before {
	position: absolute;
	content: '';
	background: url(../img/common/illust03.png) no-repeat;
	width: 276px;
	height: 224px;
	bottom: 0;
	margin: auto;
	right: -300px;
	background-size: contain;
	transition: all 0.3s ease;
}
.top-about-img {
	position: absolute;
	top: -50px;
	left: -300px;
	aspect-ratio: 650/500;
	width: 650px;
	height: 500px;
}

/*--------------------
top-beginner
---------------------*/
.top-beginner::before {
	background: url(../img/top/beginner-bg.jpg) no-repeat center top/cover;
}
.top-beginner-box::before {
	position: absolute;
	content: '';
	background: url(../img/common/illust04.png) no-repeat;
	width: 271px;
	height: 288px;
	margin: auto;
	right: 70px;
	top: -30px;
	background-size: contain;
	transition: all 0.3s ease;
}
.top-beginner-box::after {
	position: absolute;
	content: '';
	background: url(../img/common/illust05.png) no-repeat;
	width: 268px;
	height: 270px;
	margin: auto;
	top: 50px;
	left: -30px;
	background-size: contain;
	transition: all 0.3s ease;
}
.top-beginner-text {
	margin: 0 auto 60px;
	font-size: 1.6rem;
}
.top-beginner-movie-ttl {
	text-align: center;
	margin: 0 auto 30px;
}
.top-beginner-movie-ttl .ttl-sub {
	background: var(--col-gry-light);
	position: relative;
	display: block;
	font-size: 2.5rem;
	width: fit-content;
	font-weight: 700;
	margin: 0 auto 20px;
	box-sizing: border-box;
	padding: 6px 10px 2px;
}
.top-beginner-movie-ttl .ttl-main {
	font-size: 4rem;
	font-weight: 700;
}
.top-beginner-movie-wrap {
	padding-top: 56.25%;
	width: 100%;
	position: relative;
	margin: 0 auto 50px;
}
.top-beginner-movie-wrap video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
/*--------------------
top-trouble
---------------------*/
.top-trouble {
	overflow: hidden;
}
.top-trouble .inbox {
	position: relative;
}
.top-trouble-img {
	position: relative;
	width: fit-content;
}
.top-trouble-container {
	position: absolute;
	box-sizing: border-box;
	padding: 30px;
	border-radius: 20px;
	border: 1px solid var(--col-main);
	background: var(--col-main-light);
	width: fit-content;
	gap: 10px;
	min-height: 242px;
	z-index: 1;
}
.top-trouble-container:hover {
	opacity: 0.7;
}
.top-trouble-container-img {
	position: relative;
}
.top-trouble-container .container-btn {
	position: absolute;
	right: 20px;
	bottom: 10px;
	font-size: 1.4rem;
	z-index: 2;
}
.top-trouble-container .container-img {
	position: relative;
	aspect-ratio: 180/165;
	width: 35%;
	height: 100%;
}
.top-trouble-container .container-ttl {
	margin-bottom: 15px;
}
.top-trouble-container .container-ttl .ttl-main {
	position: relative;
	display: block;
	font-weight: 700;
	font-size: 2.5rem;
	margin-bottom: 6px;
}
.top-trouble-container .container-ttl .ttl-sub {
	color: var(--col-wh);
	background: var(--col-main);
	font-weight: 700;
	box-sizing: border-box;
	padding: 6px 10px;
	position: relative;
	display: block;
	font-size: 2rem;
	letter-spacing: 0;
}
.top-trouble-container .container-text-wrap {
	width: 65%;
}
.top-trouble-wrap {
	position: relative;
}
.top-trouble-wrap:nth-of-type(1) .top-trouble-img {
	margin: 40px auto 0 -200px;
}
.top-trouble-wrap:nth-of-type(1) .top-trouble-img::before {
	position: absolute;
	content: '';
	background: url(../img/common/icon-search.png) no-repeat;
	width: 92px;
	height: 92px;
	bottom: 30px;
	margin: auto;
	right: 80px;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
}
.top-trouble-wrap:nth-of-type(1) .top-trouble-img::after {
	position: absolute;
	content: '';
	background: url(../img/common/icon-search.png) no-repeat;
	width: 92px;
	height: 92px;
	bottom: 50px;
	margin: auto;
	right: 160px;
	background-size: contain;
	transition: all 0.3s ease;
}
.top-trouble-wrap:nth-of-type(1) .top-trouble-container:nth-of-type(1) {
	width: 570px;
	top: 0;
	right: 0;
}
.top-trouble-wrap:nth-of-type(1) .top-trouble-container:nth-of-type(1):hover {
	top: -10px;
}
.top-trouble-wrap:nth-of-type(1) .top-trouble-container:nth-of-type(1)::before {
	position: absolute;
	content: '';
	border-top: dotted 3px var(--col-main);
	width: 140px;
	height: 3px;
	bottom: 30px;
	left: -140px;
	margin: auto;
	background-size: contain;
	transition: all 0.3s ease;
	transform: rotate(-25deg);
}
.top-trouble-wrap:nth-of-type(1) .top-trouble-container:nth-of-type(2) {
	width: 610px;
	top: 270px;
	right: 50px;
}
.top-trouble-wrap:nth-of-type(1) .top-trouble-container:nth-of-type(2):hover {
	top: 260px;
}
.top-trouble-wrap:nth-of-type(1) .top-trouble-container:nth-of-type(2)::before {
	position: absolute;
	content: '';
	border-top: dotted 3px var(--col-main);
	width: 140px;
	height: 3px;
	top: 140px;
	left: -140px;
	margin: auto;
	background-size: contain;
	transition: all 0.3s ease;
	transform: rotate(20deg);
}
.top-trouble-wrap:nth-of-type(2) .top-trouble-container {
	width: 610px;
	top: 120px;
}
.top-trouble-wrap:nth-of-type(2) .top-trouble-container:hover {
	top: 110px;
}
.top-trouble-wrap:nth-of-type(2) .top-trouble-container::before {
	position: absolute;
	content: '';
	border-top: dotted 3px var(--col-main);
	width: 200px;
	height: 3px;
	top: 200px;
	right: -200px;
	margin: auto;
	background-size: contain;
	transition: all 0.3s ease;
	transform: rotate(20deg);
}
.top-trouble-wrap:nth-of-type(2) .top-trouble-img {
	margin: 0 -200px 0 auto;
}
.top-trouble-wrap:nth-of-type(2) .top-trouble-img::before {
	position: absolute;
	content: '';
	background: url(../img/common/icon-search.png) no-repeat;
	width: 92px;
	height: 92px;
	bottom: 80px;
	margin: auto;
	left: 150px;
	background-size: contain;
	transition: all 0.3s ease;
}

/*--------------------
top-works
---------------------*/
.top-works-list {
	gap: 60px;
}
.top-works-item {
	position: relative;
	width: 510px;
	height: fit-content;
}
.top-works-item .item-link {
	display: block;
	padding-bottom: 50px;
}
.top-works-item .item-img {
	aspect-ratio: 510/400;
	width: 510px;
	height: 400px;
}
.top-works-item .item-ttl {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	font-size: 3.5rem;
	font-weight: 700;
	z-index: 2;
	background: var(--col-main);
	color: var(--col-wh);
	width: fit-content;
	height: fit-content;
	box-sizing: border-box;
	padding: 4px 20px;
}
.top-works-item .item-btn {
	position: absolute;
	bottom: 0;
	right: 0;
}
.top-works-item:nth-child(even) {
	margin-top: 60px;
}

/*--------------------
top-other
---------------------*/
.top-other {
	max-width: 1920px;
	position: relative;
	margin: 0 auto;
}
.top-other::before {
	position: absolute;
	content: '';
	background: var(--col-main-light);
	width: 1620px;
	height: 100%;
	bottom: 0;
	left: 0;
	margin: auto;
	background-size: contain;
	transition: all 0.3s ease;
	z-index: -1;
}
.top-other-ttl {
	text-align: center;
}
.top-other-ttl::before {
	position: absolute;
	content: '';
	background: url(../img/common/illust06.png) no-repeat;
	width: 308px;
	height: 272px;
	margin: auto;
	right: -60px;
	top: -150px;
	background-size: contain;
	transition: all 0.3s ease;
}
.top-other-ttl::after {
	position: absolute;
	content: '';
	background: url(../img/common/illust07.png) no-repeat;
	width: 141px;
	height: 272px;
	left: -80px;
	margin: auto;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
}
.top-other-ttl .ttl-main {
	display: block;
	background: var(--col-main);
	color: var(--col-wh);
	width: fit-content;
	box-sizing: border-box;
	padding: 0px 10px;
	font-size: 5rem;
	font-weight: 700;
	margin: 0 auto 25px;
}
.top-other-ttl .ttl-sub {
	display: block;
	font-size: 3.5rem;
	font-weight: 700;
}
.top-other-text {
	margin-bottom: 50px;
}
.top-other-wrap {
	position: relative;
}
.top-other-img {
	aspect-ratio: 650/550;
	width: 650px;
	height: 550px;
	position: absolute;
	top: 0;
	right: -280px;
}

/*--------------------

---------------------*/
/*--------------- ▲ top ▲ ---------------*/
/*--------------- ▽ sub-page ▽ ---------------*/
.sub-section {
	position: relative;
	padding: 130px 0;
	box-sizing: border-box;
}

/*--------------- ▼ sub-visual ▼ ---------------*/
.sv {
	position: relative;
	width: 100%;
	height: 400px;
	background: url(../img/common/pat01.png);
	box-sizing: border-box;
	padding: 0 0 30px;
}
.sv-wrap {
	width: 95%;
	height: 100%;
	margin: 0 auto;
}
.sv-ttl {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
	background: var(--col-wh);
	width: fit-content;
	height: fit-content;
	box-sizing: border-box;
	padding: 14px 50px 8px;
	font-weight: 700;
	font-size: 4rem;
}
.sv-ttl::before {
	position: absolute;
	content: '';
	background: var(--col-main);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	bottom: 0;
	margin: auto;
	right: 20px;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
}
.sv-ttl::after {
	position: absolute;
	content: '';
	background: var(--col-main);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	bottom: 0;
	margin: auto;
	left: 20px;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
}

/*---------------------
各ページの画像設定
-----------------------*/
.sv-guide .sv-wrap {
	background: url(../img/sv/sv-guide-img.jpg) no-repeat center center/cover;
}

.sv-industry .sv-wrap {
	background: url(../img/sv/sv-industry-bg.jpg) no-repeat center center/cover;
}

.sv-landscaping .sv-wrap {
	background: url(../img/sv/sv-landscaping-bg.jpg) no-repeat center center/cover;
}

.sv-maintenance .sv-wrap {
	background: url(../img/sv/sv-maintenance-bg.jpg) no-repeat center center/cover;
}

.sv-news .sv-wrap {
	background: url(../img/sv/sv-news-bg.jpg) no-repeat center center/cover;
}

.sv-contact .sv-wrap {
	background: url(../img/sv/sv-contact-bg.jpg) no-repeat center center/cover;
}

.sv-complete .sv-wrap {
	background: url(../img/sv/sv-complete-bg.jpg) no-repeat center center/cover;
}

.sv-privacy .sv-wrap {
	background: url(../img/sv/sv-privacy-bg.jpg) no-repeat center center/cover;
}

.sv-site .sv-wrap {
	background: url(../img/sv/sv-site-bg.jpg) no-repeat center center/cover;
}

.sv-notfound .sv-wrap {
	background: url(../img/sv/sv-notfound-bg.jpg) no-repeat center center/cover;
}

/*--------------- ▼ 下層共通タイトル ▼ ---------------*/
/*--------------- ▲ 下層共通タイトル ▲ ---------------*/
/*--------------- ▼ ぱんくず ▼ ---------------*/
#bread-clumb {
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 10px 0;
	z-index: 1;
	min-width: 1280px;
}
#bread-clumb ul {
	display: flex;
	overflow: hidden;
	white-space: nowrap;
}
#bread-clumb li {
	position: relative;
	color: var(--col-text);
	font-size: 14px;
	float: left;
	margin-right: 20px;
}
#bread-clumb li:after {
	content: '>';
	position: absolute;
	display: block;
	right: -15px;
	top: 0;
}
#bread-clumb li:last-child {
	margin-right: 0;
}
#bread-clumb li:last-child:after {
	display: none;
}
#bread-clumb li a {
	color: var(--col-text);
	border-bottom: 1px solid;
	display: block;
}
#bread-clumb li a:hover {
	opacity: 0.7;
}

/*--------------- ▲ ぱんくず ▲ ---------------*/
/*--------------- ▼ sub02_guide ▼ ---------------*/
/*-----------------------
guide-concept
-------------------------*/
.guide-concept {
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 200px 0;
}
.guide-concept::before {
	position: absolute;
	content: '';
	background: var(--col-main-light);
	width: 1520px;
	height: 75%;
	bottom: 0;
	left: 0;
	margin: auto;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
	z-index: -1;
}
.guide-concept-ttl {
	width: fit-content;
}
.guide-concept-ttl::before {
	position: absolute;
	content: '';
	background: url(../img/common/illust08.png) no-repeat;
	width: 171px;
	height: 225px;
	margin: auto;
	right: -200px;
	top: -100px;
	background-size: contain;
	transition: all 0.3s ease;
}
.guide-concept-ttl::after {
	position: absolute;
	content: '';
	background: url(../img/common/illust09.png) no-repeat;
	width: 101px;
	height: 111px;
	bottom: -80px;
	left: -140px;
	margin: auto;
	background-size: contain;
	transition: all 0.3s ease;
}
.guide-concept-wrap {
	position: relative;
}
.guide-concept-img {
	aspect-ratio: 520/350;
	width: 520px;
	height: 350px;
	position: absolute;
	top: 50px;
	right: -250px;
}

/*-----------------------
guide-features
-------------------------*/
.guide-features {
	background: url(../img/common/bg-leaf.png) no-repeat top 350px center, var(--col-base);
}
.guide-features-ttl::before {
	position: absolute;
	content: '';
	background: url(../img/common/illust10.png) no-repeat;
	width: 326px;
	height: 140px;
	margin: auto;
	right: 0;
	top: -180px;
	background-size: contain;
	transition: all 0.3s ease;
}
.guide-features-list {
	counter-reset: number 0;
}
.guide-features-item {
	position: relative;
	margin: 0 auto 50px;
	padding: 40px;
}
.guide-features-item .item-text-wrap {
	width: 710px;
}
.guide-features-item .item-img {
	aspect-ratio: 250/240;
	width: 250px;
	height: 240px;
}

/*-----------------------
guide-area
-------------------------*/
.guide-area {
	padding: 60px 0;
}
.guide-area .inbox {
	position: relative;
}
.guide-area .inbox::before {
	position: absolute;
	content: '';
	background: url(../img/common/illust11.png) no-repeat;
	width: 173px;
	height: 192px;
	bottom: -20px;
	left: -240px;
	margin: auto;
	background-size: contain;
	transition: all 0.3s ease;
}
.guide-area-text .large {
	font-weight: 600;
	font-size: 1.8rem;
}

/*-----------------------
guide-flow
-------------------------*/
.guide-flow-box {
	background: url(../img/common/pat05.png) repeat;
	box-sizing: border-box;
	padding: 100px 0 60px;
	width: 88%;
	margin: 0 auto;
}
.guide-flow-list {
	gap: 60px;
}
.guide-flow-item {
	width: 300px;
	box-sizing: border-box;
	padding: 90px 15px 30px;
	background: var(--col-wh);
	border-radius: 10px;
	position: relative;
	min-height: 225px;
}
.guide-flow-item::before {
	position: absolute;
	content: '';
	background: var(--col-sub);
	width: 16px;
	height: 25px;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	bottom: 0;
	margin: auto;
	right: -35px;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
}
.guide-flow-item:last-child::before,
.guide-flow-item:nth-child(3)::before {
	content: none;
}
.guide-flow-item .item-step {
	position: absolute;
	margin: 0 auto;
	top: 0;
	left: 0;
	right: 0;
	transform: translateY(-30%);
	width: fit-content;
	display: block;
}
.guide-flow-item .item-step .icon {
	display: block;
	margin: 0 auto 10px;
}
.guide-flow-item .item-step .num {
	display: block;
	text-align: center;
	color: var(--col-main);
	font-size: 2rem;
	font-weight: 700;
}
.guide-flow-item .item-step .num .large {
	font-size: 2.5rem;
}
.guide-flow-item .item-text {
	text-align: center;
	font-size: 3rem;
	font-weight: 700;
	margin-top: 20px;
}

/*--------------- ▲ sub02_guide ▲ ---------------*/
/*--------------- ▼ sub03_landscaping ▼ ---------------*/
/*-----------------------
共通スタイル
-------------------------*/
.com-recommend .inbox {
	position: relative;
}
.com-recommend .inbox::before {
	position: absolute;
	content: '';
	background: url(../img/common/illust12.png) no-repeat;
	width: 201px;
	height: 183px;
	margin: auto;
	right: 40px;
	top: -120px;
	background-size: contain;
	transition: all 0.3s ease;
}

.com-service .inbox {
	position: relative;
}
.com-service .inbox::before {
	position: absolute;
	content: '';
	background: url(../img/common/illust08.png) no-repeat;
	width: 171px;
	height: 225px;
	transform: scale(-1, 1);
	left: 0;
	margin: auto;
	top: -170px;
	background-size: contain;
	transition: all 0.3s ease;
}
.com-service-item {
	margin: 0 auto 50px;
}
.com-service-item .large {
	background: var(--col-main-light);
	color: var(--col-main);
	text-align: center;
	position: relative;
	display: block;
	margin: 0 auto 20px;
	width: fit-content;
	font-weight: 600;
	box-sizing: border-box;
	padding: 2px 10px;
}
.com-service-item .item-ttl {
	font-size: 3rem;
}
.com-service-item .item-text {
	margin: 0 auto 30px;
}

/*-----------------------
com-after-imgs
-------------------------*/
.com-after-imgs {
	gap: 60px;
	position: relative;
}
.com-after-imgs::after {
	position: absolute;
	content: '';
	background: var(--col-text);
	width: 20px;
	height: 35px;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	bottom: 0;
	margin: auto;
	right: 0;
	left: 0;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
}
.com-after-imgs .item-img {
	position: relative;
	aspect-ratio: 300/200;
	background: url(../img/common/noimg.jpg) no-repeat center center/cover;
	width: 300px;
	height: 200px;
}
.com-after-imgs .item-img.before::before {
	position: absolute;
	content: 'Before';
	color: var(--col-wh);
	background: var(--col-main);
	box-sizing: border-box;
	padding: 3px 10px;
	width: fit-content;
	height: fit-content;
	left: 0;
	margin: auto;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
	z-index: 2;
}
.com-after-imgs .item-img.after::after {
	position: absolute;
	content: 'After';
	color: var(--col-wh);
	background: var(--col-sub);
	box-sizing: border-box;
	padding: 3px 10px;
	width: fit-content;
	height: fit-content;
	left: 0;
	margin: auto;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
}

/*-----------------------
com-feature
-------------------------*/
.com-feature-box {
	padding: 80px 100px;
}
.com-feature-item {
	margin: 0 auto 30px;
}
.com-feature-item:last-child {
	margin: 0 auto;
}
.com-feature-item .item-ttl {
	margin: 0 auto;
}
.com-feature-item .item-textbox {
	box-sizing: border-box;
	padding: 20px;
}

/*-----------------------
com-price
-------------------------*/
.com-price {
	padding: 0 0 120px;
	margin: 0 auto;
}
.com-price-text {
	margin: 0 auto 50px;
}
.com-price-item {
	position: relative;
	margin: 0 auto 50px;
	background: var(--col-base);
	width: 88%;
	min-width: 1280px;
	box-sizing: border-box;
	padding: 60px 0;
}
.com-price-item .item-table {
	margin-bottom: 40px;
}
.com-price-item .item-img {
	aspect-ratio: 1080/300;
	width: 100%;
	height: 300px;
	margin: 0 auto 30px;
}

/*-----------------------
landscaping-feature
-------------------------*/
.landscaping-feature::before {
	background: url(../img/landscaping/feature-bg.jpg) no-repeat;
}

/*--------------- ▲ sub03_landscaping ▲ ---------------*/
/*--------------- ▼ sub04_maintenance ▼ ---------------*/
/*-----------------------
maintenance-service
-------------------------*/
.maintenance-service .inbox::before {
	position: absolute;
	content: '';
	background: url(../img/common/illust15.png) no-repeat;
	width: 197px;
	height: 132px;
	left: -50px;
	margin: auto;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
}

/*-----------------------
maintenance-feature
-------------------------*/
.maintenance-feature::before {
	background: url(../img/maintenance/feature-bg.jpg) no-repeat;
}

/*--------------- ▲ sub04_maintenance ▲ ---------------*/
/*--------------- ▼ sub05_industry ▼ ---------------*/
/*-----------------------
industry-project
-------------------------*/
.industry-project-box {
	background: var(--col-main-light);
	width: 88%;
	margin: 0 auto;
	min-width: 1280px;
	box-sizing: border-box;
	padding: 100px 0;
}
.industry-project-ttl::before {
	position: absolute;
	content: '';
	background: url(../img/common/illust01.png) no-repeat;
	width: 191px;
	height: 166px;
	margin: auto;
	right: 0;
	top: -120px;
	background-size: contain;
	transition: all 0.3s ease;
}
.industry-project-img {
	aspect-ratio: 520/250;
	width: 520px;
	height: 250px;
	margin: 0 auto 60px;
}
.industry-project .inbox {
	position: relative;
}
.industry-project .inbox::before {
	position: absolute;
	content: '';
	background: url(../img/common/illust14.png) no-repeat;
	width: 98px;
	height: 122px;
	margin: auto;
	left: -50px;
	right: auto;
	top: 350px;
	background-size: contain;
	transition: all 0.3s ease;
}
.industry-project .inbox::after {
	position: absolute;
	content: '';
	background: url(../img/common/illust14.png) no-repeat;
	width: 98px;
	height: 122px;
	margin: auto;
	right: 0;
	top: 550px;
	background-size: contain;
	transition: all 0.3s ease;
	transform: scale(-1, 1);
}
.industry-project-ttl .ttl-ja {
	font-size: 4rem;
}
.industry-project-text {
	margin: 0 auto 70px;
}
.industry-project-about-ttl {
	margin: 0 auto 50px;
	text-align: center;
	font-size: 3rem;
	font-weight: 700;
}
.industry-project-about-list {
	gap: 30px;
}
.industry-project-about-item {
	padding: 18px;
	width: 340px;
}
.industry-project-about-item .item-ttl {
	font-size: 2rem;
	margin: 0 auto 20px;
}

/*-----------------------
industry-point
-------------------------*/
.industry-point::before {
	background: url(../img/industry/point-bg.jpg) no-repeat center center/cover;
}
.industry-point .com-feature-item:last-child {
	padding: 40px;
}
.industry-point .com-feature-item:last-child::before {
	position: absolute;
	content: '';
	background: url(../img/common/illust04.png) no-repeat;
	width: 271px;
	height: 288px;
	bottom: 80px;
	margin: auto;
	right: -100px;
	background-size: contain;
	transition: all 0.3s ease;
}
.industry-point .com-feature-item:last-child .item-ttl {
	font-size: 2rem;
	width: fit-content;
	margin: 0 auto 30px;
}

/*-----------------------
industry-about
-------------------------*/
.industry-about {
	padding: 0;
}
.industry-about-box {
	background: var(--col-main-light);
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 50px 0;
}
.industry-about-wrap {
	gap: 40px;
}
.industry-about-note {
	width: 520px;
}
.industry-about-note-list .item {
	font-size: 2rem;
	font-weight: 500;
}
.industry-about-note-textbox {
	background: var(--col-wh);
	height: 186px;
}
.industry-about-note-text {
	font-size: 1.8rem;
	display: block;
	text-align: center;
	line-height: 2.1;
}
.industry-about-note-text .small {
	font-size: 1.5rem;
}
/*-----------------------
industry-vision
-------------------------*/
.industry-vision-img {
	aspect-ratio: 450/300;
	width: 450px;
	height: 300px;
}
.industry-vision-wrap {
	position: relative;
}
.industry-vision-wrap::before {
	position: absolute;
	content: '';
	background: url(../img/common/illust02.png) no-repeat;
	width: 195px;
	height: 187px;
	bottom: 0;
	left: -250px;
	margin: auto;
	background-size: contain;
	transition: all 0.3s ease;
}

/*--------------- ▲ sub05_industry ▲ ---------------*/
/*--------------- ▼ お知らせ ▼ ---------------*/
.post-wrp .tag-change {
	margin-bottom: 50px;
}
.post-wrp .tag-change li {
	text-align: center;
	width: 19%;
	margin: 2% 1% 0 0;
}
.post-wrp .tag-change li a {
	border: solid 1px --col-main;
	padding: 10px 0;
	display: block;
	color: var(--col-main);
	background: var(--col-base);
}
.post-wrp .tag-change .current a {
	background: var(--col-main);
}
.post-wrp .tag-change .current a span {
	color: var(--col-base);
}

/*タグ一覧
-------------------------------*/
.tag-select-box {
	position: relative;
	width: 40%;
	margin: 0 0 20px auto;
	max-width: 230px;
}
.tag-select-box:before {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid var(--col-text);
	pointer-events: none;
}
.tag-select-box #tag-select {
	width: 100%;
	padding: 5% 20% 5% 5%;
	box-sizing: border-box;
	font-size: 1.2rem;
	margin-left: auto;
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	border: none;
	border-bottom: 2px solid var(--col-text);
	cursor: pointer;
	border-radius: 0;
	background: none;
	color: var(--col-text);
	font-weight: 700;
	-webkit-appearance: none;
	appearance: none;
}
.tag-select-box #tag-select option {
	padding: 10px;
	box-sizing: border-box;
	cursor: pointer;
	box-sizing: border-box;
}

.post-wrp .tag-change {
	margin-bottom: 50px;
}
.post-wrp .tag-change li {
	text-align: center;
	margin: 10px 10px 0 0;
	min-width: 190px;
	display: inline-block;
	vertical-align: middle;
}
.post-wrp .tag-change li a {
	border: solid 1px var(--col-main);
	color: var(--col-main);
	background: var(--col-base);
	padding: 10px 15px;
	display: block;
}
.post-wrp .tag-change .current a {
	background: var(--col-main);
}
.post-wrp .tag-change .current a span {
	color: var(--col-base);
}

/*詳細
-------------------------------*/
.s-post .news-tag {
	margin-bottom: 20px;
}

.s-post time {
	margin-bottom: 10px;
}

.s-time-tag {
	margin-bottom: 20px;
}

.sb-post-body {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid;
	line-height: 2;
}

/*--------------- ▲ お知らせ ▲ ---------------*/
