#kkt-page .block-title {
	color: #295DAA;
}
#kkt-page .block-title:before,
#kkt-page .block-title:after {
	background-color: #295DAA;
}

#ko2-page .block-title {
	color: #329CAE;
}
#ko2-page .block-title:before,
#ko2-page .block-title:after {
	background-color: #329CAE;
}

#chu-page .block-title {
	color: #33A638;
}
#chu-page .block-title:before,
#chu-page .block-title:after {
	background-color: #33A638;
}

#ktr-page .block-title {
	color: #A653C4;
}
#ktr-page .block-title:before,
#ktr-page .block-title:after {
	background-color: #A653C4;
}

#zat-page .block-title {
	color: #F5B638;
}
#zat-page .block-title:before,
#zat-page .block-title:after {
	background-color: #F5B638;
}

/* product-fv */

.product-fv {
	margin: 60px 40px 20px 40px;
	padding: 180px 60px 100px 60px;
	position: relative;
	border-radius: 80px;
}

#kkt-page .product-fv {
	background: linear-gradient(to right, #295DAA, #57A0CA);
}

#ko2-page .product-fv {
	background: linear-gradient(to right, #329CAE, #8FBDC9);
}

#chu-page .product-fv {
	background: linear-gradient(to right, #33A638, #89BE8C);
}

#ktr-page .product-fv {
	background: linear-gradient(to right, #A653C4, #D179F2);
}

#zat-page .product-fv {
	background: linear-gradient(to right, #F5A538, #F5CD7E);
}

.product-fv-inner {
	max-width: 1600px;
	margin-inline: auto;
	position: relative;
	z-index: 50;
}

.product-fv-name {
	margin: 0 40px 24px 0;
	display: inline-block;
	font-size: 1.875rem;
	line-height: 1.429;
	color: #fff;
}

.product-fv-netis {
	margin-bottom: 24px;
	padding: 8px 32px;
	display: inline-block;
	font-size: 1.25rem;
	line-height: 1.429;
	border: 2px solid #fff;
	border-radius: 26px;
	color: #fff;
}

.product-fv-catch {
	margin-bottom: 40px;
	font-size: clamp(2.5rem, 2.0449rem + 1.9417vw, 4.375rem);
	font-weight: 700;
	line-height: 1.429;
	color: #fff;
	text-shadow: #33A638 3px 3px 10px;
}

#kkt-page .product-fv-catch {
	text-shadow: #295DAA 3px 3px 10px;
}

#ko2-page .product-fv-catch {
	text-shadow: #329CAE 3px 3px 10px;
}

#chu-page .product-fv-catch {
	text-shadow: #33A638 3px 3px 10px;
}

#ktr-page .product-fv-catch {
	text-shadow: #A653C4 3px 3px 10px;
}

#zat-page .product-fv-catch {
	text-shadow: #F5B638 3px 3px 10px;
}

.product-fv-catch span {
	font-size: clamp(3rem, 2.3629rem + 2.7184vw, 5.625rem);
	font-weight: 700;
	color: #F5B638;
}

#zat-page .product-fv-catch span {
	color: #295DAA;
}

.product-fv-contact {
	width: 368px;
	height: 88px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.875rem;
	font-weight: 700;
	border-radius: 54px;
	color: #fff;
	background-color: #F5B638;
	box-shadow: 0 0 20px rgba(0, 0, 0, .16);
	transition: 0.3s;
}

#zat-page .product-fv-contact {
	background-color: #009ED2;
}

.product-fv-contact:hover {
	color: #F5B638;
	background-color: #fff;
}

#zat-page .product-fv-contact:hover {
	color: #009ED2;
	background-color: #fff;
}

.product-fv-image {
	width: 50%;
	position: absolute;
	top: 240px;
	right: 120px;
}

.product-left-signal,
.product-right-signal {
	height: 100%;
	position: absolute;
	z-index: -1;
	margin-block: auto;
	top; 0;
	bottom: 0;
	aspect-ratio: 1/1 ;
	border-radius: 50%;
	background-color: #fff;
	opacity: 0.05;
}

.product-left-signal {
	left: 0;
}

.product-right-signal {
	right: 0;
}

@media screen and (max-width: 767px) {
	.product-fv {
		margin: 10px;
		padding: 160px 20px 64px 20px;
		border-radius: 50px;
	}
	
	.product-fv-name {
		margin-right: 0;
	}
	
	.product-fv-contact {
		display: none;
	}
	
	.product-left-signal,
	.product-right-signal {
		height: 125px;
	}
	
	.product-fv-image {
		width: 100%;
		position: relative;
		top: auto;
		right: auto;
		text-align: center;
	}
	
	.product-fv-image img {
		width: 80%;
	}
}



/* product-trouble */

.product-trouble-body {
	display: flex;
	gap: 40px;
}

.product-trouble h2 {
	margin-bottom: 60px;
	font-size: clamp(1.875rem, 1.4199rem + 1.9417vw, 3.75rem);
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

#kkt-page .product-trouble h2,
#kkt-page .product-what h2 {
	color: #295DAA;
}

#ko2-page .product-trouble h2,
#ko2-page .product-what h2  {
	color: #329CAE;
}

#chu-page .product-trouble h2,
#chu-page .product-what h2  {
	color: #33A638;
}

#ktr-page .product-trouble h2,
#ktr-page .product-what h2  {
	color: #A653C4;
}

#zat-page .product-trouble h2,
#zat-page .product-what h2  {
	color: #F5B638;
}

.product-trouble-item {
	height: 300px;
	padding: 50px 10px;
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 20px;
	flex: 1;
	text-align: center;
	border-radius: 40px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .16)
}

.product-trouble-item:before {
	content: '';
	width: 150px;
    height: 150px;
    display: block;
	position: absolute;
	bottom: -90px;
	left: -30px;
	background-image: url('https://kbeye55.xsrv.jp/wp-content/themes/kb-eye/assets/img/product-balloon.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.product-trouble-image {
	height: 70%;
}

.product-trouble-image img {
	height: 100%;
}

.product-trouble-item p {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5;
}

@media screen and (max-width: 767px) {
	.product-trouble h2 {
		margin-bottom: 40px;
		font-size: 1.875rem;
	}
	.product-trouble-body {
		max-width: 480px;
		flex-direction: column;
		gap: 60px;
	}
	.product-trouble-item {
		height: 160px;
		padding: 30px 20px;
		flex-direction: row;
		align-items: center;
		flex: auto;
		text-align: left;
	}
	.product-trouble-item:before {
		width: 120px;
		height: 120px;
		bottom: -70px;
	}
	.product-trouble-image {
		height: 100%;
		flex: 1;
	}
	.product-trouble-item p {
		flex: 1;
		font-size: 1.125rem;
	}
}



/* product solution */

.product-solution:before {
	content: "";
	width: 230px;
	height: 60px;
	position: absolute;
	margin-inline: auto;
	top: -28px;
	right: 0;
	left: 0;
	background-image: url('https://kbeye55.xsrv.jp/wp-content/themes/kb-eye/assets/img/step-kkt.svg');
	background-repeat: no-repeat;
}

#kkt-page .product-solution:before {
	background-image: url('https://kbeye55.xsrv.jp/wp-content/themes/kb-eye/assets/img/step-kkt.svg');
}

#ko2-page .product-solution:before {
	background-image: url('https://kbeye55.xsrv.jp/wp-content/themes/kb-eye/assets/img/step-ko2.svg');
}

#chu-page .product-solution:before {
	background-image: url('https://kbeye55.xsrv.jp/wp-content/themes/kb-eye/assets/img/step-chu.svg');
}

#ktr-page .product-solution:before {
	background-image: url('https://kbeye55.xsrv.jp/wp-content/themes/kb-eye/assets/img/step-ktr.svg');
}

#zat-page .product-solution:before {
	background-image: url('https://kbeye55.xsrv.jp/wp-content/themes/kb-eye/assets/img/step-zat.svg');
}

.product-solution-inner {
	margin-inline: 40px;
}

.product-solution-flex {
	display: flex;
	gap: 20px;
}

.product-solution-flex-1 {
	margin-bottom: 20px;
	flex: 1;
}

.product-solution-flex-1 h2 {
	margin-bottom: 40px;
	font-size: clamp(2.5rem, 2.1966rem + 1.2945vw, 3.75rem);
	font-weight: 700;
	line-height: 1.429;
	text-align: center;
}

.product-solution-flex-1 h2 span {
	color: #F5B638;
}

.product-solution-flex-1 p {
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 2;
}

.product-solution-flex-2 {
	display: flex;
	align-items: flex-end;
}

.product-solution-flex-2 img {
	width: 80%;
}

.product-what {
	margin: 0 40px 120px 40px;
}

.product-what h2 {
	margin-bottom: 40px;
	font-size: clamp(1.875rem, 1.7233rem + 0.6472vw, 2.5rem);
	font-weight: 700;
	text-align: center;
}

.product-what p {
	margin-bottom: 40px;
}

.product-what-image {
	text-align: center;
}

.product-what-image img {
	width: 100%;
	max-width: 600px;
}

.product-strength {
	margin-inline: 40px;
}

.product-strength-flex {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px;
}

.product-strength-item {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	justify-items: center;
	gap: 20px;
}

.product-strength-item img {
	width: 80%;
}

.product-strength-item h3 {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 1;
	position: relative;
	font-size: clamp(1.75rem, 1.6893rem + 0.2589vw, 2rem);
	font-weight: 700;
	text-align: center;
}

.product-strength-item h3:before {
	content: '';
	width: 100px;
	height: 80px;
	margin-block: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background-image: url('https://kbeye55.xsrv.jp/wp-content/themes/kb-eye/assets/img/check.svg');
	background-size: contain;
	background-repeat: no-repeat;
}

.product-strength-item h3 span {
	color: #F5B638;
}

@media screen and (max-width: 1023px) {
	.product-solution-flex {
		flex-direction: column;
	}
	
	.product-solution-flex-1 h2 {
		margin-bottom: 20px;
	}
	
	.product-solution-flex-2 {
		justify-content: center;
	}
	
	.product-solution-flex-2 img {
		max-width: 400px;
	}
}

@media screen and (max-width: 767px) {
	.product-solution-inner {
		margin-inline: 30px;
	}
	
	.product-what {
		margin: 0 10px 80px 10px;
	}
	
	.product-what h2 {
		margin-bottom: 20px;
	}
	
	.product-what p {
		margin-bottom: 20px;
	}
	
	.product-strength-flex {
		max-width: 330px;
		grid-auto-flow: row;
		grid-template-columns: 1fr;
		gap: 80px;
	}
}



/* top-function */

.product-function-flex {
	margin: 80px auto 0 auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
}

.product-function-item {
	display: flex;
	gap: 30px;
}

.product-function-item-1 {
	width: 180px;
}

.product-function-item-2 {
	flex: 1;
}

.product-function-item-2 h3 {
	margin-bottom: 20px;
	font-size: 1.25rem;
	font-weight: 700;
}

@media screen and (max-width: 1023px) {
	.product-function-item {
		flex-direction: column;
		align-items: center;
	}
}

@media screen and (max-width: 767px) {
	.product-function-flex {
		max-width: 330px;
		margin-top: 40px;
		grid-template-columns: repeat(1, 1fr);
	}
}



/* product example */

.product-example-item {
	margin-top: 60px;
	display: flex;
	align-items: center;
	gap: 60px;
}

@media screen and (min-width: 768px) {
	.product-example-item {
		width: 90%;
	}
	
	.product-example-item:nth-child(odd) {
		margin-inline: 0 auto;
	}

	.product-example-item:nth-child(even) {
		margin-inline: auto 0;
	}
}

.product-example-item-1 {
/* 	height: 280px; */
	flex: 1;
	border-radius: 40px;
	overflow: hidden;
}

.product-example-item-1 img {
/* 	object-fit: cover; */
	object-fit: contain;
    width: 100%;
/*     height: 100%; */
	border-radius: 40px;
}

.product-example-item-2 {
	flex: 1;
}

.product-example-item-2 h3 {
	margin-bottom: 40px;
	font-size: 1.75rem;
	font-weight: 700;
}

.product-example-text-wrapper {
	display: inline-block;
	text-align: left;
}

.product-example-item:nth-child(even) {
	flex-direction: row-reverse;
}

.product-example-item:nth-child(even) .product-example-item-2 {
	text-align: right;
}

@media screen and (max-width: 1023px) {
	.product-example-item {
		gap: 20px;
	}
}

@media screen and (max-width: 767px) {
	.product-example-item,
	.product-example-item:nth-child(even) {
		margin-top: 40px;
		flex-direction: column-reverse;
		gap: 20px;
	}
	
	.product-example-item-1 {
		max-width: 480px;
		width: 100%;
		height: auto;
		flex: none;
		border-radius: 10px;
	}
	
	.product-example-item-2 {
		width: 100%;
	}
	
	.product-example-item:nth-child(even) .product-example-item-2 {
		text-align: left;
	}
	
	.product-example-item-2 h3 {
		margin-bottom: 10px;
	}
}



/* product specification */

.product-specification {
	margin-inline: 40px
}

.product-specification-image {
	text-align: center;
	margin: 40px auto;
}

.product-specification-image img {
	width: auto;
	height: 200px;
}

@media screen and (max-width: 767px) {
	.product-specification {
		margin-inline: 10px;
	}
	
	.product-container-box {
		padding: 60px 20px;
		border-radius: 40px;
	}
	
	.product-specification-image img {
		height: 150px;
	}
}