.about_message_wrap {
	margin-top: 11.7rem;
}
.about_message_title {
	font-size: 4.8rem;
	font-weight: 400;
	line-height: 1.7;
	font-weight: 700;
}
.about_message_text {
	font-size: 1.5rem;
	line-height: 1.8;
	margin-top: 5.2rem;
	font-weight: 400;
}
.about_wrap {
	margin-top: 9.8rem;
	margin-bottom: 13.6rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 13.2rem;
}
.about_aside_wrap {
	width: 20rem;
}
.about_aside {
	position: sticky;
	top: 10rem;
}
.about_aside_title {
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.04rem;
	color: var(--accent-color);
}
.about_nav {
	margin-top: 3.2rem;
}
.about_nav_list {
	display: flex;
	flex-direction: column;
	gap: 2.4rem;
}
.about_nav_link {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 1.4rem;
	transition: opacity 0.3s ease;
}
.about_nav_link:hover {
	opacity: 0.7;
}
.about_nav_link svg {
	transition: transform 0.3s ease;
}
.about_nav_link:hover svg {
	transform: translateX(0.5rem);
}
.about_nav_link span {
	font-size: 1.8rem;
	line-height: 1.7;
	letter-spacing: 0.04rem;
	color: var(--text-color-dark);
}
.about_content_wrap {
	width: 76.8rem;
}
.about_content {
	display: flex;
	flex-direction: column;
	gap: 17.3rem;
}
.about_item {
	display: flex;
	flex-direction: column;
	gap: 5.8rem;
}
.about_item_title_wrap {
	display: flex;
	flex-direction: column;
	gap: 1.8rem;
}
.about_item_title-en {
	font-size: 4.8rem;
	line-height: 1.2;
	font-weight: 600;
	color: var(--text-color-dark);
}
.about_item_title-ja {
	font-size: 2.4rem;
	line-height: 1.7;
	letter-spacing: 0.04rem;
	font-weight: 400;
	color: var(--accent-color);
}
.about_item_sentence {
	display: flex;
	flex-direction: column;
	gap: 1.8rem;
}
.about_item_text {
	font-size: 1.8rem;
	line-height: 1.8;
	letter-spacing: 0.04rem;
}
.about_item_name-ja {
	font-size: 2.4rem;
	line-height: 1.8;
	letter-spacing: 0.07rem;
	color: var(--text-color-dark);
}
.outline_table {
	width: 100%;
}
.outline_item {
	display: block;
	padding: 3rem 0;
	border-bottom: 1px solid #d7d7d7;
}
.outline_label {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.7;
	color: var(--text-color-dark);
	width: 24rem;
}
.outline_text {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.08rem;
	color: var(--text-color-dark);
}
.access_map iframe {
	width: 100%;
	height: 53.3rem;
}

@media screen and (max-width: 767px) {
	.about_message_wrap {
		margin-top: 5.6rem;
	}
	.about_message_title {
		font-size: 2.4rem;
	}
	.about_message_text {
		font-size: 1.6rem;
		margin-top: 5.2rem;
	}
	.about_wrap {
		margin-top: 7.8rem;
		margin-bottom: 6.4rem;
		flex-direction: column;
		gap: 12rem;
	}
	.about_aside_wrap {
		width: 100%;
	}
	.about_aside {
		position: static;
	}
	.about_aside_title {
		display: none;
	}
	.about_nav {
		margin-top: 3.2rem;
	}
	.about_nav_list {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 2.6rem;
	}
	.about_nav_link {
		gap: 0.9rem;
	}
	.about_nav_link svg {
		width: 1rem;
	}
	.about_nav_link span {
		font-size: 1.6rem;
		font-weight: 700;
	}
	.about_content_wrap {
		width: 100%;
	}
	.about_content {
		gap: 12.6rem;
	}
	.about_item {
		gap: 5.8rem;
	}
	.about_item_text {
		font-size: 1.6rem;
	}
	.about_item_name-ja {
		font-size: 2rem;
	}
	.outline_label {
		font-size: 1.4rem;
		width: 13.2rem;
	}
	.outline_text {
		font-size: 1.4rem;
	}
}

/* ========================================
   Service
======================================== */
.service_item_title_wrap {
	position: relative;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 0.8rem;
}
.service_item_title_wrap::before {
	content: "";
	position: absolute;
	bottom: -0.1rem;
	left: 0;
	width: 3rem;
	height: 1px;
	background-color: #850000;
	z-index: 1;
}
.service_item_title-ja {
	font-size: 36px;
	line-height: 1.7;
	letter-spacing: 0.04rem;
	font-weight: 700;
}
.service_item {
	display: flex;
	flex-direction: row;
	padding: 3rem 0;
	border-bottom: 1px solid #d7d7d7;
}
.service_item:first-child {
	border-top: 1px solid #d7d7d7;
}
.service_table {
	width: 100%;
}
.service_label {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.04rem;
	color: var(--text-color-dark);
	width: 20rem;
	min-width: 70px;
}
.service_text {
	display: flex;
	flex-direction: column;
	gap: 2.4rem;
}
.text_group p {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.04rem;
}
.text_group .big {
	font-size: 2.2rem;
}
.text_group .small {
	font-size: 1.2rem;
}
.img_group {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.4rem;
}
.img_item_name {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.04rem;
	margin-top: 1rem;
}

.service_desc {
	font-size: 1.5rem;
	line-height: 1.8;
	font-weight: 400;
	margin-bottom: 4rem;
}
.service_images {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.4rem;
}

#aboutWatering {
	position: relative;
	background-color: #333;
}
.aboutWatering_outer {
	display: flex;
	justify-content: flex-end;
	padding: 0 17rem;
}
.aboutWatering_outer {
	position: relative;
	z-index: 1;
}
#aboutWatering * {
	color: var(--text-color-light);
}
.aboutWatering_video iframe {
	width: 100%;
	height: 44.2rem;
}

.aboutWatering_doco {
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 0;
}
.aboutWatering_doco .flow_text {
	bottom: 0;
	overflow: hidden;
	display: flex;
	width: 100%;
	margin-inline: calc(50% - 50vw);
	margin-bottom: -2rem;
}

.aboutWatering_doco .flow_text_item {
	flex-shrink: 0;
	white-space: nowrap;
	font-size: 29.6rem;
	font-weight: 400;
	letter-spacing: 0.04rem;
	line-height: 1;
	color: var(--text-color-light);
	opacity: 0.27;
	z-index: 10;
}

.aboutWatering_doco .flow_text_item:nth-child(odd) {
	animation: MoveLeft 80s -40s infinite linear;
}
.aboutWatering_doco .flow_text_item:nth-child(even) {
	animation: MoveLeft2 80s infinite linear;
}

@keyframes MoveLeft {
	from {
		transform: translateX(100%);
	}
	to {
		transform: translateX(-100%);
	}
}

@keyframes MoveLeft2 {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-200%);
	}
}

@media screen and (max-width: 767px) {
	.service_item {
		flex-direction: column;
		gap: 2.4rem;
	}
	.aboutWatering_outer {
		padding: 0 2rem;
	}
	.aboutWatering_video iframe {
		width: 100%;
		height: 19.6rem;
	}
	#aboutWatering .about_aside_wrap {
		display: none;
	}
	.aboutWatering_doco .flow_text_item {
		font-size: 15.6rem;
	}
}
