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

/*--------------- △ 変数設定 △ ---------------*/
/*--------------- ▽ header ▽ ---------------*/
.header {
	background: url(../img/common/pat01.png);
}
.header h1 span {
	display: block;
}
.header-logo {
	display: block;
	width: 160px;
}
.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-item {
	position: relative;
}
.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 20px;
	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;
}

.footer {
	position: relative;
	box-sizing: border-box;
	padding: 15% 0;
}
.footer-left {
	width: 100%;
}
.footer-logo {
	display: block;
	width: 200px;
	margin: 0 auto 7%;
}
.footer-logo:hover {
	opacity: 0.7;
}
.footer-nav-link {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 0 0 0 25px;
	line-height: 2;
}
.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-left {
	margin: 0 auto;
}
.footer #copyright {
	text-align: center;
	padding: 5px 0;
	margin: 5% auto 0;
}
.footer #copyright small {
	color: var(--col-text);
	font-size: 1rem;
}
.footer #copyright small a {
	color: var(--col-text);
}
.footer #copyright small a:hover {
	opacity: 0.7;
}

/*--------------- △ footer △ ---------------*/
/*--------------- ▽ top-page ▽ ---------------*/
/*--------------- ▼ main-visual ▼ ---------------*/
.mv {
	position: relative;
	width: 100%;
	background: url(../img/common/pat01.png);
	box-sizing: border-box;
	padding: 0 15px;
}
.mv-catch {
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	position: relative;
	text-align: center;
	margin: 0 auto 6%;
}
.mv-wrap {
	margin: 0 auto;
	gap: 20px;
	box-sizing: border-box;
	flex-wrap: wrap;
	width: 100%;
}
.mv-link-btn {
	background: var(--col-wh);
	text-align: center;
	box-sizing: border-box;
	padding: 15px 20px;
	width: 90%;
	height: fit-content;
	transition: all 0.3s ease;
	font-weight: 600;
	font-size: 1.7rem;
	letter-spacing: 0;
	box-shadow: 0 0 12px rgba(var(--col-text-rgb), 0.1);
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.mv-link-btn::before {
	position: absolute;
	content: '';
	background: url(../img/common/icon-link.svg) no-repeat;
	width: 15px;
	height: 15px;
	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: 100%;
	height: 200px;
}
.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(2) .mv-link-btn::before {
    position: absolute;
  content: "";
  background: url(../img/common/icon-arw.png) no-repeat;
  width: 20px;
  height: 7px;
  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-section {
	padding: 17% 0;
}

/*--------------------
top-news
---------------------*/
.top-news-wrap {
	display: block;
}
.top-news-btn {
	margin: 10% auto 0;
}

/*--------------------
top-lead
---------------------*/
.top-lead {
	padding: 0 0 17%;
}
.top-lead-ttl {
	margin: 0 auto 100px;
}
.top-lead-img-list {
	gap: 20px 5%;
	flex-wrap: wrap;
}
.top-lead-img-item {
	border: 5px solid var(--col-wh);
	width: 47.5%;
	max-width: 180px;
}
.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: 180px 5% 7%;
	border-radius: 20px;
}
.top-lead-box::before {
	position: absolute;
	content: '';
	background: url(../img/common/illust01.png) no-repeat;
	width: 70px;
	height: 70px;
	margin: auto;
	right: -20px;
	top: 80px;
	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;
	width: 90%;
}
.top-lead-subttl {
	margin: 0 auto 10%;
	text-align: center;
}
.top-lead-info-wrap {
	gap: 30px;
}
.top-lead-info-item {
	width: 100%;
	box-sizing: border-box;
	padding: 6%;
	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: 0 0 17%;
}
.top-about-ttl-wrap {
	position: relative;
	display: block;
	margin: 0 auto 12%;
}
.top-about-ttl-wrap::before {
	position: absolute;
	content: '';
	background: url(../img/common/illust02.png) no-repeat;
	width: 60px;
	height: 70px;
	right: -20px;
	margin: auto;
	top: 0px;
	background-size: contain;
	transition: all 0.3s ease;
}
.top-about-ttl-wrap .large {
	position: relative;
	display: block;
	color: var(--col-wh);
	font-size: 2.5rem;
	background: var(--col-main);
	font-weight: 700;
	margin-top: 10px;
	width: fit-content;
}
.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: 90px;
	height: 80px;
	bottom: -30px;
	margin: auto;
	right: -10px;
	background-size: contain;
	transition: all 0.3s ease;
}
.top-about-sp-imgs {
	gap: 20px 5%;
}
.top-about-sp-imgs .img {
	aspect-ratio: 1/1;
	width: 47.5%;
	height: 100%;
}

/*--------------------
top-beginner
---------------------*/
.top-beginner::before {
	background: url(../img/top/beginner-bg.jpg) no-repeat center top/cover;
}
.top-beginner-box {
	padding: 100px 5% 6%;
}
.top-beginner-box::before {
	position: absolute;
	content: '';
	background: url(../img/common/illust04.png) no-repeat;
	width: 90px;
	height: 90px;
	margin: auto;
	right: 0;
	top: -10px;
	background-size: contain;
	transition: all 0.3s ease;
}
.top-beginner-box::after {
	position: absolute;
	content: '';
	background: url(../img/common/illust05.png) no-repeat;
	width: 90px;
	height: 80px;
	margin: auto;
	top: 10px;
	left: 10px;
	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 6%;
}
.top-beginner-movie-ttl .ttl-sub {
	background: var(--col-gry-light);
	position: relative;
	display: block;
	font-size: 2rem;
	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: 2rem;
	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-wrap {
	flex-wrap: wrap;
	width: 100%;
	gap: 30px;
}
.top-trouble-container-wrap{
  width: 100%;
}
.top-trouble-img {
	position: relative;
	width: fit-content;
}
.top-trouble-container {
	position: relative;
	box-sizing: border-box;
	padding: 6% 6% 50px;
	border-radius: 20px;
	border: 1px solid var(--col-main);
	background: var(--col-main-light);
	width: 100%;
	display: block;
	z-index: 1;
	margin: 0 auto 7%;
}
.top-trouble-container:last-of-type {
	margin: 0 auto;
}
.top-trouble-container:hover {
	opacity: 0.7;
}
.top-trouble-container-img {
	position: relative;
}
.top-trouble-container .container-list {
	margin: 0 auto 7%;
}
.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: 2/1;
	width: 100%;
	height: fit-content;
}
.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 12px;
	position: relative;
	display: block;
}
.top-trouble-container .container-text-wrap {
	width: 100%;
}

.top-trouble-wrap:nth-of-type(1) .top-trouble-img::before {
  position: absolute;
  content: "";
  background: url(../img/common/icon-search.png) no-repeat;
  width: 40px;
  height: 40px;
  bottom: 5vw;
  margin: auto;
  right: 5vw;
  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: 40px;
  height: 40px;
  bottom: 2vw;
  margin: auto;
  right: 20vw;
  background-size: contain;
  transition: all 0.3s ease;
}

.top-trouble-wrap:nth-of-type(2) .top-trouble-img::before {
  position: absolute;
  content: "";
  background: url(../img/common/icon-search.png) no-repeat;
  width: 40px;
  height: 40px;
  bottom: 12vw;
  margin: auto;
  left: 30vw;
  background-size: contain;
  transition: all 0.3s ease;
}
/*--------------------
top-works
---------------------*/
.top-works-list {
	gap: 30px 5%;
}
.top-works-item {
	position: relative;
	width: 47.5%;
	height: fit-content;
}
.top-works-item .item-link {
	display: block;
	padding-bottom: 30px;
}
.top-works-item .item-img {
	aspect-ratio: 510/400;
	width: 100%;
	height: fit-content;
}
.top-works-item .item-ttl {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	font-size: 1.5rem;
	font-weight: 700;
	z-index: 2;
	background: var(--col-main);
	color: var(--col-wh);
	width: 95%;
	height: fit-content;
	box-sizing: border-box;
	padding: 4px 10px;
	text-align: center;
}
.top-works-item .item-btn {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 1.3rem;
}
.top-works-item:nth-child(even) {
	margin-top: 60px;
}

/*--------------------
top-other
---------------------*/
.top-other {
	max-width: 1920px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
.top-other::before {
	position: absolute;
	content: '';
	background: var(--col-main-light);
	width: 90%;
	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: 140px;
	height: 90px;
	margin: auto;
	right: -60px;
	top: -50px;
	background-size: contain;
	transition: all 0.3s ease;
}
.top-other-ttl::after {
	position: absolute;
	content: '';
	background: url(../img/common/illust07.png) no-repeat;
	width: 60px;
	height: 80px;
	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: 2.4rem;
	font-weight: 700;
	margin: 0 auto 25px;
}
.top-other-ttl .ttl-sub {
	display: block;
	font-size: 2rem;
	font-weight: 700;
}
.top-other-text {
	margin-bottom: 10%;
}
.top-other-text-wrap {
	margin: 0 auto 10%;
}
.top-other-wrap {
	position: relative;
	display: block;
}
.top-other-img {
	aspect-ratio: 650/550;
	width: 100%;
	height: fit-content;
}

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

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

/*--------------- ▼ sub-visual ▼ ---------------*/
.sv {
	position: relative;
	width: 100%;
	height: 170px;
	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: 12px 30px 10px;
	font-weight: 700;
	font-size: 1.9rem;
	letter-spacing: 0.02em;
}
.sv-ttl::before {
	position: absolute;
	content: '';
	background: var(--col-main);
	width: 6px;
	height: 6px;
	border-radius: 50%;
	bottom: 0;
	margin: auto;
	right: 10px;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
}
.sv-ttl::after {
	position: absolute;
	content: '';
	background: var(--col-main);
	width: 6px;
	height: 6px;
	border-radius: 50%;
	bottom: 0;
	margin: auto;
	left: 10px;
	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 left/cover;
}

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

/*--------------- ▼ ぱんくず ▼ ---------------*/
#bread-clumb {
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 2% 0;
	z-index: 100;
	line-height: 1;
}
#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: 22% 0;
}
.guide-concept::before {
	position: absolute;
	content: '';
	background: var(--col-main-light);
	width: 80%;
	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: 60px;
	height: 90px;
	margin: auto;
	right: -70px;
	top: -10px;
	background-size: contain;
	transition: all 0.3s ease;
}
.guide-concept-ttl::after {
	position: absolute;
	content: '';
	background: url(../img/common/illust09.png) no-repeat;
	width: 50px;
	height: 50px;
	top: -80px;
	left: 0px;
	margin: auto;
	background-size: contain;
	transition: all 0.3s ease;
}
.guide-concept-wrap {
	position: relative;
}
.guide-concept-img {
	aspect-ratio: 520/350;
	width: 100%;
	height: fit;
}
.guide-concept-text-wrap {
	margin: 0 auto 10%;
}

/*-----------------------
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: 120px;
	height: 70px;
	margin: auto;
	right: 0;
	top: -80px;
	background-size: contain;
	transition: all 0.3s ease;
}
.guide-features-list {
	counter-reset: number 0;
}
.guide-features-item {
	position: relative;
	margin: 0 auto 10%;
	padding: 7% 5%;
}
.guide-features-item .item-wrap {
	display: block;
}
.guide-features-item .item-text-wrap {
	width: 100%;
}
.guide-features-item .item-img {
	aspect-ratio: 2/1;
	width: 100%;
	height: fit-content;
	margin: 0 auto 7%;
}

/*-----------------------
guide-area
-------------------------*/
.guide-area {
	padding: 12% 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-wrap {
	display: block;
}
.guide-area-text .large {
	font-weight: 600;
	font-size: 1.8rem;
}
.guide-area-text-wrap {
	margin: 0 auto 6%;
}

/*-----------------------
guide-flow
-------------------------*/
.guide-flow-box {
	background: url(../img/common/pat05.png) repeat;
	box-sizing: border-box;
	padding: 70px 5%;
	width: 88%;
	margin: 0 auto;
}
.guide-flow-list {
	gap: 30px;
}
.guide-flow-item {
	width: 100%;
	box-sizing: border-box;
	padding: 6%;
	background: var(--col-wh);
	border-radius: 10px;
	position: relative;
}
.guide-flow-item::before {
	position: absolute;
	content: '';
	background: var(--col-sub);
	width: 25px;
	height: 15px;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	bottom: -25px;
	margin: auto;
	right: 0;
	left: 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 {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.guide-flow-item .item-step .icon {
	display: block;
	width: 40px;
}
.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: 2rem;
	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: 80px;
	height: 70px;
	margin: auto;
	right: -10px;
	top: -70px;
	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: 70px;
	height: 100px;
	transform: scale(-1, 1);
	left: 0;
	margin: auto;
	top: -140px;
	background-size: contain;
	transition: all 0.3s ease;
}
.com-service-item {
	margin: 0 auto 10%;
}
.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;
	line-height: 1.7;
}
.com-service-item .item-ttl {
	font-size: 2rem;
}
.com-service-item .item-text {
	margin: 0 auto 30px;
}

/*-----------------------
com-after-imgs
-------------------------*/
.com-after-imgs {
	gap: 40px;
	position: relative;
	flex-wrap: wrap;
}
.com-after-imgs::after {
	position: absolute;
	content: '';
	background: var(--col-text);
	width: 20px;
	height: 15px;
	bottom: 0;
	top: 0;
	margin: auto;
	right: 0;
	left: 0;
	background-size: contain;
	transition: all 0.3s ease;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.com-after-imgs .item-img {
	position: relative;
	aspect-ratio: 300/200;
	background: url(../img/common/noimg.jpg) no-repeat center center/cover;
	width: 100%;
	height: fit-content;
}
.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-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 17%;
}
.com-price-text {
	margin: 0 auto 10%;
}
.com-price-item {
	position: relative;
	margin: 0 auto 10%;
	background: var(--col-base);
	width: 90;
	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: 70px;
	height: 60px;
	left: -20px;
	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: 90%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 17% 0;
}
.industry-project-ttl::before {
	position: absolute;
	content: '';
	background: url(../img/common/illust01.png) no-repeat;
	width: 80px;
	height: 70px;
	margin: auto;
	right: 0;
	top: -50px;
	background-size: contain;
	transition: all 0.3s ease;
}
.industry-project-img {
	aspect-ratio: 520/250;
	width: 100%;
	height: fit-content;
	margin: 0 auto 10%;
}
.industry-project .inbox {
	position: relative;
}
.industry-project .inbox::before {
	position: absolute;
	content: '';
	background: url(../img/common/illust14.png) no-repeat;
	width: 50px;
	height: 60px;
	margin: auto;
	left: -20px;
	right: auto;
	top: -50px;
	background-size: contain;
	transition: all 0.3s ease;
}
.industry-project-ttl .ttl-ja {
	font-size: 2rem;
}
.industry-project-text {
	margin: 0 auto 10%;
}
.industry-project-about-ttl {
	margin: 0 auto 10%;
	text-align: center;
	font-size: 2rem;
	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: 6%;
}
.industry-point .com-feature-item:last-child::before {
	position: absolute;
	content: '';
	background: url(../img/common/illust04.png) no-repeat;
	width: 120px;
	height: 100px;
	bottom: -80px;
	margin: auto;
	right: -20px;
	background-size: contain;
	transition: all 0.3s ease;
}
.industry-point .com-feature-item:last-child .item-ttl {
	font-size: 1.5rem;
	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-textbox {
	background: var(--col-wh);
	height: 186px;
}

/*-----------------------
industry-vision
-------------------------*/
.industry-vision-img {
	aspect-ratio: 450/300;
	width: 100%;
	height: fit-content;
}
.industry-vision-wrap {
	position: relative;
	flex-wrap: wrap;
	gap: 30px;
}
.industry-vision-wrap::before {
	position: absolute;
	content: '';
	background: url(../img/common/illust02.png) no-repeat;
	width: 50px;
	height: 60px;
	bottom: -80px;
	left: -20px;
	margin: auto;
	background-size: contain;
	transition: all 0.3s ease;
}

/*--------------- ▲ sub05_industry ▲ ---------------*/
/*--------------- ▼ お知らせ ▼ ---------------*/
.post-wrp .tag-change {
	text-align: center;
	flex-wrap: nowrap;
	overflow-x: scroll;
	margin-bottom: 30px;
	-webkit-justify-content: start;
	justify-content: start;
}
.post-wrp .tag-change li {
	flex: 0 0 30%;
	margin: 2% 1% 0 0;
}
.post-wrp .tag-change li a {
	border: solid 1px var(--col-main);
	padding: 5px 0;
	display: block;
	color: var(--col-main);
	background: #fff;
	font-size: 3vw;
}
.post-wrp .tag-change .current a {
	background: var(--col-main);
}
.post-wrp .tag-change .current a span {
	color: #fff;
}

/*タグ一覧
-------------------------------*/
.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: 0;
	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 #333;
	cursor: pointer;
	border-radius: 0;
	background: none;
	color: #333;
	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: 10%;
}
.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: #fff;
	padding: 10px 15px;
	display: block;
}
.post-wrp .tag-change .current a {
	background: var(--col-main);
}
.post-wrp .tag-change .current a span {
	color: #fff;
}

/*詳細
-------------------------------*/
.s-time-tag {
	margin-bottom: 5%;
}

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

.s-post-taglist {
	margin-bottom: 30px;
}

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