@charset "utf-8";

#home * {
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
}
#home .contact-set {
	background-image: none;
	box-sizing: content-box;
}
.header {
	margin-bottom: 0;
	width: 100%;
	display: flex;
	box-sizing: border-box;
}
.header * {
	box-sizing: border-box;
}

.header {
	margin-bottom: 0;
	width: 100%;
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	align-items: center;
	justify-content: flex-end;
	background: #fff;
	z-index: 99999;
	padding-left: 3.6%;
}
.header-contents {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1700px;
	height: 80px;
	gap: 5%;
}
.header-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	width: 10%;
	max-width: 170px;
	min-width: 100px;
	aspect-ratio: 57 / 16;
}
.header-nav-group {
	width: 100%;
	height: 100%;
	display: flex;
	gap: 30px;
	align-items: center;
}

.header-nav-group #g-nav > ul.wrap {
	gap: 40px;
}
.header-nav-group #g-nav > ul > li.servicenav,
.header-nav-group #g-nav > ul > li.sp-sub-none {
	padding-right: 17px;
	position: relative;
}
.header-nav-group #g-nav > ul > li.servicenav::after,
.header-nav-group #g-nav > ul > li.sp-sub-none::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
	height: auto;
	aspect-ratio: 12 / 7;
	right: 0;
	background: url(../img/common/icon-chevron-down.png) no-repeat;
	background-size: contain;
	content: "";
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.header-contact-box {
	width: 25%;
	height: 100%;
	max-width: 425px;
	display: flex;
	flex-shrink: 0;
	gap: 20px;
}
.header-contact-tel {
	width: 56.5%;
	max-width: 240px;
	min-width: 220px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.header-contact-tel > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.header-contact-mail {
	width: 40%;
	max-width: 170px;
	min-width: 150px;
	flex-shrink: 0;
	background: #43b035;
	display: flex;
	flex-flow: column;
	height: 100%;
	padding: 10px 15px;
	gap: 10px;
	justify-content: center;
	align-items: center;
}
.header-contact-mail > figure {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	max-width: 33px;
	aspect-ratio: 33 / 25;
	margin: 0 auto;
	flex-shrink: 0;
}
.header-contact-mail > figure > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.header-contact-mail > span {
	color: #fff;
	line-height: 1;
	text-align: center;
	font-size: 1.6rem;
}

.header-nav-group #g-nav > ul > li > span,
.header-nav-group #g-nav > ul > li > a {
	font-size: 1.8rem;
	padding: 0px;
	display: block;
}

@media screen and (max-width: 1300px) {
	.header-nav-group #g-nav > ul.wrap {
		gap: 20px;
	}
	.header-nav-group #g-nav > ul > li > span,
	.header-nav-group #g-nav > ul > li > a {
		font-size: 1.5rem;
	}
	.header-contact-box {
		flex-shrink: initial;
		gap: 10px;
	}
	.header-contact-tel {
		min-width: 160px;
	}
	.header-contact-mail {
		min-width: 135px;
		padding: 10px;
	}
	.header-contact-mail > figure {
		max-width: 25px;
	}
	.header-contact-mail > span {
		font-size: 1.2rem;
	}
}

@media screen and (max-width: 1200px) {
	.header-nav-group #g-nav > ul > li > span,
	.header-nav-group #g-nav > ul > li > a {
		font-size: 1.2rem;
	}
	.header-contact-tel {
		min-width: 126px;
	}
}
@media screen and (max-width: 1000px) {
	.header-contents {
		display: none;
	}
	.header {
		height: 60px;
		padding-left: 0;
	}
	#home #nav-set-sp,
	#nav-set-sp {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		transform: none;
	}
	#open-btn {
		position: absolute;
		right: 5px;
		top: 5px;
		z-index: 999;
	}
	#home .btn-03 a {
		max-width: 280px;
		margin: 0 auto;
	}
	#nav-set-sp #logo img {
		max-height: 35px;
		transform: translateY(7px);
	}
}

/* mv */
#wrapper {
	padding-top: 80px;
}
#home .mv {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: auto;
	aspect-ratio: 1700 / 863;
	background: url(../img/common/bg-pattern.png) center center repeat;
}

.single-area .mv {
	background: none !important;
}

#home .mv::before {
	content: "";
	position: fixed;
	top: 79px;
	height: auto;
	width: 100%;
	aspect-ratio: 1700 / 863;
	z-index: 1;
	left: 0;
	background: url(../img/top/mv.webp) center top / cover no-repeat;
}
.mv > h1 {
	width: auto;
	text-align: left;
	position: absolute;
	z-index: 10;
	top: 20px;
	left: 20px;
	font-weight: 400;
	font-size: 12px;
	color: #ffffff;
	filter: drop-shadow(0px 1px 1px rgb(0 0 0 / 80%));
}
.mv > div {
	position: absolute;
	top: 24.6%;
	z-index: 10;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 31%;
	min-width: 250px;
	overflow: hidden;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 30px;
}
.mv h2 {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	aspect-ratio: 297 / 139;
}
.single-area .mv h2 {
	flex-flow: column;
	aspect-ratio: auto;
	gap: 20px;
}
.mv h2 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.single-area-ttl {
	width: auto;
	background: #fff;
	padding: 10px;
	font-size: 28px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 600;
	color: #333333;
}
.mv-feature {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 33 /17;
	width: 100%;
	overflow: hidden;
}
.mv-feature img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#home #contents {
	padding: 0px 0 60px;
}
#home #contents > section {
	width: 100%;
	position: relative;
}
.sec-inner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
.contents .header-01 h2 {
	letter-spacing: 2px;
}

@media screen and (max-width: 1000px) {
	.top-wrapper {
		padding-top: 60px;
	}
	#home .mv::before {
		top: 59px;
		aspect-ratio: 375 / 510;
		background: url(../img/top/mv-sp.webp) center top / cover no-repeat;
	}
	#home .mv {
		aspect-ratio: 375 / 510;
	}
	.mv > h1 {
		top: 0;
		font-size: 10px;
	}
}

/* Worry */
.sec-worry {
	padding: 40px 20px 67px;
	background: url(../img/common/bg-pattern.png) center center repeat;
}

.worry-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 5.4%;
	width: 100%;
}
.worry-grid > div {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.worry-grid > div > p {
	width: 100%;
	height: 60px;
	background: #42b135;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 600;
	letter-spacing: 1px;
}
.worry-grid > div > p > span {
	text-decoration: underline;
	text-underline-offset: 4px;
	text-decoration-thickness: 1px;
}

.worry-grid > div > ul {
	width: 100%;
	padding: 33px;
	display: flex;
	flex-flow: column;
	gap: 21px;
	font-size: 1.8rem;
}
.worry-grid > div > ul > li {
	position: relative;
	width: 100%;
	text-align: left;
	padding-left: 44px;
	display: flex;
	align-items: center;
}
.worry-grid > div > ul > li::before {
	background: url(../img/common/icon-check.png) no-repeat;
	background-size: contain;
	content: "";
	width: 30px;
	height: 25px;
	aspect-ratio: 1 / 1;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	overflow: hidden;
	left: 0;
}
.worry-grid > div > ul > li > span {
	color: #41b235;
}
.sec-worry > img {
	position: absolute;
	bottom: -16px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 36px;
	height: auto;
	aspect-ratio: 6 / 5;
	z-index: 10;
}
@media screen and (max-width: 1000px) {
	.worry-grid {
		grid-template-columns: repeat(1, 1fr);
		gap: 30px;
	}
	.worry-grid > div > p {
		font-size: 1.6rem;
	}
	.worry-grid > div > ul {
		padding: 18px;
		gap: 14px;
		font-size: 1.4rem;
	}
	.worry-grid > div > ul > li {
		padding-left: 30px;
		display: block;
	}
	.worry-grid > div > ul > li::before {
		width: 20px;
		height: auto;
		top: 50%;
		transform: translateY(-50%);
	}
}

/* Proof */

.sec-proof {
	padding: 67px 20px 76px;
}
.sec-proof > picture img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sec-proof h2 {
	font-size: 4rem;
	font-weight: bold;
	margin-bottom: 30px;
}
.sec-proof h2 > span {
	color: #41b235;
}
.staff-slider-area {
	width: 100%;
	height: 200px;
	overflow: hidden;
	margin-bottom: 50px;
}
.staff-slider .swiper-wrapper {
	transition-timing-function: linear !important;
}
.staff-slide-item {
	width: 270px !important;
	aspect-ratio: 270 / 200;
	height: auto !important;
}
.staff-slide-item > figure {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 2rem;
}
.staff-slide-item > figure > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.proof-box {
	width: 100%;
	position: relative;
	background: rgb(255 255 255 / 60%);
	padding: 20px;
	margin-bottom: 30px;
}
.proof-box > p {
	font-size: 2.4rem;
	font-weight: 600;
	color: #35ae37;
	letter-spacing: 1rem;
	font-family: "Josefin Slab", serif;
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.proof-flex {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 26px;
}
.proof-flex > figure {
	width: 200px;
	height: auto;
	aspect-ratio: 75 / 53;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}
.proof-flex > figure > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.proof-flex > p {
	text-align: left;
	font-size: 1.7rem;
}
.proof-flex > p > span {
	color: #35ae37;
}
@media screen and (max-width: 1000px) {
	.sec-proof {
		padding: 50px 20px 50px;
	}
	.sec-proof h2 {
		font-size: 2.5rem;
		display: flex;
		align-items: center;
		flex-flow: column;
	}
	.staff-slide-item {
		width: 150px !important;
		aspect-ratio: 1 / 1;
		height: auto !important;
	}
	.staff-slider-area {
		height: 150px;
	}
	.proof-box {
		padding-top: 40px;
	}
	.proof-flex {
		flex-flow: column;
	}
	.proof-flex > p {
		font-size: 1.6rem;
	}
}
/* estimate */
.sec-estimate {
	padding: 32px 20px 115px;
	height: 700px;
}

.sec-estimate > img,
.sec-estimate > picture img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	object-fit: cover;
}
.top-estimate-contact-grid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
}
.top-estimate-ttl {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 10px;
	align-items: center;
}
.top-estimate-ttl > span {
	font-size: 2.6rem;
	font-weight: bold;
	background: #fff;
	padding: 14px 18px;
	color: #35ae37;
	line-height: 1;
}
.top-estimate-ttl > p {
	font-size: 4rem;
	font-weight: bold;
	background: #fff;
	padding: 11px 15px;
	line-height: 1;
}

.sec-estimate .sec-inner {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	gap: 50px;
	height: 100%;
}

.estimate-contact-box {
	display: flex;
	background: #fff;
	padding: 30px;
	width: 100%;
	justify-content: space-between;
	gap: 30px;
	max-height: 140px;
}
.estimate-mail {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 17px;
}
.estimate-mail > a {
	width: 100%;
	background: #36ae38;
	display: flex;
	align-items: center;
	gap: 15px;
	overflow: hidden;
	justify-content: center;
	max-width: 320px;
	height: 52px;
	color: #fff;
	font-size: 1.8rem;
	padding: 12px;
	line-height: 1;
	transition: all 0.2s;
}
.estimate-mail > a:hover {
	background-color: #000;
}
.estimate-mail > a > img {
	width: 24px;
	height: auto;
	aspect-ratio: 4 / 3;
	filter: invert(1);
}
.estimate-mail > p {
	font-size: 1.4rem;
	line-height: 1;
}
.estimate-line {
	width: 114px;
	flex-shrink: 0;
}
.estimate-line a {
	gap: 17px;
	display: flex;
	width: 100%;
	flex-flow: column;
}
.estimate-line a > figure {
	display: flex;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	max-width: 52px;
	overflow: hidden;
	margin: 0 auto;
}
.estimate-line a > figure img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.estimate-line a > p {
	font-size: 1.4rem;
	line-height: 1;
}

.estimate-tel-box {
	display: flex;
	background: #fff;
	padding: 30px;
	width: 100%;
	justify-content: space-between;
	gap: 30px;
	max-height: 140px;
	position: relative;
}
.estimate-tel-box > figure {
	position: absolute;
	top: -47px;
	left: -47px;
	width: 94px;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.estimate-tel-box > figure > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.estimate-tel-box > div {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 21px;
	align-items: center;
}
.estimate-tel-box > div > a {
	display: block;
	padding-left: 43px;
	font-family: "Josefin Slab", serif;
	font-size: 4.8rem;
	font-weight: 600;
	line-height: 1;
	color: #35ae37;
	background: url(../img/common/icon-tel.svg) left center / 32px no-repeat;
}
.estimate-tel-box > div > span {
	font-size: 1.4rem;
	line-height: 1;
}
.sec-estimate > img.sp-bg-staff {
	display: none;
}
@media screen and (max-width: 1000px) {
	.sec-estimate {
		padding: 32px 20px 80px;
		height: auto;
	}
	.sec-estimate .sec-inner {
		gap: 150px;
	}
	.sec-estimate > img,
	.sec-estimate > picture img {
		top: 100px;
		height: 220px;
		object-fit: cover;
		z-index: 0;
	}
	.sec-estimate > img.sp-bg-staff {
		display: block;
		z-index: -1;
		width: 100%;
		height: 100%;
		top: 0;
		object-fit: cover;
		filter: blur(3px) brightness(1.2);
		opacity: 0.6;
	}
	.top-estimate-ttl > span {
		font-size: 1.8rem;
	}
	.top-estimate-ttl > p {
		font-size: 2.6rem;
	}
	.top-estimate-contact-grid {
		grid-template-columns: repeat(1, 1fr);
		gap: 25px;
		max-width: 399px;
		margin: 0 auto;
	}
	.estimate-tel-box {
		padding: 20px;
		gap: 20px;
	}
	.estimate-tel-box > div > a {
		padding-left: 34px;
		font-size: 3.8rem;
		background: url(../img/common/icon-tel.svg) left bottom 8px / 26px no-repeat;
	}
	.estimate-tel-box > figure {
		top: -25px;
		left: -15px;
		width: 50px;
	}
	.estimate-contact-box {
		padding: 20px;
		gap: 15px;
	}
	.estimate-mail {
		gap: 5px;
	}
	.estimate-mail > a {
		gap: 7px;
		height: 40px;
		font-size: 1.1rem;
		padding: 5px;
	}
	.estimate-mail > a > img {
		width: 16px;
	}
	.estimate-mail > p {
		font-size: 1.2rem;
	}
	.estimate-line a {
		gap: 5px;
	}
	.estimate-line a > figure {
		max-width: 40px;
	}
	.estimate-line {
		width: 80px;
	}
	.estimate-line a > p {
		font-size: 1.2rem;
	}
}

/* service */
#home .service-box {
	padding-bottom: 80px;
	padding-top: 80px;
}
#home .service-box .service-01::before {
	background: url(../img/common/service-01.png) left top / cover no-repeat;
	left: 50vw;
	right: 0;
	border-radius: 10px 0 0 10px;
}
#home .service-box .service-02::before {
	background: url(../img/common/service-02.png) right top / cover no-repeat;
	left: 0;
	right: 50vw;
	border-radius: 0 10px 10px 0;
}
#home .service-box .service-01 .txt {
	margin-right: 50%;
	margin-left: 0%;
}
#home .service-box .service-02 .txt {
	margin-left: 50%;
	margin-right: 0%;
}

@media screen and (max-width: 1000px) {
	#home .service-box {
		padding-bottom: 50px;
		padding-top: 50px;
	}
	#home .service-box .service-01::before {
		left: 0;
		right: 0;
		border-radius: 0;
	}
	#home .service-box .service-02::before {
		left: 0;
		right: 0;
		border-radius: 0;
	}
	#home .service-box .service-01 .txt {
		margin-right: auto;
		margin-left: auto;
	}
	#home .service-box .service-02 .txt {
		margin-left: auto;
		margin-right: auto;
	}
	#home .service-list .ttl {
		flex-wrap: nowrap;
	}
	#home .service-list .ttl h2 {
		font-size: 1.8rem;
	}
}

/* Works */
.sec-works {
	background: #fafafa;
	padding: 70px 20px;
}
.top-works-slider-area {
	display: none;
}
.top-works-grid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	margin-bottom: 35px;
}
.top-works-grid > div {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	overflow: hidden;
}
.top-works-grid > div > figure {
	width: 100%;
	height: auto;
	aspect-ratio: 17 / 13;
	overflow: hidden;
}
.top-works-grid > div > figure > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.top-works-grid > div > p {
	width: 100%;
	background: #36ae38;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 47px;
	padding: 10px;
	color: #fff;
	font-size: 2rem;
}
.top-works-grid > div > p > span {
	font-size: 1.5rem;
}

.top-works-btn-box {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 65px;
}

.top-works-btn-box .btn-04 {
	width: 100%;
}
.top-works-btn-box .btn-04 a {
	width: 100%;
	display: flex;
	height: 80px;
	align-items: center;
	justify-content: center;
	max-width: 500px;
	margin: 0 auto;
	font-size: 2.2rem;
	font-weight: bold;
	color: #35ae37;
	background: #fff url(../img/common/arrow-02.svg) right 22px center / 26px no-repeat;
}
.top-works-btn-box .btn-04 a:hover {
	color: #fff;
	background: #35ae37 url(../img/common/arrow-02-wh.svg) right 17px center / 26px no-repeat;
}

.top-works-frame-group {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 60px;
	align-items: center;
}
.top-works-frame-group > div {
	width: 100%;
	border: 1px solid #35ae37;
	position: relative;
	background: #fff;
	padding: 60px 50px 50px;
	box-sizing: border-box;
}
.top-works-frame-group > div > .top-works-frame-ttl {
	position: absolute;
	top: -14px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.top-works-frame-group > div > .top-works-frame-ttl h3 {
	font-size: 2.8rem;
	font-weight: bold;
	display: inline-flex;
	background: #fafafa;
	position: relative;
	margin: 0;
	padding: 0 30px;
	line-height: 1;
}
#remains #works .top-works-frame-group > div > .top-works-frame-ttl h3 {
	background: #fff;
}
.top-works-frame-group > div > .top-works-frame-ttl h3 > span {
	position: relative;
	z-index: 1;
}
.top-works-frame-group > div > .top-works-frame-ttl h3 > span > span {
	color: #35ae37;
}
.top-works-frame-group > div > .top-works-frame-ttl h3::before {
	content: "";
	width: 100%;
	height: calc(50% + 2px);
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
	z-index: 0;
}

.top-works-service-grid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 50px;
}
.top-works-service-grid > div {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
}
.top-works-service-grid > div > figure {
	width: 100%;
	max-width: 180px;
	height: auto;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.top-works-service-grid > div > figure > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.top-works-service-grid > div > h5 {
	margin-bottom: 25px;
	color: #35ae37;
	font-size: 2rem;
}
.top-works-service-grid > div > p {
	font-size: 1.5rem;
	text-align: left;
}

.top-works-options-grid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px;
}
.top-works-options-grid > div {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
}
.top-works-options-grid > div > figure {
	width: 100%;
	max-width: 180px;
	height: auto;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #35ae37;
	border-radius: 999px;
}
.top-works-options-grid > div > figure > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	max-height: 60px;
}
.top-works-options-grid > div > h5 {
	margin-bottom: 25px;
	color: #35ae37;
	font-size: 2rem;
}
.top-works-options-grid > div > p {
	font-size: 1.5rem;
	text-align: left;
	margin-bottom: 20px;
}
.top-works-options-grid > div > a {
	display: flex;
	align-items: center;
	color: #35ae37;
	text-decoration: underline;
	text-underline-offset: 3px;
	position: relative;
	transition: all ease 0.2s;
}
.top-works-options-grid > div > a:hover {
	opacity: 0.6;
}
.top-works-options-grid > div > a::after {
	content: "";
	position: absolute;
	background: url(../img/common/arrow-02.svg) no-repeat;
	width: 18px;
	height: auto;
	right: -23px;
	aspect-ratio: 16 / 10;
	transition: all ease 0.2s;
}
.top-works-options-grid > div > a:hover::after {
	right: -26px;
}
@media screen and (max-width: 1000px) {
	.sec-works {
		padding: 50px 20px;
	}

	.top-works-slider-area {
		display: block;
		width: 100%;
		position: relative;
		max-width: 500px;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.top-works-slider {
		height: 100% !important;
	}
	.top-works-slider .swiper-wrapper {
		transition-timing-function: linear !important;
	}

	.top-works-slide-item {
		width: 100% !important;
		aspect-ratio: 340 / 307;
		height: auto !important;
		display: flex;
		flex-flow: column;
		align-items: center;
		overflow: hidden;
	}
	.top-works-slide-item > figure {
		width: 100%;
		height: auto;
		aspect-ratio: 17 / 13;
		overflow: hidden;
	}
	.top-works-slide-item > figure > img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.top-works-slide-item > p {
		width: 100%;
		background: #36ae38;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 47px;
		padding: 10px;
		color: #fff;
		font-size: 1.6rem;
	}
	.top-works-slide-item > p > span {
		font-size: 1.5rem;
	}

	.top-works-grid {
		display: none;
	}
	.top-works-btn-box .btn-04 a {
		height: 60px;
		font-size: 1.5rem;
		background: #fff url(../img/common/arrow-02.svg) right 14px center / 17px no-repeat;
	}
	.top-works-frame-group > div {
		padding: 60px 30px 30px;
	}
	.top-works-frame-group > div > .top-works-frame-ttl {
		top: -14px;
		width: 80%;
	}
	.top-works-frame-group > div > .top-works-frame-ttl h3 {
		font-size: 1.8rem;
		padding: 0 15px;
		line-height: 1.3;
	}
	.top-works-service-grid {
		grid-template-columns: repeat(1, 1fr);
		gap: 30px;
	}
	.top-works-service-grid > div > h5 {
		margin-bottom: 20px;
		font-size: 1.8rem;
	}
	.top-works-service-grid > div > figure {
		max-width: 120px;
	}

	.top-works-options-grid {
		grid-template-columns: repeat(1, 1fr);
		gap: 30px;
	}
	.top-works-options-grid > div > h5 {
		margin-bottom: 20px;
		font-size: 1.8rem;
	}
	.top-works-options-grid > div > figure {
		max-width: 120px;
	}
}

/* Price */

.sec-price {
	padding: 70px 20px 67px;
	background: url(../img/common/bg-pattern.png) center center repeat;
}
.price-slider-area {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 60px;
}
.price-slider {
	overflow: visible !important;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
.swiper-slide.price-slide-item {
	opacity: 0.6;
}
.swiper-slide.price-slide-item.swiper-slide-active {
	opacity: 1;
}
.price-slide-item > div {
	width: 100%;
	height: 100%;
	background: #fff;
	display: flex;
	gap: 45px;
	flex-flow: column;
	padding: 60px 50px 50px;
	filter: drop-shadow(0px 11px 10px rgb(0 0 0 / 10%));
}
.price-slide-heading {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 60px;
}
.price-slide-heading h4 {
	font-size: 26px;
	font-weight: bold;
	margin: 0;
	text-decoration: underline;
	width: 100%;
	text-align: left;
	text-decoration-color: #d4e67e;
	text-underline-offset: -3px;
	text-decoration-thickness: 15px;
}
.price-slide-heading > p {
	width: 100%;
	max-width: 220px;
	flex-shrink: 0;
	line-height: 1;
	color: #ddd;
	font-size: 18px;
	color: #35ae37;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 5px;
}
.price-slide-heading > p > span {
	font-size: 36px;
	font-family: "Josefin Slab", serif;
	font-weight: bold;
	padding-bottom: 4px;
}
.price-slide-main {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 40px;
}
.price-slide-body {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 40px;
}
.price-slide-before-after {
	width: 65.4%;
	display: flex;
	aspect-ratio: 645 / 225;
	overflow: hidden;
	align-items: center;
	gap: 8px;
	position: relative;
}
.price-slide-before-box,
.price-slide-after-box {
	width: 100%;
	max-width: 300px;
	aspect-ratio: 300 / 225;
	position: relative;
	overflow: hidden;
}
.price-slide-before-box > span,
.price-slide-after-box > span {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: auto;
	height: 24px;
	padding: 0 15px;
	letter-spacing: 1.3px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 14px;
	font-family: "Josefin Slab", serif;
	font-weight: bold;
}
.price-slide-before-box > span {
	background: #999;
}
.price-slide-after-box > span {
	background: #35ae37;
}
.price-slide-before-box > figure,
.price-slide-after-box > figure {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.price-slide-before-box > figure img,
.price-slide-after-box > figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.price-slide-before-after > figure {
	width: 30px;
	height: 19px;
	overflow: hidden;
	aspect-ratio: 30 / 19;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.price-slide-before-after > figure > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.price-slide-info {
	width: 32.4%;
	max-width: 320px;
	display: flex;
	flex-flow: column;
	gap: 25px;
}
.price-slide-cats {
	width: 100%;
	display: flex;
	gap: 10px;
}
.price-slide-cats span {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	border: 1px solid #35ae37;
	padding: 9px 10px;
	color: #35ae37;
	line-height: 1.2;
	overflow: hidden;
	font-weight: bold;
}

.price-slide-info-table {
	display: flex;
	flex-flow: column;
	width: 100%;
	border-top: 1px solid #ccc;
}
.price-slide-info-table > dl {
	display: flex;
	width: 100%;
	border-bottom: 1px solid #ccc;
}
.price-slide-info-table > dl > dt {
	width: 37.5%;
	background: #f2f2f2;
	font-size: 14px;
	font-weight: bold;
	max-width: 120px;
	padding: 0 20px;
	min-height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}
.price-slide-info-table > dl > dd {
	width: 100%;
	background: #fff;
	font-size: 14px;
	padding: 0 20px;
	min-height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

p.price-slide-text {
	text-align: left;
	font-size: 16px;
	width: 100%;
}

.btn-slide-prev,
.btn-slide-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	width: 48px;
	height: auto;
	aspect-ratio: 1 / 1;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	transition: all ease 0.2s;
	cursor: pointer;
}
.btn-slide-prev:hover,
.btn-slide-next:hover {
	opacity: 0.6;
}
.btn-slide-prev {
	right: calc(100% - 24px);
}
.btn-slide-next {
	left: calc(100% - 24px);
}

@media screen and (max-width: 1000px) {
	.sec-price {
		padding: 50px 0px 45px;
	}
	.price-slide-item > div {
		gap: 20px;
		padding: 30px 25px 25px;
	}
	.price-slide-heading {
		gap: 20px;
		flex-flow: column;
		align-items: center;
	}
	.price-slide-heading h4 {
		font-size: 2rem;
		text-underline-offset: -1px;
		text-decoration-thickness: 10px;
	}
	.price-slide-heading > p {
		max-width: none;
		font-size: 1.4rem;
	}
	.price-slide-heading > p > span {
		font-size: 3rem;
	}

	.price-slide-body {
		align-items: center;
		gap: 20px;
		flex-flow: column;
	}
	.price-slide-before-after {
		width: 100%;
		aspect-ratio: auto;
		align-items: center;
		gap: 5px;
		flex-flow: column;
	}
	.price-slide-before-box,
	.price-slide-after-box {
		aspect-ratio: 300 / 200;
	}
	.price-slide-before-after > figure {
		width: 20px;
		height: auto;
		aspect-ratio: auto;
		transform: rotate(90deg);
		padding: 7px 0;
	}

	.price-slide-info {
		width: 100%;
		max-width: none;
		gap: 20px;
	}
	.price-slide-cats span {
		font-size: 1.3rem;
	}
	.price-slide-info-table > dl > dt {
		font-size: 1.2rem;
	}
	.price-slide-info-table > dl > dd {
		font-size: 1.2rem;
	}
	.price-slide-main {
		gap: 20px;
	}
	p.price-slide-text {
		font-size: 1.4rem;
	}
	.price-slider-area {
		margin-bottom: 30px;
		padding: 0 20px;
	}
	.btn-slide-prev,
	.btn-slide-next {
		width: 33px;
	}
	.btn-slide-prev {
		right: calc(100% - 16.5px);
	}
	.btn-slide-next {
		left: calc(100% - 16.5px);
	}
}

/* kokochi */
.kokochi-bnr {
	margin-bottom: 60px;
	padding-top: 60px;
}
.contents .contact-set .mail-box .ttl {
	font-size: 1.6rem;
}

@media screen and (max-width: 1000px) {
	.kokochi-bnr {
		margin-bottom: 45px;
		padding-top: 45px;
	}
}

/* Reason */
.sec-reason {
	padding: 0 20px 40px;
}
.top-reason-btns {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	background: rgb(53 174 55 / 11%);
	padding: 24px 20px;
	margin-bottom: 50px;
	gap: 20px;
}

.top-reason-btns > a {
	display: flex;
	padding: 10px 60px 10px 40px;
	font-size: 1.8rem;
	letter-spacing: 2px;
	color: #fff;
	background: #35ae37;
	align-items: center;
	justify-content: center;
	position: relative;
	border: 1px solid #35ae37;
	transition: all ease 0.2s;
}
.top-reason-btns > a:hover {
	color: #35ae37;
	background: #fff;
}
.top-reason-btns > a > svg {
	position: absolute;
	right: 20px;
	width: auto;
	height: 20px;
}
.top-reason-btns > a:hover > svg {
	fill: #35ae37;
}

.top-reason-group {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 50px;
}
.top-reason-item {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 28px;
	align-items: center;
	padding-top: 120px;
	margin-top: -120px;
}

.top-reason-item > h2 {
	margin: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
}
.top-reason-item > h2 > div {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #35ae37;
	color: #fff;
	border-radius: 999px;
	aspect-ratio: 1 / 1;
	width: 70px;
	font-size: 32px;
	font-weight: bold;
	font-family: "Josefin Slab", serif;
	letter-spacing: 2px;
	position: relative;
}
.top-reason-item > h2 > div > span {
	margin-top: 3px;
	position: relative;
	z-index: 10;
}
.top-reason-item > h2 > div::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 35px;
	height: 35px;
	background: #35ae37;
	z-index: 0;
}

.top-reason-item > h2 > span {
	font-size: 32px;
	font-weight: bold;
	margin: 0;
	text-decoration: underline;
	text-decoration-color: #d4e67e;
	text-underline-offset: -3px;
	text-decoration-thickness: 15px;
	display: flex;
	justify-content: center;
}

.top-reason-detail-group {
	display: flex;
	flex-flow: column;
	width: 100%;
	gap: 30px;
}
.top-reason-detail-item {
	width: 100%;
	display: flex;
	gap: 40px;
	justify-content: space-between;
	align-items: flex-start;
	padding: 30px;
	background: #fff;
	border: 1px solid #35ae37;
	position: relative;
}
.top-reason-detail-item.has-link {
	padding-bottom: 55px;
	margin-bottom: 25px;
}
.top-reason-item:nth-of-type(even) .top-reason-detail-item {
	flex-flow: row-reverse;
}

.top-reason-detail-item > figure {
	width: 31%;
	aspect-ratio: 340 / 240;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	max-width: 340px;
	flex-shrink: 0;
}
.top-reason-detail-item > figure > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.top-reason-detail-item > div {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 30px;
}
.top-reason-detail-item > div > h3 {
	width: 100%;
	font-size: 2.4rem;
	color: #35ae37;
	font-weight: 500;
	text-align: left;
	margin: 0;
	padding-bottom: 18px;
	border-bottom: 1px solid #a7a7a7;
	line-height: 1.2;
}
.top-reason-detail-item > div > p {
	width: 100%;
	text-align: left;
	font-size: 16px;
}
.top-reason-detail-item > div > p > .note {
	font-size: 14px;
	color: #666;
}

.top-reason-detail-item > div > a {
	position: absolute;
	bottom: -25px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: flex;
	padding-right: 35px;
	font-size: 1.8rem;
	letter-spacing: 0.5px;
	color: #fff;
	background: #35ae37 url(../img/common/arrow-02-wh.svg) right 15px center / 24px no-repeat;
	align-items: center;
	justify-content: center;
	border: 1px solid #35ae37;
	transition: all ease 0.2s;
	max-width: 300px;
	height: 52px;
}

.top-reason-detail-item > div > a:hover {
	background: #000 url(../img/common/arrow-02-wh.svg) right 10px center / 24px no-repeat;
}

@media screen and (max-width: 1000px) {
	.sec-reason {
		padding: 30px 20px;
	}
	.top-reason-btns {
		grid-template-columns: repeat(1, 1fr);
		padding: 15px;
		margin-bottom: 30px;
		gap: 15px;
	}
	.top-reason-btns > a {
		font-size: 1.4rem;
	}
	.top-reason-group {
		gap: 30px;
	}
	.top-reason-item {
		gap: 20px;
		padding-top: 80px;
		margin-top: -80px;
	}
	.top-reason-item > h2 {
		gap: 10px;
	}
	.top-reason-item > h2 > div {
		width: 40px;
		font-size: 20px;
		flex-shrink: 0;
	}
	.top-reason-item > h2 > div::after {
		width: 20px;
		height: 20px;
	}

	.top-reason-item > h2 > span {
		font-size: 2rem;
		text-underline-offset: -1px;
		text-decoration-thickness: 10px;
	}

	.top-reason-detail-item {
		gap: 30px;
		padding: 20px;
		flex-flow: column;
		align-items: center;
	}
	.top-reason-item:nth-of-type(even) .top-reason-detail-item {
		flex-flow: column;
	}
	.top-reason-detail-item > figure {
		width: 100%;
	}
	.top-reason-detail-item > div {
		gap: 14px;
	}
	.top-reason-detail-item > div > h3 {
		font-size: 2rem;
		padding-bottom: 14px;
		text-align: center;
		line-height: 1.4;
	}
	.top-reason-detail-item > div > p {
		font-size: 1.4rem;
	}
}

/* FAQ */
.sec-faq {
	padding: 0 20px 80px;
}
#remains .sec-faq,
#adjustment .sec-faq {
	padding-bottom: 40px;
}
.sec-faq .faq {
	text-align: left;
}

/* Feature */
section.sec-feature {
	padding: 80px 20px 85px;
	background: url(../img/common/bg-pattern.png) center center repeat;
}
#home .sec-feature .feature-box {
	background: none;
	margin: 0;
	padding: 0;
}
#home .feature-box .feature__ttl {
	text-align: center;
	margin: 0 0 19px;
	font-size: 2.7rem;
	font-family: serif;
	color: #43b035;
	font-weight: bold;
	line-height: 1.3;
}
#home .feature-box .feature-05 .feature__ttl {
	font-size: 2.4rem;
	letter-spacing: -0.05em;
}

@media screen and (max-width: 1000px) {
	#home .feature-box .feature__ttl {
		margin: 0 0 15px;
		font-size: 2.6rem;
	}
	#home .feature-box .feature-05 .feature__ttl {
		font-size: 2.3rem;
	}
}

/* Difference */
.difference-table {
	margin-bottom: 25px;
}
.difference-table .company .ecoos img {
	max-width: 171px;
}
.difference-table .company .ecoos {
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
}
.difference-table .company .others span {
	font-size: 18px;
	font-weight: 500;
}
.difference-table td svg {
	width: 30px;
	height: 30px;
	fill: #8e8e8e;
}
.difference-table .ecoos > svg {
	fill: #36ae38;
}
.difference-notes {
	margin: 0 auto 35px;
	display: block;
	font-size: 1.2rem;
	line-height: 1.33;
}
.difference-txt {
	padding: 0;
	margin: 0 auto 40px;
	text-align: left;
	font-size: 1.6rem;
}
section.difference-box {
	padding-bottom: 70px;
}

@media screen and (max-width: 1000px) {
	.difference-table .company .ecoos {
		font-size: 1.4rem;
	}
	.difference-table .company .ecoos img {
		max-width: 95px;
	}
	.difference-table .company .others span {
		font-size: 1.4rem;
		height: 56px;
	}
	.difference-table td .small {
		top: 55%;
		left: 66%;
	}
	.difference-table td svg {
		width: 25px;
		height: 25px;
	}
	.difference-notes {
		margin: 0 auto 20px;
	}
	.difference-txt {
		margin: 0 auto 30px;
		font-size: 1.4rem;
	}
	#home .btn-03 a {
		max-width: 315px;
	}
	section.difference-box {
		padding-bottom: 40px;
	}
}

/* Voice */
section.sec-voice {
	padding: 70px 20px 60px;
	background: #fafafa;
}
.top-voice-grid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}
.top-voice-grid > div {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	overflow: hidden;
	gap: 18px;
}
.top-voice-grid > div > p {
	text-align: left;
}
.top-voice-grid > div > div {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	overflow: hidden;
}
.top-voice-grid > div > div > figure {
	width: 100%;
	height: auto;
	aspect-ratio: 17 / 13;
	overflow: hidden;
}
.top-voice-grid > div > div > figure > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.top-voice-grid > div > div > p {
	width: 100%;
	background: #36ae38;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 47px;
	padding: 10px;
	color: #fff;
	font-size: 2rem;
}
.top-voice-grid > div > div > p > span {
	font-size: 1.5rem;
}
.voice-box {
	margin: 0;
	padding: 0px 0 80px;
	background: #fafafa;
}
#remains .voice-box,
#adjustment .voice-box {
	padding: 80px 0 80px;
}
.slider.voice-list {
	margin-top: 0 !important;
}

@media screen and (max-width: 1000px) {
	section.sec-voice {
		padding: 50px 20px 45px;
	}
	.top-voice-grid {
		grid-template-columns: repeat(1, 1fr);
		gap: 30px;
	}
	.top-voice-grid > div > div > p {
		font-size: 1.6rem;
	}
	.top-voice-grid > div > p {
		font-size: 1.4rem;
	}
}

/* Staff */
section.staff-box {
	padding: 80px 0 77px;
}

/* FLow */
.sec-flow {
	padding: 75px 20px 75px;
	background: #fafafa;
}
.flow-slider-area {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.flow-slider {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.swiper-slide.flow-slide-item {
	padding: 25px;
}
.flow-slide-item > div {
	width: 100%;
	height: 100%;
	background: #fff;
	display: flex;
	justify-content: space-between;
	gap: 40px;
	padding: 40px;
	filter: drop-shadow(0px 10px 10px rgb(0 0 0 / 10%));
	align-items: center;
}

.flow-slide-item > div > figure {
	width: 37%;
	aspect-ratio: 400 / 240;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	max-width: 400px;
	flex-shrink: 0;
}
.flow-slide-item > div > figure > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.flow-slide-item > div > div {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	gap: 30px;
}

.flow-slide-item > div > div > div {
	width: 100%;
	display: flex;
	gap: 22px;
	align-items: center;
}
.flow-slide-item > div > div > div > span {
	width: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #36ae38;
	font-family: "Josefin Slab", serif;
	line-height: 1;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding-top: 2px;
	height: 36px;
	letter-spacing: 0.5px;
	flex-shrink: 0;
}
.flow-slide-item > div > div > div > h4 {
	margin: 0;
	font-size: 26px;
	font-weight: bold;
	width: 100%;
	text-align: left;
}
.flow-slide-item > div > div > p {
	text-align: left;
}
.flow-slider-pagination-area {
	width: 100%;
	height: 106px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 0 auto 25px;
}
.flow-slider-pagination-area::before {
	content: "";
	position: absolute;
	top: 44px;
	width: 100%;
	height: 2px;
	background: #35ae37;
}
.flow-slider-pagination-area .swiper-pagination {
	position: relative;
	width: 100% !important;
	display: flex;
	max-width: 1100px;
	justify-content: space-between;
	align-items: flex-start;
	gap: 40px;
	top: 0 !important;
	bottom: auto !important;
	padding: 0 10px;
}
.swiper-pagination-bullet.flow-step {
	width: 100%;
	height: 100%;
	border-radius: 0;
	color: #000 !important;
	background: transparent;
	opacity: 1 !important;
	display: flex;
	flex-flow: column;
	align-items: center;
	transform: none;
	gap: 15px;
	line-height: 1;
}
.step-num {
	font-family: "Josefin Slab", serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1.5px;
	color: #666;
}
.flow-step.swiper-pagination-bullet-active .step-num {
	color: #35ae37;
}
.step-circle {
	display: block;
	width: 20px;
	height: 20px;
	border: 4px solid #999;
	border-radius: 999px;
	background: #fafafa;
}
.flow-step.swiper-pagination-bullet-active .step-circle {
	border: 4px solid #35ae37;
}
.step-txt {
	font-size: 17px;
	text-align: center;
	display: flex;
	flex-flow: column;
	gap: 3px;
	font-weight: bold;
}
.step-txt > small {
	font-size: 14px;
}

.flow-slider-area .btn-slide-prev {
	right: calc(100% - 48px);
}
.flow-slider-area .btn-slide-next {
	left: calc(100% - 48px);
}
/* .flow-slider-area .swiper-button-disabled {
	pointer-events: none;
	opacity: 0;
} */

@media screen and (max-width: 1000px) {
	.sec-flow {
		padding: 50px 20px;
	}
	.flow-slider-pagination-area {
		display: none;
	}
	.swiper-slide.flow-slide-item {
		padding: 12px;
	}
	.flow-slide-item > div {
		padding: 20px;
		flex-flow: column;
		gap: 20px;
	}
	.flow-slide-item > div > figure {
		width: 100%;
	}
	.flow-slide-item > div > div {
		gap: 15px;
	}
	.flow-slide-item > div > div > div {
		gap: 10px;
		align-items: center;
		flex-flow: column;
	}
	.flow-slide-item > div > div > div > span {
		font-size: 1.4rem;
		height: 30px;
		width: 100%;
	}
	.flow-slide-item > div > div > div > h4 {
		font-size: 1.8rem;
		text-align: center;
	}
	.flow-slide-item > div > div > p {
		font-size: 1.4rem;
	}
	.flow-slider-area .btn-slide-prev {
		right: calc(100% - 33px);
	}
	.flow-slider-area .btn-slide-next {
		left: calc(100% - 33px);
	}
}
footer .company .logo {
	max-height: 40px;
}
@media screen and (max-width: 1000px) {
	footer .company .logo {
		max-height: 35px;
	}
}

/* 2025.01.16*/
.single-area .mainservice-box {
	padding-top: 75px;
}
.single-area .contents .header-01 h2 {
	color: #35ae37;
}
.single-area .top-works-grid > div {
	background: #fff;
	box-shadow: 0px 10px 10px rgb(0 0 0 / 6%);
}
.single-area .top-works-grid > div > div {
	padding: 19px 24px 24px;
	text-align: left;
}

.single-area .sec-reason {
	padding-top: 80px;
}
.single-area .remains-box {
	padding-top: 80px;
}
.single-area .top-reason-detail-item > figure {
	aspect-ratio: 340 / 481;
}
.top-reason-item:nth-of-type(3) .top-reason-detail-item > div > a {
	max-width: 350px;
}

#area .single-area .results-box .header-01 h2,
#area .single-area .service-box .header-01 h2 {
	font-size: 2rem;
}
.single-area .sec-area-service .header-01 h2 {
	font-weight: 600;
	font-size: 3rem;
}

#contents > .faq-btn-box {
	margin-bottom: 80px;
}

.where-box {
	margin-bottom: 80px;
}

#area .single-area #bottom-contents .contact-set {
	background: url("../img/common/bg-contact.png") center center / cover no-repeat;
	padding: 60px 0;
}
#area .single-area .contact-box {
	background: #fff;
}

.top-works-frame-group > div.basic-price-box {
	background: rgb(54 176 56 / 11%);
	border: none;
	margin-bottom: 25px;
	padding: 70px 50px;
}
.basic-price-box > div {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 63px;
	align-items: center;
}
.basic-price-box > p {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -25px;
}
.basic-price-box > div > p {
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
}
.basic-price-box > div > div {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 50px;
	align-items: center;
}
.basic-price-box > div > div > div {
	width: 100%;
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 60px;
	font-size: 58px;
	color: #36ae38;
	font-weight: 500;
	line-height: 1;
}
.basic-price-box > div > div > div > p {
	font-size: 58px;
}
.basic-price-box > div > div > div > p:nth-of-type(1) {
	width: 25%;
	flex-shrink: 0;
	display: flex;
	justify-content: flex-end;
}
.basic-price-box > div > div > div > p > span {
	font-size: 29px;
	font-weight: 600;
}
.basic-price-box > div > div > p {
	font-size: 14px;
	color: #666;
}

#area .sec-area-info {
	background: url("../img/common/bg-pattern.png") center center repeat;
}
.sec-area-info .top-works-frame-group {
	margin-top: 60px;
}
.sec-area-info .top-works-frame-group > div > .top-works-frame-ttl h3 {
	background: transparent;
}
.area-info-cont {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 40px;
	align-items: center;
}
.aic-desc {
	text-align: left;
	width: 100%;
	font-size: 15px;
}
.aic-list {
	width: 100%;
	max-width: 800px;
	display: flex;
	flex-flow: column;
	gap: 25px;
	background: rgb(54 176 56 / 11%);
	padding: 30px;
}
.aic-list-item {
	border-bottom: 1px solid #fff;
	padding-bottom: 24px;
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 20px;
	align-items: flex-start;
	text-align: left;
}
.aic-list-item:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}
.aic-list-item > h4 {
	width: 100%;
	margin: 0;
	font-size: 20px;
	font-weight: 500;
}
.aic-list-flex {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 50px;
}
.aic-address-box {
	width: auto;
	display: flex;
	flex-flow: column;
	gap: 10px;
	line-height: 1.2;
	font-size: 15px;
}
.aic-list-btn {
	display: inline-block;
	padding: 5px 35px 5px 20px;
	border-radius: 5px;
	border: solid 1px #35ae37;
	background: #fff url("../img/common/arrow-01.svg") right 15px center / 5px no-repeat;
}
.aic-list-btn:hover {
	color: #fff;
	background: #35ae37 url("../img/common/arrow-01-wh.svg") right 10px center/5px no-repeat;
}

@media screen and (max-width: 1000px) {
	.single-area .mv h2 {
		gap: 15px;
	}
	.single-area-ttl {
		padding: 2px 10px;
		font-size: 14px;
	}
	#area .mainservice-box h2 {
		font-size: 1.4rem;
	}
	.top-works-slide-item {
		aspect-ratio: auto;
	}
	.top-works-slide-item > div {
		background: #fff;
		box-shadow: 0px 10px 10px rgb(0 0 0 / 6%);
		padding: 19px 24px 24px;
		text-align: left;
		font-size: 13px;
	}
	.single-area .top-works-slider-area .btn-slide-prev,
	.single-area .top-works-slider-area .btn-slide-next {
		top: 150px;
	}
	.top-works-btn-box {
		margin-bottom: 35px;
	}
	.top-works-frame-group {
		gap: 50px;
	}
	#remains #works .top-works-frame-group {
		margin-top: 40px;
	}
	.top-works-frame-group > div.basic-price-box {
		padding: 20px 15px;
		padding-bottom: 40px;
	}
	.basic-price-box > div {
		gap: 20px;
	}
	.basic-price-box > div > p {
		font-size: 13px;
	}
	.basic-price-box > div > div {
		gap: 20px;
	}
	.basic-price-box > div > div > div {
		gap: 20px;
		font-size: 35px;
	}
	.basic-price-box > div > div > div > p {
		font-size: 35px;
	}
	.basic-price-box > div > div > div > p:nth-of-type(1) {
		font-size: 28px;
	}
	.basic-price-box > div > div > div > p > span {
		font-size: 18px;
	}
	.basic-price-box > div > div > p {
		font-size: 11px;
	}
	.single-area .results-box {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	#home .results .btn-03 a {
		max-width: 360px;
	}
	.sec-area-info .top-works-frame-group > div > .top-works-frame-ttl {
		top: -23px;
	}
	.sec-area-info .top-works-frame-group > div {
		padding: 40px 25px 25px;
	}
	.aic-desc {
		font-size: 13px;
	}
	.area-info-cont {
		gap: 20px;
	}
	.aic-list {
		gap: 20px;
		padding: 14px 20px;
	}
	.aic-list-item {
		border-bottom: none;
		padding-bottom: 0;
		gap: 20px;
	}
	.aic-list-item > h4 {
		font-size: 14px;
	}
	.aic-list-flex {
		flex-flow: column;
		gap: 15px;
	}
	.aic-address-box {
		font-size: 11px;
	}
	.single-area .sec-area-service .header-01 h2 {
		font-size: 2rem;
	}
	.single-area .remains-box {
		padding-top: 40px;
	}
	.top-reason-detail-item > div > a {
		font-size: 1.4rem;
	}
	.top-reason-item:nth-of-type(3) .top-reason-detail-item > div > a {
		max-width: 300px;
	}
}

@media screen and (max-width: 500px) {
	.basic-price-box > div > div > div > p:nth-of-type(1) {
		font-size: 21px;
	}
	.basic-price-box > div > div > div > p {
		font-size: 28px;
	}
	.basic-price-box > div > div > div > p > span {
		font-size: 14px;
	}
}

/* 2025.06.23 add */
/* column */
.sec-top-column {
	padding: 70px 20px 67px;
	background: url(../img/common/bg-pattern.png) center center repeat;
}
.top-column-grid {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 60px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px 16px;
	padding-bottom: 30px;
}
.top-column-card {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 10px;
	background: #fff;
	padding: 15px;
	filter: drop-shadow(0px 11px 10px rgb(0 0 0 / 10%));
}
.top-column-card > figure {
	width: 100%;
	height: auto;
	aspect-ratio: 231 / 173;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.top-column-card > figure > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all ease 0.33s;
}
.top-column-card:hover > figure > img {
	transform: scale(1.05);
}

.top-column-card > div {
	width: 100%;
}
.top-column-card > div > p {
	width: 100%;
	text-align: left;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
}

@media screen and (max-width: 1000px) {
	.sec-top-column {
		padding: 40px 20px 67px;
	}
	.top-column-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (max-width: 768px) {
	.top-column-grid {
		grid-template-columns: repeat(2, 1fr);
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 500px) {
	.top-column-grid {
		grid-template-columns: repeat(1, 1fr);
	}
}
