@charset "UTF-8";

/* 共通 */

body {
	background: none !important;
}

.bottom-svg {
	display: none;
}

.coffee .bottom-svg {
	display: block;
	margin-top: 168px;
}

.page-title {
	height: 554px;
	position: relative;
	z-index: -1;
}

.wrap {
	background: url(../img/body.webp);
	background-repeat: repeat;
	border-radius: 50px 50px 0 0;
	margin: -40px auto 0;
	color: #1F1F1F;
	width: 100%;
	overflow-x: hidden;
}

.wrap p {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 2.5;
	position: relative;
	z-index: 1;
}

.business {
	background: url(../img/page/business/business-title.webp) no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 554px;
}

.business h1 {
	color: #fff;
	font-size: 50px;
	letter-spacing: .08em;
	line-height: 1.2;
	padding-top: 238px;
	padding-left: 143px;
}

section h2 {
	color: #1F1F1F;
	display: flex;
	align-items: flex-start;
	gap: 20px;
	font-size: 50px;
	letter-spacing: .08em;
	line-height: 1.2;
	position: relative;
	z-index: 1;
}

section h2 span {
	color: #006E3F;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 2;
	padding-left: 12px;
	position: relative;
	margin-top: 17px;
}

section h2 span::before {
	content: "";
	background: #006E3F;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 7px;
	height: 7px;
}

section .title {
	margin-left: 136px;
	position: relative;
	z-index: 1;
}

section .title p {
	margin-top: 44px;
}

section ol {
	counter-reset: counter;
}

section ol li {
	counter-increment: counter;
	position: relative;
	z-index: 1;
	margin: 0 auto 44px;
	width: calc(95% - 62px);
	max-width: 1208px;
	height: 472px;
}

section ol li span {
	display: flex;
	align-items: center;
	height: 472px;
	position: relative;
}

section ol li span::before {
	content: "";
	background: url(../img/page/business/list-icon.webp) no-repeat;
	background-size: contain;
	position: absolute;
	top: 16px;
	width: 123px;
	height: 117px;
	transition: transform 1s;
}

section ol li span:hover::before {
	transform: rotate(180deg);
}

section ol li:last-child {
	margin-bottom: 0;
}

section ol li::before {
	content: counter(counter, decimal-leading-zero);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 50px;
	font-weight: bold;
	letter-spacing: .08em;
	line-height: 1.2;
	position: absolute;
	top: 14px;
	width: 123px;
	height: 117px;
	z-index: 1;
}

.civil ol li:nth-child(odd)::before {
	left: -60px;
}

.civil ol li:nth-child(even)::before {
	left: auto;
	right: -63px;
}

section ol li::after {
	content: "";
	background: #fff;
	border-radius: 15px;
	width: 100%;
	max-width: 1008px;
	height: 472px;
	position: absolute;
	top: 0;
	z-index: -1;
}

section li h3 {
	color: #006E3F;
	font-size: 30px;
	letter-spacing: .08em;
	line-height: 1.2;
}

section li p {
	margin-top: 32px;
}

section ol li img {
	border-radius: 15px;
}

section li .col {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

/* リード */

.lead {
	margin: 112px auto 171px;
}

.lead p {
	font-size: 25px;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.6;
	text-align: center;
}

.lead .col {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
	margin: 96px auto;
	width: 100%;
	max-width: 1168px;
}

.lead a {
	background: url(../img/page/business/btn-g.webp);
	border-radius: 100px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 27px;
	font-size: 30px;
	font-weight: bold;
	padding: 46px 37px;
	position: relative;
	transition: 1s;
}

.lead a:nth-child(2) {
	gap: 58px;
}

.lead a::before {
	content: "";
	background: url(..//img/page/business/btn-img_1.webp) no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 16px;
	width: 112px;
	height: 112px;
	transition: transform 1s;
}

.lead a:nth-child(2)::before {
	background: url(..//img/page/business/btn-img_2.webp) no-repeat;
	background-size: contain;
}

.lead a:nth-child(3)::before {
	background: url(..//img/page/business/btn-img_3.webp) no-repeat;
	background-size: contain;
}

.lead a:hover {
	background: url(../img/page/business/btn-b.webp);
}

.lead a:hover::before {
	transform: translateY(-50%) rotate(360deg);
}

/* 土木工事 */

.civil {
	background: url(../img/page/business/civil-body.webp);
	background-repeat: repeat;
	padding: 80px 0 56px;
	position: relative;
}

.civil::before {
	content: "";
	background: url(../img/page/business/civil-deco.webp) no-repeat;
	background-size: contain;
	position: absolute;
	left: -25px;
	top: -125px;
	width: 425px;
	height: 787px;
}

.civil ol {
	margin-top: 168px;
}

.civil ol li:nth-child(odd) span {
	gap: 41px;
}

.civil ol li:nth-child(even) span {
	gap: 57px;
	flex-flow: row-reverse;
}

.civil ol li:nth-child(odd) span::before {
	left: -62px;
}

.civil ol li:nth-child(even) span::before {
	right: -61px;
}

.civil ol li:nth-child(odd)::after {
	left: 0;
}

.civil ol li:nth-child(even)::after {
	right: 0;
}

.civil ol li:nth-child(odd) span>div:first-child {
	margin-left: 80px;
}

.civil ol li:nth-child(even) span>div:first-child {
	margin-right: 50px;
}

/* 林業 */

.forestry {
	background: url(../img/page/business/forestry-body.webp);
	background-repeat: repeat;
	padding: 32px 0 160px;
	position: relative;
}

.forestry::before {
	content: "";
	background: url(../img/page/business/forestry-deco.webp) no-repeat;
	background-size: contain;
	position: absolute;
	z-index: 1;
	left: -97px;
	top: -152px;
	width: 569px;
	height: 744px;
}

.forestry h2 {
	gap: 24px;
	margin-top: 50px;
}

.forestry h2 span {
	margin-top: 18px;
}

.forestry ol {
	margin-top: 72px;
}

.forestry ol li:nth-child(odd) span {
	gap: 57px;
	flex-flow: row-reverse;
}

.forestry ol li:nth-child(even) span {
	gap: 41px;
}

.forestry ol li:nth-child(odd)::before,
.forestry ol li:nth-child(odd) span::before {
	right: -61px;
}

.forestry ol li:nth-child(even)::before,
.forestry ol li:nth-child(even) span::before {
	left: -62px;
}

.forestry ol li:nth-child(odd)::after {
	right: 0;
}

.forestry ol li:nth-child(even)::after {
	left: 0;
}

.forestry ol li:nth-child(odd) span>div:first-child {
	margin-right: 50px;
}

.forestry ol li:nth-child(even) span>div:first-child {
	margin-left: 80px;
}

/* コーヒー */

.coffee {
	background: url(../img/page/business/coffee-body.webp);
	background-repeat: repeat;
	padding: 116px 0 0;
	position: relative;
}

.coffee::before {
	content: "";
	background: url(../img/page/business/coffee-deco.webp) no-repeat;
	background-size: contain;
	position: absolute;
	z-index: 1;
	left: -35px;
	top: -72px;
	width: 463px;
	height: 560px;
}

.coffee h2 {
	gap: 26px;
}

.coffee h2 span {
	color: #4B3E2C;
	margin-top: 20px;
}

.coffee h2 span::before {
	background: #4B3E2C;
}

.coffee ol {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	flex-wrap: wrap;
	margin: 237px auto 0;
	width: 100%;
	max-width: 1008px;
}

.coffee ol li {
	background: #fff;
	border-radius: 15px;
	box-sizing: border-box;
	display: block;
	height: auto;
	margin: 0;
	max-width: 496px;
	padding: 37px 48px 48px;
}

.coffee ol li::before {
	top: -32px;
	left: -58px;
}

.coffee ol li::after {
	content: "";
	background: url(../img/page/business/coffee-list-icon.webp) no-repeat;
	background-size: contain;
	position: absolute;
	top: -30px;
	left: -59px;
	width: 123px;
	height: 117px;
	transition: transform 1s;
}

.coffee ol li:hover::after {
	transform: rotate(180deg);
}

.coffee ol li:nth-child(odd) {
	margin-top: -122px;
}

.coffee ol li p {
	font-size: 15px;
	line-height: 2;
	padding-left: 32px;
	margin-top: 0;
}

/* ショップ */

.online {
	background: url(../img/page/business/online-body.webp);
	background-repeat: repeat;
	border-radius: 15px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	gap: 31px;
	padding: 42px 48px;
	margin: 88px auto 0;
	width: calc(100% - 48px);
	max-width: 1008px;
}

.online img {
	border-radius: 15px;
	width: 100%;
	max-width: 400px;
}

.online h3 {
	color: #fff;
	font-size: 30px;
	letter-spacing: .08em;
	line-height: 1.2;
}

.online p {
	color: #fff;
	font-size: 15px;
	letter-spacing: .05em;
	line-height: 2;
	margin-top: 34px;
}

.online .btn {
	margin-top: 46px;
}

/* Instagram */

.insta {
	margin: 156px auto 0;
}

.insta h3 {
	font-size: 30px;
	letter-spacing: .08em;
	line-height: 1.2;
	margin: 0 auto;
	max-width: 1008px;
}

.insta h3 span {
	font-size: 15px;
	letter-spacing: .05em;
	line-height: 2;
	margin-left: 39px;
}

.insta .btn {
	margin: 0 auto;
}

.bx-viewport {
	overflow: hidden;
}
.insta #sb_instagram #sbi_images {
	display: block !important;
	border-radius: 15px;
}
.insta #sb_instagram {
	max-width: 100%!important;
    width:100%!important;
	margin: 40px auto 50px;
}
.insta #sb_instagram #sbi_images .sbi_item {
	margin: 0 7px !important;
	width: 240px!important;
}
.insta .sbi_photo {
	height: 240px!important;
}

#sb_instagram .sbi_photo img {
	border-radius: 15px !important;
	height: 228px !important;
}

#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_photo_wrap {
    border-radius: 15px;
    overflow: hidden;
}

/* tab */
@media screen and (max-width:1180px) {
	.lead .col {
		grid-template-columns: repeat(1, 1fr);
		max-width: 368px;
	}

	/* 共通 */
	section .title {
		margin-left: 0;
	}

	section h2 {
		flex-flow: column-reverse;
		gap: 12px !important;
	}

	section h2 span {
		margin-top: 0 !important;
	}

	section .title p {
		margin-top: 12px;
	}

	section ol li span,
	.civil ol li:nth-child(even) span,
	.forestry ol li:nth-child(odd) span {
		flex-flow: column;
		gap: 29px !important;
		height: auto;
	}

	section ol li {
		background: #fff;
		border-radius: 15px;
		height: auto;
		padding: 65px 24px 24px;
	}

	section ol li::before {
		font-size: 30px;
		top: -33px !important;
		left: -15px !important;
		width: 80px;
		height: 80px;
	}

	section ol li span::before {
		top: -98px !important;
		left: -40px !important;
		width: 80px;
		height: 80px;
	}

	section ol li span>div:first-child {
		margin: 0 !important;
		width: 100%;
	}

	section ol li img {
		width: 100%;
	}

	/* 土木工事 */
	.civil {
		padding: 64px 24px 33px;
	}

	.civil::before {
		top: -40px;
		left: -45px;
		width: 159px;
		height: 295px;
	}

	.civil ol {
		margin-top: 63px;
	}

	/* 林業 */

	.forestry {
		padding: 56px 24px 95px;
	}

	.forestry::before {
		top: -53px;
		left: -63px;
		width: 238px;
		height: 312px;
	}

	/* コーヒー */

	.coffee {
		padding: 64px 0 0;
	}

	.coffee::before {
		top: -56px;
		left: -44px;
		width: 211px;
		height: 255px;
	}

	.coffee .title {
		padding: 0 24px;
	}

	.coffee ol {
		box-sizing: border-box;
		padding: 0 24px;
		margin: 62px auto 0;
		align-items: center;
		justify-content: center;
		gap: 56px;
	}

	.coffee ol li {
		padding: 56px 24px 24px;
	}

	.coffee ol li:nth-child(odd) {
		margin-top: 0;
	}

	.coffee ol li::after {
		top: -32px;
		left: -16px;
		width: 80px;
		height: 80px;
	}

	.coffee ol li p {
		padding-left: 0;
	}

	.coffee ol li img {
		margin: 12px auto 0;
		width: 100%;
	}

	/* ショップ */

	.online {
		box-sizing: border-box;
		flex-flow: column-reverse;
		gap: 36px;
		padding: 40px 19px 24px;
		text-align: center;
		max-width: 496px;
	}

	.online p {
		display: inline-block;
		text-align: left;
	}

	.online .btn {
		text-align: left;
		padding: 9px 34px;
		margin: 33px auto 0;
		max-width: 277px;
	}

	.online .btn::after {
		top: 9px;
		height: 30px;
	}
}

/* sp */
@media screen and (max-width:768px) {
	.business,
	.page-title {
		height: 265px;
	}

	.business h1 {
		font-size: 30px;
		padding: 116px 0 0;
		text-align: center;
	}

	.wrap p {
		line-height: 2;
	}

	/* リード */

	.lead {
		margin: 60px auto 112px;
	}

	.lead p {
		font-size: 16px;
		font-weight: 500;
		line-height: 2.5;
	}

	.lead .col {
		gap: 7px;
		max-width: 293px;
		margin: 58px auto 0;
	}

	.lead a {
		padding: 12px 30px;
	}

	.lead a::before {
		width: 56px;
		height: 56px;
	}

	/* 共通 */

	section ol li {
		box-sizing: border-box;
		flex-flow: column;
		margin: 0 auto 72px;
		width: 100%;
		max-width: 496px;
	}

	section ol li::after {
		content: none;
	}

	section li .col {
		flex-flow: column;
		gap: 8px;
	}

	section li p {
		margin-top: 22px;
	}

	section ol li img {
		display: block;
		margin: 0 auto;
	}

	/* コーヒー */

	.coffee ol li img {
		margin: 12px auto 0;
	}

	.coffee .bottom-svg {
		margin-top: 98px;
	}

	/* Instagram */

	.insta {
		margin: 96px auto 0;
	}

	.insta h3 {
		margin-left: 24px;
	}

	.insta h3 span {
		display: block;
		margin: 26px 0 0 0;
	}

	.insta #sb_instagram {
		margin: 20px auto 48px;
	}
}