﻿body {
	container: body / inline-size;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	gap: 50px;
	color: var(--text-color-black-pale);
	font-size: 16px;
	font-family: 'Noto Sans JP';
	line-height: 1.5;
	letter-spacing: 0px;
	background-color: var(--light-base-gray-00);
	overflow-x: hidden;
	overflow-y: auto;
}



/* column-a */

.column-a {
	display: flex;
	flex-direction: column;
}

.column-title {
	color: var(--light-blue-50);
	--min-font-size: 25;
	--max-font-size: 45;
	font-size: var(--interpolate);
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	line-height: 1.56;
	letter-spacing: 0px;
	text-align: left;
}

/* end column-a*/


.text-symbol {
	color: var(--text-color-black-pale);
	--min-font-size: 16;
	--max-font-size: 20;
	font-size: var(--interpolate);
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0px;
	text-align: center;
}



/* column-b */

.column-b {
	width: 448px;
	display: flex;
	flex-direction: column;
	gap: 21px;
	flex-shrink: 0;
}

.column-row-top {
	display: flex;
	align-items: center;
	gap: 10px;
}

.column-hugeicons {
	width: 36px;
	flex-shrink: 0;
	aspect-ratio: 1 / 1;
}

.column-subtitle1 {
	color: var(--light-blue-50);
	font-size: 24px;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0px;
	text-align: left;
}

.column-subtitle2 {
	color: var(--text-color-black-pale);
	font-size: 24px;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0px;
	text-align: left;
}

/* end column-b*/


.circle {
	width: 10px;
	flex-shrink: 0;
	background-color: var(--light-blue-50);
	aspect-ratio: 1 / 1;
	border-radius: 50%;
}

.card-table-cell-a {
	width: 160px;
	min-height: 74px;
	flex-shrink: 0;
	color: var(--text-color-black-pale);
	font-size: 18px;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0px;
	text-align: left;
	padding: 23px 11px 23px 12px;
}

.cell-a {
	min-height: 74px;
	flex-grow: 1;
	color: var(--text-color-black-pale);
	font-size: 18px;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0px;
	text-align: left;
	background-color: var(--light-base-gray-00);
	padding: 22px 12px 22px 11px;
	border-left: 1px solid var(--light-blue-20);
	border-top: 1px solid var(--light-blue-20);
}

.cell-b {
	width: 100%;
	min-height: 61px;
	flex-grow: 1;
	color: var(--text-color-black-pale);
	font-size: 18px;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0px;
	text-align: left;
	background-color: var(--light-base-gray-00);
	padding: 17px 11px;
	border-right: 1px solid var(--light-blue-20);
}

.row-text-symbol {
	color: var(--text-color-black-pale);
	font-size: 16px;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0px;
	text-align: left;
}

.header {
	container: header / inline-size;
	position: relative;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	background-color: var(--light-base-gray-00);
	overflow: hidden;
}

.header-row {
	container: header-row / inline-size;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 459px;
	padding: 20px 24px 30px 24px;
}

.header-s-300x129 {
	width: 153px;
	flex-shrink: 0;
	aspect-ratio: 3472556 / 1491927;
}

.header-row-right {
	display: flex;
	align-items: flex-start;
	gap: 30px;
}

.header-text-symbol {
	color: var(--text-color-black-pale);
	font-size: 20px;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0px;
	text-decoration: none;
	cursor: pointer;
	text-align: left;
}

.header-img {
	width: 100%;
	max-width: 100%;
	display: block;
	object-fit: cover;
}

/* Hero overlay */
.hero-container {
	position: relative;
	margin-top: 75px;
	overflow: hidden;
}

.hero-slider {
	width: 100%;
	overflow: hidden;
}

.hero-track {
	display: flex;
	transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	will-change: transform;
}

.hero-slide {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	flex-shrink: 0;
}

.hero-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 2;
	pointer-events: none;
	padding: 35px 55px 40px;
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	border: 1.5px solid rgba(255, 255, 255, 0.35);
	border-radius: 4px;
	box-shadow:
		0 8px 32px rgba(0, 0, 0, 0.25),
		0 2px 8px rgba(0, 0, 0, 0.15),
		inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.hero-subtitle {
	color: #fff;
	font-size: 22px;
	font-family: 'Noto Sans JP';
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 2px;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
	margin-bottom: 8px;
}

.hero-title {
	color: #fff;
	font-size: 90px;
	font-family: 'Noto Sans JP';
	font-weight: 700;
	line-height: 1;
	letter-spacing: 8px;
	text-shadow: 0 3px 12px rgba(0, 0, 0, 0.35);
}

.hero-title-aqua {
	font-size: 60px;
	letter-spacing: 16px;
	font-weight: 400;
}

/* Hero pagination dots */
.hero-dots {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 10px;
	z-index: 2;
}

.hero-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	transition: all 0.3s ease;
}

.hero-dot.active {
	width: 30px;
	border-radius: 6px;
	background-color: #fff;
}

/* About Us Section */
.about-us {
	gap: 30px;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #fff;
}

.about-us-title {
	color: var(--text-color-black-pale);
	font-size: 40px;
	font-family: 'Noto Sans JP';
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 2px;
	text-align: center;
}

.about-us-content {
	width: 100%;
	max-width: 1216px;
	display: flex;
	align-items: flex-start;
	gap: 40px;
}

.about-us-left {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
}

.about-us-caption {
	font-size: 16px;
	font-family: 'Noto Sans JP';
	text-align: center;
	color: var(--text-color-black-pale);
}

.about-us-text {
	font-size: 16px;
	font-family: 'Noto Sans JP';
	font-weight: 400;
	line-height: 1.8;
	color: var(--text-color-black-pale);
	text-align: left;
}

.about-us-right {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-us-video {
	width: 100%;
	max-width: 560px;
}

.video-placeholder {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	background: #1a1a1a;
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.video-play-btn {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.video-play-btn svg {
	width: 48px;
	height: 48px;
	opacity: 0.9;
	transition: opacity 0.3s, transform 0.3s;
}

.video-play-btn:hover svg {
	opacity: 1;
	transform: scale(1.1);
}

.video-controls {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 12px;
	background: #2a2a2a;
}

.video-controls-left {
	display: flex;
	gap: 8px;
	flex-shrink: 0;
}

.video-ctrl-icon {
	color: #aaa;
	font-size: 10px;
	cursor: pointer;
}

.video-progress {
	flex: 1;
	height: 4px;
	background: #555;
	border-radius: 2px;
	overflow: hidden;
}

.video-progress-bar {
	width: 30%;
	height: 100%;
	background: #E96470;
	border-radius: 2px;
}

.video-time {
	color: #aaa;
	font-size: 12px;
	font-family: 'Noto Sans JP';
	flex-shrink: 0;
}

@media screen and (max-width: 900px) {
	.about-us-content {
		flex-direction: column;
		align-items: center;
	}
}

.subtitle-visio {
	width: 100%;
	flex-grow: 1;
	text-align: left;
}

.col-right1 {
	width: 100%;
	max-width: 960px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	flex-grow: 1;
	text-align: center;
}

.group1 {
	flex-shrink: 0;
	aspect-ratio: 6442844 / 2415657;
}

.col1 {
	container: col1 / inline-size;
	gap: 69px;
	background-image: none;
	background-color: #f0f6fb;
	padding-top: 60px;
	padding-bottom: 60px;
}

.col-top1 {
	width: 228px;
}

.row2 {
	width: 100%;
	max-width: 1216px;
	display: flex;
	align-items: flex-start;
	gap: 24px;
}

.col-left1 {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 14px;
	flex-grow: 1;
}



/* card */

.card {
	display: flex;
	flex-direction: column;
	gap: 10px;
	background-position: top left, center;
	background-size: auto auto, cover;
	background-repeat: no-repeat, no-repeat;
	padding: 98px 40px 25px 40px;
	border-radius: 15px;
}

.card-subtitle {
	color: var(--light-base-gray-00);
	font-size: 36px;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0px;
	text-align: left;
}

.card-text {
	color: var(--light-base-gray-00);
	font-size: 20px;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0px;
	text-align: left;
}

/* end card*/


.card-top {
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 100%), url(../assets/card/card1.png);
}

.card-bottom {
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 100%), url(../assets/card/card2.png);
}

.card-right {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex-grow: 1;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 100%) top left / auto auto no-repeat, url(../assets/card.png) center / cover no-repeat;
	padding: 156px 40px 25px 40px;
	border-radius: 15px;
}

.card-right-subtitle {
	text-align: left;
}

.card-right-text {
	text-align: left;
}

.card-right-text-bottom {
	margin-right: 26px;
	color: var(--light-base-gray-00);
	text-align: left;
}

/* Features Grid */

.features-grid {
	width: 100%;
	max-width: 1216px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.features-top-row {
	display: flex;
	gap: 24px;
	align-items: stretch;
}

.features-left-col {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.feature-card {
	border-radius: 15px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	padding: 40px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.feature-card-inner {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.feature-card-01 {
	flex: 1;
	background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url(../assets/feature01.png);
}

.feature-card-02 {
	flex: 1;
	background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url(../assets/feature02.png);
}

.feature-card-03 {
	flex: 1;
	background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url(../assets/feature03.png);
}

.feature-card-04 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../assets/feature04.jpg);
	background-size: cover;
	background-position: center;
	padding: 40px;
	display: flex;
	border-radius: 15px;
	overflow: hidden;
	min-height: 420px;
}

.feature-card-04-image {
	flex: 1;
	overflow: hidden;
}

.feature-card-04-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.feature-card-04-content {
	flex: 1;
	background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url(../assets/feature04.png);
	background-size: cover;
	background-position: center;
	padding: 40px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.feature-card-number {
	color: var(--light-base-gray-00);
	font-size: 28px;
	font-family: 'Noto Sans JP';
	font-weight: 700;
	line-height: 1.3;
}

.feature-card-heading {
	color: var(--light-base-gray-00);
	font-size: 20px;
	font-family: 'Noto Sans JP';
	font-weight: 500;
	line-height: 1.5;
}

.feature-card-desc {
	color: var(--light-base-gray-00);
	font-size: 16px;
	font-family: 'Noto Sans JP';
	font-weight: 400;
	line-height: 1.7;
	margin-top: 8px;
}

/* End Features Grid */

.col2 {
	gap: 30px;
	background-color: #fff;
}

.col-top2 {
	width: 262px;
}

/* Functions Layout */
.functions-layout {
	width: 100%;
	max-width: 1216px;
	display: flex;
	gap: 40px;
	align-items: center;
}

.functions-phone-wrap {
	flex: 0 0 180px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.star {
	width: 100%;
	height: auto;
	display: block;
}

.functions-grid {
	flex: 1;
	display: flex;
	gap: 16px;
}

.functions-col {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.func-btn {
	width: 100%;
	min-height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--light-blue-05);
	color: var(--light-blue-50);
	font-size: 15px;
	font-family: 'Noto Sans JP';
	font-weight: 500;
	border-radius: 12px;
	padding: 14px 18px;
	text-align: center;
	line-height: 1.4;
	border: none;
	cursor: pointer;
	box-shadow: 0 2px 8px rgba(61, 150, 211, 0.15);
	transition: filter 0.2s ease;
}

.func-btn:hover {
	filter: brightness(0.94);
}

.func-btn-multi {
	min-height: 76px;
}

.func-btn-dim {
	color: #b0c8dc;
}

/* Functions description list */
.functions-desc-list {
	width: 100%;
	max-width: 1216px;
}

.functions-desc-list ul {
	list-style: disc;
	padding-left: 20px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.functions-desc-list li {
	font-size: 15px;
	font-family: 'Noto Sans JP';
	font-weight: 400;
	color: var(--text-color-black-pale);
	line-height: 1.7;
}

.func-desc-title {
	color: var(--light-blue-50);
	font-weight: 700;
}

/* ========================
   Product Detail Section
   ======================== */

.product-detail {
	gap: 40px;
	background-color: #f0f6fb;
	padding-top: 80px;
	padding-bottom: 0;
}

.product-detail-title {
	color: var(--light-blue-50);
	font-size: 24px;
	font-family: 'Noto Sans JP';
	font-weight: 700;
	align-self: flex-start;
	width: 100%;
	max-width: 1216px;
	padding-left: 300px; /* 260px image col + 40px gap */
}

.product-detail-top {
	width: 100%;
	max-width: 1216px;
	display: flex;
	gap: 40px;
	align-items: stretch;
}

.product-images {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 32px;
	flex-shrink: 0;
	width: 260px;
}

.product-image-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	flex: 1;
}

.product-unit-img {
	width: 100%;
	flex: 1;
	min-height: 160px;
	object-fit: contain;
	object-position: center;
}

.product-unit-img-large {
	min-height: 200px;
}

.product-image-label {
	font-size: 14px;
	font-family: 'Noto Sans JP';
	font-weight: 500;
	color: var(--text-color-black-pale);
	text-align: center;
}

/* Tables */
.product-table {
	flex: 1;
	border-collapse: collapse;
	width: 100%;
	font-size: 14px;
	font-family: 'Noto Sans JP';
	table-layout: auto;
}

.product-table thead tr {
	background-color: var(--light-blue-40);
}

.product-table thead th {
	padding: 12px 16px;
	text-align: center;
	font-weight: 600;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.25);
}

.product-table thead th.th-label {
	background-color: var(--light-blue-40);
	border-color: rgba(255, 255, 255, 0.25);
}

.product-table tbody td {
	padding: 11px 14px;
	text-align: center;
	border: 1px solid #e0e0e0;
	color: var(--text-color-black-pale);
	line-height: 1.5;
	vertical-align: middle;
	background-color: #fff;
}

.product-table tbody tr:nth-child(even) td {
	background-color: #f8f8f8;
}

.product-table tbody tr:nth-child(even) td.td-label {
	background-color: #f3f3f3;
}

.product-table tbody td.td-label {
	text-align: center;
	background-color: #fafafa;
	font-size: 13px;
	font-weight: 500;
}

.product-table tbody td.td-group {
	text-align: center;
	background-color: #fff;
	font-weight: 500;
	color: var(--text-color-black-pale);
	font-size: 13px;
	width: 120px;
}

/* Detail table (bottom, full width) */
.product-table-detail {
	width: 100%;
	max-width: 1216px;
	table-layout: auto;
}

.product-table-detail thead th {
	width: auto;
}

.product-table-detail thead th.th-model-label {
	text-align: center;
	background-color: var(--light-blue-50);
}

/* ========================
   End Product Detail
   ======================== */

/* ========================
   Sensor Detail Section
   ======================== */

.sensor-detail {
	padding-top: 0;
	padding-bottom: 0;
}

.sensor-detail-inner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1216px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 32px;
	padding: 60px 40px;
	background-image: url(../assets/frame04.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 16px;
	overflow: hidden;
}

.sensor-detail-inner::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
	z-index: 0;
}

.sensor-detail-inner > * {
	position: relative;
	z-index: 1;
}

.sensor-detail-title {
	color: #fff;
	font-size: 24px;
	font-family: 'Noto Sans JP';
	font-weight: 700;
}

.sensor-desc {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.sensor-desc p {
	color: #fff;
	font-size: 15px;
	font-family: 'Noto Sans JP';
	font-weight: 400;
	line-height: 1.7;
}

/* Visuals row */
.sensor-visuals {
	display: flex;
	gap: 16px;
	align-items: flex-end;
	width: 100%;
}

.sensor-col {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.sensor-img {
	width: 100%;
	height: 240px;
	object-fit: contain;
}

.sensor-img-caption {
	color: #fff;
	font-size: 12px;
	font-family: 'Noto Sans JP';
	line-height: 1.6;
	text-align: center;
}

.sensor-auto-wash-label {
	color: #fff;
	font-size: 13px;
	font-family: 'Noto Sans JP';
	font-weight: 500;
	align-self: flex-end;
}

.sensor-auto-wash-caption {
	color: #fff;
	font-size: 11px;
	font-family: 'Noto Sans JP';
	line-height: 1.6;
	text-align: center;
	max-width: 180px;
}

/* Bottom row: table + panel */
.sensor-bottom {
	display: flex;
	gap: 24px;
	align-items: flex-start;
}

.sensor-table {
	border-collapse: collapse;
	font-size: 14px;
	font-family: 'Noto Sans JP';
	background: rgba(255, 255, 255, 0.92);
	border-radius: 8px;
	overflow: hidden;
	min-width: 420px;
}

.sensor-table thead tr {
	background-color: var(--light-blue-40);
}

.sensor-table thead th {
	padding: 11px 18px;
	text-align: center;
	font-weight: 700;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.sensor-table tbody td {
	padding: 10px 18px;
	text-align: center;
	border: 1px solid #dde8f0;
	color: var(--text-color-black-pale);
	background: transparent;
}

.sensor-table tbody tr:nth-child(even) td {
	background: rgba(232, 245, 255, 0.6);
}

.sensor-table tbody td.sensor-td-label {
	text-align: left;
	font-weight: 500;
}

.sensor-panel {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}

.sensor-panel-img {
	width: 100%;
	border-radius: 8px;
	object-fit: cover;
}

.sensor-panel-caption {
	color: #fff;
	font-size: 12px;
	font-family: 'Noto Sans JP';
	text-align: center;
}

/* ========================
   Sales Section
   ======================== */

.sales-section {
	padding-top: 0;
	padding-bottom: 20px;
	gap: 16px;
	background-color: #fff;
}

.sales-title {
	color: var(--light-blue-50);
	font-size: 40px;
	font-family: 'Noto Sans JP';
	font-weight: 700;
	letter-spacing: 2px;
	text-align: center;
}

.sales-subtitle {
	color: var(--text-color-black-pale);
	font-size: 14px;
	font-family: 'Noto Sans JP';
	text-align: center;
	margin-bottom: 16px;
}

.sales-body {
	width: 100%;
	max-width: 1216px;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.sales-body p {
	color: var(--text-color-black-pale);
	font-size: 15px;
	font-family: 'Noto Sans JP';
	font-weight: 400;
	line-height: 1.8;
}

.sales-images {
	width: 100%;
	max-width: 1216px;
	display: flex;
	gap: 32px;
	align-items: flex-end;
	margin-top: 16px;
}

.sales-image-item {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
}

.sales-image-item:first-child {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 12px;
	align-items: flex-end;
}

.sales-image-item:first-child .sales-img-label {
	width: 100%;
	text-align: center;
}

.sales-img {
	width: 100%;
	height: 240px;
	object-fit: cover;
	border-radius: 8px;
	flex: 1;
}

.sales-image-item:first-child .sales-img {
	width: calc(50% - 6px);
	flex: unset;
}

.sales-img-label {
	color: var(--text-color-black-pale);
	font-size: 13px;
	font-family: 'Noto Sans JP';
	text-align: center;
}

/* Sales experiments */
.sales-experiments {
	width: 100%;
	max-width: 1216px;
	display: flex;
	gap: 40px;
	align-items: flex-start;
	margin-top: 8px;
}

.sales-exp-block {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.sales-exp-title {
	color: var(--light-blue-50);
	font-size: 18px;
	font-family: 'Noto Sans JP';
	font-weight: 700;
}

.sales-exp-desc {
	color: var(--text-color-black-pale);
	font-size: 14px;
	font-family: 'Noto Sans JP';
	line-height: 1.7;
}

.sales-exp-imgs {
	display: flex;
	gap: 4px;
	align-items: center;
	margin-top: 4px;
}

.sales-exp-img-wrap {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}

.sales-exp-img {
	width: 100%;
	height: 240px;
	object-fit: cover;
	border-radius: 8px;
}


.sales-exp-arrow {
	color: var(--light-blue-50);
	font-size: 24px;
	flex-shrink: 0;
}

/* タラの芽 row */
.sales-tara {
	width: 100%;
	max-width: 1216px;
	display: flex;
	gap: 40px;
	align-items: center;
	border-top: 1px solid #e8e8e8;
	padding-top: 32px;
	margin-top: 8px;
}

.sales-tara-left {
	flex: 0 0 260px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.sales-unagi {
	flex-direction: row-reverse;
	border-top: 1px solid #e8e8e8;
	padding-top: 32px;
	margin-top: 8px;
}

.sales-tara-title-row {
	display: flex;
	align-items: center;
	gap: 10px;
}

.sales-tara-icon {
	width: 28px;
	height: 28px;
}

.sales-tara-imgs {
	flex: 1;
	display: flex;
	gap: 16px;
	align-items: center;
}

.sales-tara-img-wrap {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
}

.sales-tara-img-wrap .sales-exp-img {
	width: 100%;
	display: block;
}

.sales-tara-label {
	color: var(--light-blue-50);
	font-size: 16px;
	font-family: 'Noto Sans JP';
	font-weight: 700;
}

/* ========================
   End Sensor Detail
   ======================== */

/* Central Element */
.functions-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.center-content {
	position: relative;
	z-index: 5;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
	color: #fff;
	text-align: center;
}

.visio-aqua-text {
	font-size: 48px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 2px;
}

.s-box {
	width: 60px;
	height: 80px;
	background-color: #fff;
	color: var(--light-blue-50);
	font-size: 56px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
}


.col3 {
	container: col3 / inline-size;
	width: 100%;
	max-width: 1011px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 3px;
}

.row-top1 {
	position: relative;
	margin-left: 5px;
	width: 100%;
	max-width: 768px;
	min-height: 179px;
	flex-shrink: 0;
}

.btn-symbol1 {
	position: absolute;
	top: 67px;
	left: 0;
	justify-content: center;
	text-align: center;
}

.btn-symbol2 {
	position: absolute;
	top: 0;
	left: 259px;
	justify-content: center;
	text-align: center;
}

.btn-symbol3 {
	position: absolute;
	top: 67px;
	left: 518px;
	justify-content: center;
	text-align: center;
}

.row3 {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	align-self: stretch;
}

.col-left2 {
	margin-top: 25px;
	display: flex;
	flex-direction: column;
	gap: 38px;
}

.btn-symbol4 {
	margin-left: 16px;
	justify-content: center;
	align-self: center;
	text-align: center;
}

.btn-symbol5 {
	justify-content: center;
	align-self: start;
	text-align: center;
}

.btn-bottom1 {
	justify-content: center;
	align-self: end;
	text-align: center;
}

.col4 {
	position: relative;
	margin-left: -22px;
	width: 411px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex-shrink: 0;
	padding: 137px 116px 107px 115px;
}

.group2 {
	position: relative;
	z-index: 1;
	flex-shrink: 0;
	aspect-ratio: 12253037 / 5260174;
}

.group3 {
	position: relative;
	z-index: 2;
	width: 80px;
	flex-shrink: 0;
	align-self: center;
	background-color: #fff;
	aspect-ratio: 11841691 / 11832969;
	border-radius: 9px;
}

.group-graphic {
	position: absolute;
	top: 17px;
	left: 50%;
	translate: -50% 0;
	width: 32px;
	height: 45px;
}

.col-right2 {
	margin-left: 6px;
	margin-top: 25px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 38px;
}

.btn-web {
	justify-content: center;
	text-align: center;
}

.btn-symbol6 {
	justify-content: center;
	align-self: end;
	color: var(--light-base-gray-20);
	text-align: center;
}

.btn-bottom2 {
	justify-content: center;
	color: var(--light-base-gray-20);
	text-align: center;
}

.row-bottom1 {
	margin-left: 6px;
	margin-top: 25px;
	display: flex;
	align-items: flex-start;
	gap: 45px;
}

.btn-symbol7 {
	min-height: 112px;
	justify-content: center;
	flex-shrink: 0;
	text-align: center;
}

.btn-symbol8 {
	min-height: 112px;
	justify-content: center;
	flex-shrink: 0;
	color: var(--light-base-gray-20);
	text-align: center;
}

.col5 {
	background-image: none;
	background-color: #f0f6fb;
	padding-top: 20px;
	padding-bottom: 20px;
}

.title-experiment {
	text-align: left;
	color: var(--light-blue-50);
}

.exp-layout {
	width: 100%;
	max-width: 1216px;
	display: flex;
	gap: 24px;
	align-items: stretch;
}

.exp-left-img {
	flex: 0 0 42%;
}

.exp-main-photo {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;
}

.exp-right {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.exp-card {
	background: #fff;
	border-radius: 12px;
	padding: 32px;
	display: flex;
	flex-direction: row;
	gap: 24px;
	box-shadow: 0 2px 12px rgba(0,0,0,0.07);
	align-items: flex-start;
}

.exp-card-left {
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.exp-card-right {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.exp-card-desc {
	color: var(--text-color-black-pale);
	font-size: 15px;
	font-family: 'Noto Sans JP';
	line-height: 1.8;
}

.exp-bottom-imgs {
	display: flex;
	gap: 12px;
	flex: 1;
}

.exp-bottom-img {
	flex: 1;
	width: 0;
	min-height: 220px;
	object-fit: cover;
	border-radius: 12px;
}

.col6 {
	container: col6 / inline-size;
	width: 100%;
	max-width: 1216px;
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.row-top2 {
	container: row-top2 / inline-size;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 44px;
}

.row4 {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 90px;
	padding-bottom: 1px;
}



/* column-c */

.column-c {
	width: 317px;
	display: flex;
	flex-direction: column;
	gap: 15px;
	flex-shrink: 0;
}

.column-subtitle3 {
	font-size: 24px;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0px;
	text-align: center;
}

.column-s-3608x22361 {
	flex-shrink: 0;
}

/* end column-c*/


.graphic1 {
	position: absolute;
	top: 146px;
	left: 338px;
	transform-origin: 50% 50%;
	width: 48px;
	aspect-ratio: 1 / 1;
}

.col-left4 .column-subtitle3 {
	color: var(--text-color-black-pale);
}

.col-right3 .column-subtitle3 {
	color: var(--light-blue-50);
}

.row-bottom2 {
	container: row-bottom2 / inline-size;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 44px;
}

.row5 {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 90px;
}



/* column-d */

.column-d {
	width: 317px;
	display: flex;
	flex-direction: column;
	gap: 15px;
	flex-shrink: 0;
}

.column-subtitle4 {
	font-size: 24px;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0px;
	text-align: center;
}

.column-s-3608x22362 {
	flex-shrink: 0;
}

.column-text-bottom {
	color: var(--text-color-black-pale);
	font-size: 16px;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0px;
	text-align: center;
}

/* end column-d*/


.graphic2 {
	position: absolute;
	top: 151px;
	left: 334px;
	transform-origin: 50% 50%;
	width: 48px;
	aspect-ratio: 1 / 1;
}

.col-left5 .column-subtitle4 {
	color: var(--text-color-black-pale);
}

.col-right4 .column-subtitle4 {
	color: var(--light-blue-50);
}

.wasabi-sales-wrapper {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	padding: 8px 24px;
}

.wasabi-sales-section {
	position: relative;
	width: 100%;
	max-width: 1216px;
	min-height: 480px;
	border-radius: 16px;
	overflow: hidden;
	background-image: url('../assets/Frame 120292.png');
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
}

.wasabi-sales-section::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
}

.wasabi-sales-content {
	position: relative;
	z-index: 1;
	max-width: 600px;
	padding: 80px 80px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.wasabi-sales-title {
	color: #fff;
	font-family: 'Noto Sans JP';
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 8px;
}

.wasabi-sales-text {
	color: #fff;
	font-family: 'Noto Sans JP';
	font-size: 14px;
	line-height: 1.9;
}

.wasabi-sales-note {
	color: rgba(255, 255, 255, 0.75);
	font-family: 'Noto Sans JP';
	font-size: 13px;
	line-height: 1.7;
	margin-top: 4px;
}

.suizokukan-section {
	width: 100%;
	max-width: 1216px;
	border-radius: 16px;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	min-height: 480px;
}

.suizokukan-left {
	position: relative;
	z-index: 2;
	flex: 0 0 50%;
	display: flex;
	flex-direction: column;
	gap: 18px;
	padding: 48px 48px;
}

.suizokukan-title {
	font-family: 'Noto Sans JP';
	font-size: 26px;
	font-weight: 700;
	color: var(--text-color-black-pale);
	margin-bottom: 4px;
}

.suizokukan-text {
	font-family: 'Noto Sans JP';
	font-size: 13px;
	line-height: 1.9;
	color: var(--text-color-black-pale);
}

.suizokukan-right {
	position: absolute;
	right: 0;
	top: 0;
	width: 88%;
	height: 100%;
	z-index: 1;
}

.suizokukan-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left center;
	display: block;
}

.sauna-section {
	width: 100%;
	max-width: 1216px;
	min-height: 520px;
	border-radius: 16px;
	overflow: hidden;
	background-image: url('../assets/Frame 120291.png');
	background-size: cover;
	background-position: center left;
	display: flex;
	align-items: stretch;
}

.sauna-right {
	margin-left: auto;
	width: 55%;
	padding: 60px 56px;
	display: flex;
	flex-direction: column;
	gap: 18px;
	justify-content: center;
}

.sauna-title {
	color: #fff;
	font-family: 'Noto Sans JP';
	font-size: 26px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 4px;
}

.sauna-heading {
	color: #fff;
	font-family: 'Noto Sans JP';
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
}

.sauna-text {
	color: rgba(255, 255, 255, 0.9);
	font-family: 'Noto Sans JP';
	font-size: 13px;
	line-height: 1.9;
}

.col7 {
	container: col7 / inline-size;
	gap: 50px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.col-top4 {
	width: 182px;
}

.row6 {
	width: 100%;
	max-width: 1216px;
	display: flex;
	align-items: center;
	gap: 24px;
}

.col-left6 {
	container: col-left6 / inline-size;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 15px;
	flex-grow: 1;
}

.row-top3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	align-self: stretch;
	padding: 3px 0;
}

.text {
	color: var(--text-color-black-pale);
	font-size: 16px;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0px;
	text-align: left;
}

.s-5420x3658-v-frms {
	width: 100%;
	max-width: 598px;
	flex-shrink: 0;
}

.col-right6 {
	margin-right: -3px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
	flex-grow: 1;
}

.row-top4 {
	display: flex;
	align-items: center;
	gap: 15px;
}

.text-symbol2 {
	color: var(--light-blue-50);
	text-align: left;
}

.card-table {
	container: card-table / inline-size;
	display: flex;
	flex-direction: column;
	gap: 0;
	align-self: stretch;
	background-color: var(--light-base-gray-00);
	border: 1px solid var(--light-blue-20);
	border-radius: 10px;
}



/* row-a */

.row-a {
	margin: 0 -1px;
	display: flex;
	align-items: flex-start;
}

.row-cell1 {
	width: 160px;
	height: 74px;
	display: flex;
	align-items: flex-start;
	flex-shrink: 0;
	background-color: var(--light-red-10);
}

/* end row-a*/


.card-table-row1 {
	margin: -1px -1px 0 -1px;
	display: flex;
	align-items: flex-start;
	border-left: 0.5px solid var(--light-blue-20);
	border-top: 0.5px solid var(--light-blue-20);
	border-right: 0.5px solid var(--light-blue-20);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.card-table-cell-b {
	min-height: 74px;
	flex-grow: 1;
	color: var(--text-color-black-pale);
	font-size: 18px;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0px;
	text-align: left;
	background-color: var(--light-base-gray-00);
	padding: 23px 12px 23px 11px;
}

.card-table-cell1 {
	background-color: var(--light-base-gray-00);
	border-right: 1px solid var(--light-blue-20);
}

.card-table-cell3 {
	border-left: 1px solid var(--light-blue-20);
}

.row7 {
	background-color: var(--light-base-gray-00);
}

.row7 .row-cell1 {
	border-top: 1px solid var(--light-blue-20);
}

.card-table-row2 {
	margin: 0 -1px;
	display: flex;
	align-items: flex-start;
}

.card-table-cell4 {
	background-color: var(--light-red-10);
}

.card-table-row3 {
	margin: 0 -1px -1px -1px;
	display: flex;
	align-items: flex-start;
	border-top: 0.5px solid var(--light-blue-20);
}

.card-table-cell7 {
	width: 160px;
	min-height: 74px;
	flex-shrink: 0;
	text-align: left;
	background-color: var(--light-blue-10);
	padding: 22px 12px;
	border-top: 1px solid var(--light-blue-20);
}

.col-bottom {
	width: 100%;
	max-width: 1216px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
	overflow: hidden;
}

.row-top5 {
	display: flex;
	align-items: center;
	gap: 15px;
}

.text-symbol3 {
	text-align: left;
}

.table {
	container: table / inline-size;
	display: flex;
	flex-direction: column;
	align-self: stretch;
	background-color: var(--light-base-gray-00);
	border: 1px solid var(--light-blue-20);
	border-radius: 10px;
	overflow: hidden;
}



/* row-b */

.row-b {
	margin: 0 -1px;
	display: flex;
	align-items: flex-start;
	gap: 0;
}

/* end row-b*/


.table-row1 {
	margin: -1px -1px 0 -1px;
	display: flex;
	align-items: flex-start;
	gap: 0;
	background-color: var(--light-base-gray-00);
	border-bottom: 1px solid var(--light-blue-20);
}

.table-cell1 {
	margin-bottom: -1px;
	width: 100%;
	height: 61px;
	display: flex;
	align-items: flex-start;
	gap: 10px;
	flex-grow: 1;
	background-color: var(--light-blue-40);
	border-right: 1px solid var(--light-blue-20);
}

.table-cell2 {
	margin-bottom: -1px;
	color: var(--light-base-gray-00);
	font-weight: 700;
	background-color: var(--light-blue-40);
}

.table-cell3 {
	margin-bottom: -1px;
	width: 100%;
	min-height: 61px;
	flex-grow: 1;
	color: var(--light-base-gray-00);
	text-align: left;
	background-color: var(--light-blue-40);
	padding: 16px 11px 16px 12px;
	border-right: 1px solid var(--light-blue-20);
}

.table-cell4 {
	margin-bottom: -1px;
	color: var(--light-base-gray-00);
	font-weight: 700;
	background-color: var(--light-blue-40);
}

.table-cell5 {
	margin-bottom: -1px;
	color: var(--light-base-gray-00);
	font-weight: 700;
	background-color: var(--light-blue-40);
	border-right: unset;
}

.row9 .row-cell4 {
	font-weight: 700;
}

.row9 .row-cell8 {
	border-right: unset;
}

.table-row2 {
	margin: 0 -1px;
	display: flex;
	align-items: flex-start;
	gap: 0;
	background-color: var(--light-base-gray-00);
}

.table-cell6 {
	font-weight: 700;
	background-color: var(--light-blue-10);
	border-right: 1px solid var(--light-blue-10);
}

.table-cell7 {
	background-color: var(--light-blue-10);
	border-right: 1px solid var(--light-blue-10);
}

.table-cell8 {
	background-color: var(--light-blue-10);
	border-right: 1px solid var(--light-blue-10);
}

.table-cell9 {
	background-color: var(--light-blue-10);
	border-right: 1px solid var(--light-blue-10);
}

.table-cell10 {
	width: 100%;
	min-height: 61px;
	flex-grow: 1;
	text-align: left;
	background-color: var(--light-blue-10);
	padding: 16px 12px;
	border-top: 1px solid var(--light-blue-10);
}

.row10 .row-cell4 {
	font-weight: 700;
}

.row10 .row-cell8 {
	border-right: unset;
}

.table-row3 {
	margin: 0 -1px;
	display: flex;
	align-items: flex-start;
	gap: 0;
	background-color: var(--light-base-gray-00);
}

.table-cell11 {
	width: 242px;
	min-height: 61px;
	flex-shrink: 0;
	text-align: left;
	background-color: var(--light-blue-10);
	padding: 17px 11px 17px 12px;
	border-right: 1px solid var(--light-blue-10);
}

.table-cell12 {
	width: unset;
	text-align: center;
	background-color: var(--light-blue-10);
	border-left: 1px solid var(--light-blue-10);
	border-right: unset;
}

.row11 {
	margin-bottom: -1px;
	background-color: var(--light-base-gray-00);
}

.row11 .row-cell4 {
	font-weight: 700;
}

.row11 .row-cell8 {
	border-right: unset;
}

.contact-section {
	width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
	background: #f5f7fa;
}

.contact-title {
	font-family: 'Noto Sans JP';
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 32px;
	color: var(--text-color-black-pale);
}

.contact-layout {
	display: flex;
	gap: 32px;
	width: 100%;
	max-width: 1216px;
	align-items: stretch;
}

.contact-form {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 16px;
	justify-content: space-between;
}

.contact-row {
	display: flex;
	gap: 16px;
}

.contact-field {
	display: flex;
	flex-direction: column;
	gap: 6px;
	flex: 1;
}

.contact-field-full {
	flex: unset;
	width: 100%;
}

.contact-label {
	font-family: 'Noto Sans JP';
	font-size: 13px;
	font-weight: 500;
	color: var(--text-color-black-pale);
}

.contact-required {
	color: #e74c3c;
	font-size: 12px;
}

.contact-input {
	border: 1px solid #d0d5dd;
	border-radius: 6px;
	padding: 10px 12px;
	font-family: 'Noto Sans JP';
	font-size: 13px;
	color: #333;
	background: #fff;
	outline: none;
	width: 100%;
	box-sizing: border-box;
}

.contact-input:focus {
	border-color: var(--light-blue-50);
}

.contact-select {
	appearance: auto;
}

.contact-textarea {
	min-height: 120px;
	resize: vertical;
}

.contact-zip-row {
	display: flex;
	gap: 10px;
	align-items: center;
}

.contact-zip-input {
	width: 160px;
	flex: unset;
}

.contact-zip-btn {
	background: var(--light-blue-50);
	color: #fff;
	border: none;
	border-radius: 6px;
	padding: 10px 16px;
	font-family: 'Noto Sans JP';
	font-size: 13px;
	cursor: pointer;
	white-space: nowrap;
}

.contact-file-row {
	display: flex;
	align-items: center;
	gap: 12px;
}

.contact-file-btn {
	background: var(--light-blue-50);
	color: #fff;
	border-radius: 6px;
	padding: 8px 16px;
	font-family: 'Noto Sans JP';
	font-size: 13px;
	cursor: pointer;
	white-space: nowrap;
}

.contact-file-name {
	font-family: 'Noto Sans JP';
	font-size: 13px;
	color: #888;
}

.contact-file-note {
	font-family: 'Noto Sans JP';
	font-size: 12px;
	color: #888;
	margin-top: 4px;
}

.contact-agree-row {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}

.contact-checkbox-label {
	display: flex;
	align-items: center;
	gap: 6px;
	font-family: 'Noto Sans JP';
	font-size: 13px;
	cursor: pointer;
}

.contact-submit-btn {
	background: var(--light-blue-50);
	color: #fff;
	border: none;
	border-radius: 6px;
	padding: 12px 40px;
	font-family: 'Noto Sans JP';
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
	display: block;
	width: auto;
	max-width: 280px;
	margin: 8px auto 0;
}

.contact-submit-btn:hover {
	opacity: 0.85;
}

.contact-policy {
	flex: 0 0 380px;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 20px;
	align-self: stretch;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-family: 'Noto Sans JP';
	font-size: 12px;
	line-height: 1.8;
	color: var(--text-color-black-pale);
}

.footer {
	display: flex;
	flex-direction: column;
}

.footer-col-top {
	container: footer-col-top / inline-size;
	gap: 15px;
	background-color: var(--light-base-gray-00);
	padding-top: 20px;
	padding-bottom: 30px;
}

.col-top5 {
	width: 199px;
}

.footer-row-bottom {
	width: 100%;
	max-width: 1216px;
	display: flex;
	align-items: flex-start;
	gap: 20px;
}



/* row-c */

.row-c {
	width: 100%;
	min-height: 83px;
	display: flex;
	align-items: center;
	gap: 20px;
	flex-grow: 1;
	background-color: var(--light-blue-05);
	padding: 0 15px;
	border-radius: 10px;
}

.row-btn {
	justify-content: center;
	flex-shrink: 0;
	color: var(--light-base-gray-00);
	font-size: 24px;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0px;
	text-align: center;
}

.row-col {
	display: flex;
	flex-direction: column;
	gap: 5px;
	flex-grow: 1;
}

/* end row-c*/


.footer-powerd-by-sangen {
	text-align: center;
	background-image: url(../assets/footer-powerd-by-sangen.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 80px;
}

.footer-col-bottom {
	container: footer-col-bottom / inline-size;
	gap: 39px;
	background-color: var(--light-blue-20);
	padding-top: 50px;
	padding-bottom: 50px;
}

.footer-s-300x129 {
	width: 200px;
	flex-shrink: 0;
	aspect-ratio: 13923287 / 5982044;
}

.footer-row {
	margin-top: 1px;
	display: flex;
	align-items: flex-start;
	gap: 30px;
}

.footer-text-symbol {
	color: var(--text-color-black-pale);
	font-size: 18px;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0px;
	text-decoration: none;
	cursor: pointer;
	text-align: left;
}

.footer-line {
	width: 100%;
	height: 0;
	max-width: 1216px;
	flex-shrink: 0;
	border-top: 1px solid var(--text-color-black-pale);
	border-radius: 50%;
}

.footer-text-bottom {
	margin-top: 1px;
	width: 100%;
	max-width: 1216px;
	text-align: center;
}



/** breakpoints (margin / paddings) **/

@media screen and (max-width: 1280px) {
	.header-row {
		padding-inline: var(--margin-sm);
	}

	.row1 {
		padding-inline: var(--margin-md);
	}

	.card-right {
		padding-inline: var(--margin-md);
	}

	.card-right-text-bottom {
		margin-inline: 0;
	}

	.row-top1 {
		margin-inline: 0;
	}

	.col4 {
		padding-inline: 0;
		margin-inline: 0;
	}

	.col-right6 {
		margin-inline: 0;
	}
}

@media screen and (max-width: 576px) {
	.row1 {
		padding-inline: var(--margin-sm);
	}

	.card-right {
		padding-inline: var(--margin-sm);
	}
}



/* container queries (flex rows) */

@container header (width < 1263px) {
	.header-row {
		flex-direction: column;
		align-items: center;
		gap: 14px;
	}

	.header-row>* {
		text-align: center;
	}
}

@container header-row (width < 603px) {
	.header-row-right {
		flex-direction: column;
		align-items: center;
		gap: 13px;
	}

	.header-row-right>* {
		text-align: center;
	}
}

@container body (width < 1429px) {
	.row1 {
		flex-direction: column;
		align-items: center;
		gap: 26px;
	}

	.row1>* {
		margin-top: unset !important;
		text-align: center;
	}

	.row1>.subtitle-visio {
		width: 100%;
	}

	.row1>.col-right1 {
		width: 100%;
	}
}

@container col1 (width < 1215px) {
	.row2 {
		flex-direction: column;
		align-items: center;
		gap: 80px;
	}

	.row2>* {
		text-align: center;
	}

	.row2>.col-left1 {
		width: 100%;
	}

	.row2>.card-right {
		width: 100%;
	}

	.row2>.card-right>* {
		text-align: unset;
	}
}

@container col3 (width < 1054px) {
	.row3 {
		flex-direction: column;
		align-items: center;
		gap: 58px;
	}

	.col3>* {
		margin-left: 0;
		margin-right: 0;
	}

	.row3>* {
		margin-left: unset !important;
		margin-top: unset !important;
		text-align: center;
	}

	.row3 .btn-symbol5 {
		align-self: center;
	}

	.row3 .btn-bottom1 {
		align-self: center;
	}

	.row3>.col-left2 {
		align-items: center;
	}

	.row3>.col-left2>* {
		text-align: unset;
	}

	.row3>.col4 {
		width: 100%;
		max-width: 411px;
		align-items: center;
	}

	.row3 .btn-symbol6 {
		align-self: center;
	}

	.row3>.col-right2 {
		align-items: center;
	}

	.row3>.col-right2>* {
		text-align: unset;
	}
}

@container col3 (width < 556px) {
	.row-bottom1 {
		flex-direction: column;
		align-items: center;
		gap: 18px;
	}

	.row-bottom1>* {
		text-align: center;
	}
}

@container col6 (width < 1215px) {
	.row-top2 {
		flex-direction: column;
		align-items: flex-start;
		gap: 26px;
	}

	.row-top2>.col-left3 {
		width: 100%;
		max-width: 448px;
	}
}

@container row-top2 (width < 723px) {
	.row4 {
		flex-direction: column;
		align-items: center;
		gap: 36px;
	}

	.row4>.col-left4 {
		width: 100%;
		max-width: 317px;
	}

	.row4>.col-left4>* {
		text-align: unset;
	}

	.row4>.col-right3 {
		width: 100%;
		max-width: 317px;
	}

	.row4>.col-right3>* {
		text-align: unset;
	}
}

@container col6 (width < 1215px) {
	.row-bottom2 {
		flex-direction: column;
		align-items: flex-start;
		gap: 28px;
	}

	.row-bottom2>* {
		margin-top: unset !important;
	}

	.row-bottom2>.col-right5 {
		width: 100%;
		max-width: 448px;
	}
}

@container row-bottom2 (width < 723px) {
	.row5 {
		flex-direction: column;
		align-items: center;
		gap: 42px;
	}

	.row5>.col-left5 {
		width: 100%;
		max-width: 317px;
	}

	.row5>.col-left5>* {
		text-align: unset;
	}

	.row5>.col-right4 {
		width: 100%;
		max-width: 317px;
	}

	.row5>.col-right4>* {
		text-align: unset;
	}
}

@container col7 (width < 1084px) {
	.row6 {
		flex-direction: column;
		align-items: center;
		gap: 15px;
	}

	.row6>* {
		margin-right: unset !important;
		text-align: center;
	}

	.row6>.col-left6 {
		width: 100%;
		align-items: center;
	}

	.row6>.col-right6 {
		width: 100%;
	}
}

@container col-left6 (width < 465px) {
	.row-top3 {
		flex-direction: column;
		align-items: center;
		gap: 13px;
	}

	.row-top3>* {
		text-align: center;
	}
}

@container card-table (width < 592px) {
	.row-a {
		flex-direction: column;
		align-items: center;
		gap: 16px;
	}

	.row-a>* {
		text-align: center;
	}

	.row-a>.row-cell2 {
		width: 100%;
	}

	.row-a>.row-cell3 {
		width: 100%;
	}
}

@container card-table (width < 593px) {
	.card-table-row1 {
		flex-direction: column;
		align-items: center;
		gap: 16px;
	}

	.card-table-row1>* {
		margin-left: unset !important;
		margin-right: unset !important;
		margin-top: unset !important;
		text-align: center;
	}

	.card-table-row1>.card-table-cell2 {
		width: 100%;
	}

	.card-table-row1>.card-table-cell3 {
		width: 100%;
	}
}

@container card-table (width < 592px) {
	.card-table-row2 {
		flex-direction: column;
		align-items: center;
		gap: 0;
	}

	.card-table-row2>* {
		text-align: center;
	}

	.card-table-row2>.card-table-cell5 {
		width: 100%;
	}

	.card-table-row2>.card-table-cell6 {
		width: 100%;
	}
}

@container card-table (width < 592px) {
	.card-table-row3 {
		flex-direction: column;
		align-items: center;
		gap: 16px;
	}

	.card-table-row3>* {
		margin-top: unset !important;
		text-align: center;
	}

	.card-table-row3>.card-table-cell8 {
		width: 100%;
	}

	.card-table-row3>.card-table-cell9 {
		width: 100%;
	}
}

@container table (width < 1210px) {
	.row-b {
		flex-direction: column;
		align-items: center;
		gap: 15px;
	}

	.row-b>* {
		margin-left: unset !important;
		text-align: center;
	}

	.row-b>.row-cell4 {
		width: 100%;
	}

	.row-b>.row-cell5 {
		width: 100%;
	}

	.row-b>.row-cell6 {
		width: 100%;
	}

	.row-b>.row-cell7 {
		width: 100%;
	}

	.row-b>.row-cell8 {
		width: 100%;
	}
}

@container table (width < 968px) {
	.table-row1 {
		flex-direction: column;
		align-items: center;
		gap: 15px;
		padding: 0 0.000091552734375px;
	}

	.table-row1>* {
		margin-left: unset !important;
		text-align: center;
	}

	.table-row1>.table-cell1 {
		width: 100%;
	}

	.table-row1>.table-cell2 {
		width: 100%;
	}

	.table-row1>.table-cell3 {
		width: 100%;
	}

	.table-row1>.table-cell4 {
		width: 100%;
	}

	.table-row1>.table-cell5 {
		width: 100%;
	}
}

@container table (width < 1210px) {
	.table-row2 {
		flex-direction: column;
		align-items: center;
		gap: 15px;
		padding: 0 0.000091552734375px;
	}

	.table-row2>* {
		margin-left: unset !important;
		text-align: center;
	}

	.table-row2>.table-cell6 {
		width: 100%;
	}

	.table-row2>.table-cell7 {
		width: 100%;
	}

	.table-row2>.table-cell8 {
		width: 100%;
	}

	.table-row2>.table-cell9 {
		width: 100%;
	}

	.table-row2>.table-cell10 {
		width: 100%;
	}
}

@container table (width < 1211px) {
	.table-row3 {
		flex-direction: column;
		align-items: center;
		gap: 15px;
	}

	.table-row3>* {
		text-align: center;
	}

	.table-row3>.table-cell12 {
		width: 100%;
	}
}

@container footer-col-top (width < 1215px) {
	.footer-row-bottom {
		flex-direction: column;
		align-items: center;
		gap: 16px;
	}

	.footer-row-bottom>* {
		text-align: center;
	}

	.footer-row-bottom>.row12 {
		width: 100%;
	}

	.footer-row-bottom>.row13 {
		width: 100%;
	}

	.footer-row-bottom>.row14 {
		width: 100%;
	}
}

@container footer-col-bottom (width < 533px) {
	.footer-row {
		flex-direction: column;
		align-items: center;
		gap: 13px;
	}

	.footer-row>* {
		text-align: center;
	}
}