.p-revotec-kintai-hero {
	padding: 160px 20px;
	background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
	overflow: hidden;
}

.p-revotec-kintai-hero__inner {
	display: flex;
	align-items: center;
	column-gap: 40px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.p-revotec-kintai-hero__inner__body {
	flex: 2;
}

.p-revotec-kintai-hero__inner__body__title {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--main-color);
}

.p-revotec-kintai-hero__inner__body__title__sub {
	display: block;
	margin-bottom: 16px;
	font-size: 20px;
	color: #333;
}

.p-revotec-kintai-hero__inner__body__text {
	margin-top: 24px;
	font-size: 18px;
	line-height: 1.6;
}

.p-revotec-kintai-hero__inner__body__action {
	display: flex;
	column-gap: 24px;
	margin-top: 40px;
}

.p-revotec-kintai-hero__inner__body__action__contact {
	border-radius: 4px;
}

.p-revotec-kintai-hero__inner__visual {
	flex: 3;
	filter: drop-shadow(0 10px 20px rgba(0 0 0 / 10%));
}

.p-revotec-kintai-hero__inner__visual img {
	display: block;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {
	.p-revotec-kintai-hero {
		padding: 60px 20px;
	}

	.p-revotec-kintai-hero__inner {
		flex-direction: column;
		row-gap: 40px;
	}

	.p-revotec-kintai-hero__inner__body__title {
		font-size: 32px;
	}

	.p-revotec-kintai-hero__inner__body__title__sub {
		margin-bottom: 12px;
		font-size: 16px;
	}

	.p-revotec-kintai-hero__inner__body__text {
		margin-top: 16px;
		font-size: 16px;
	}

	.p-revotec-kintai-hero__inner__body__action {
		flex-direction: column;
		row-gap: 16px;
		margin-top: 32px;
	}

	.p-revotec-kintai-hero__inner__body__action__contact {
		width: 100%;
	}
}

.p-revotec-kintai-effect {
	padding: 100px 20px;
	background-color: #fff;
}

.p-revotec-kintai-effect__inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.p-revotec-kintai-effect__head {
	text-align: center;
	margin-bottom: 60px;
}

.p-revotec-kintai-effect__head__title {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.4;
	color: var(--main-color);
	letter-spacing: 0.05em;
}

.p-revotec-kintai-effect__head__lead {
	margin-top: 16px;
	font-size: 16px;
	color: #666;
}

.p-revotec-kintai-effect__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

.p-revotec-kintai-effect__item {
	padding: 40px 24px;
	background-color: #f8fafc;
	border-top: 4px solid var(--sub-color);
	border-radius: 0 0 8px 8px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
	text-align: center;
}

.p-revotec-kintai-effect__item__title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	color: #333;
}

.p-revotec-kintai-effect__item__text {
	margin-top: 16px;
	font-size: 15px;
	line-height: 1.6;
	color: #555;
	text-align: left;
}

@media screen and (max-width: 767px) {
	.p-revotec-kintai-effect {
		padding: 60px 20px;
	}

	.p-revotec-kintai-effect__head {
		margin-bottom: 40px;
	}

	.p-revotec-kintai-effect__head__title {
		font-size: 28px;
	}

	.p-revotec-kintai-effect__grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.p-revotec-kintai-effect__item {
		padding: 32px 20px;
	}
}

.p-revotec-kintai-features {
	padding: 100px 20px;
	background-color: #f8fafc;
}

.p-revotec-kintai-features__inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.p-revotec-kintai-features__head {
	text-align: center;
	margin-bottom: 60px;
}

.p-revotec-kintai-features__head__title {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.4;
	color: var(--main-color);
	letter-spacing: 0.05em;
}

.p-revotec-kintai-features__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

.p-revotec-kintai-features__item {
	display: flex;
	flex-direction: column;
	padding: 32px 24px;
	background-color: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.p-revotec-kintai-features__item__title {
	position: relative;
	padding-bottom: 16px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	color: #333;
}

.p-revotec-kintai-features__item__title::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 32px;
	height: 2px;
	background-color: var(--main-color);
}

.p-revotec-kintai-features__item__text {
	margin-top: 16px;
	font-size: 15px;
	line-height: 1.6;
	color: #555;
}

@media screen and (max-width: 1024px) {
	.p-revotec-kintai-features__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 767px) {
	.p-revotec-kintai-features {
		padding: 60px 20px;
	}

	.p-revotec-kintai-features__head {
		margin-bottom: 40px;
	}

	.p-revotec-kintai-features__head__title {
		font-size: 28px;
	}

	.p-revotec-kintai-features__grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.p-revotec-kintai-features__item {
		padding: 24px 20px;
	}
}

.p-revotec-kintai-spec {
	padding: 100px 20px;
	background-color: #fff;
}

.p-revotec-kintai-spec__inner {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

.p-revotec-kintai-spec__head {
	text-align: center;
	margin-bottom: 60px;
}

.p-revotec-kintai-spec__head__title {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.4;
	color: var(--main-color);
	letter-spacing: 0.05em;
}

.p-revotec-kintai-spec__table-wrapper {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.p-revotec-kintai-spec__table {
	width: 100%;
	border-collapse: collapse;
}

.p-revotec-kintai-spec__table th,
.p-revotec-kintai-spec__table td {
	padding: 24px 32px;
	font-size: 16px;
	line-height: 1.5;
	border-bottom: 1px solid #e2e8f0;
}

.p-revotec-kintai-spec__table th {
	width: 30%;
	background-color: #f8fafc;
	font-weight: 700;
	color: #333;
	text-align: left;
	border-right: 1px solid #e2e8f0;
}

.p-revotec-kintai-spec__table td {
	width: 70%;
	color: #050000;
}

.p-revotec-kintai-spec__table tr:first-child th,
.p-revotec-kintai-spec__table tr:first-child td {
	border-top: 1px solid #e2e8f0;
}

@media screen and (max-width: 767px) {
	.p-revotec-kintai-spec {
		padding: 60px 20px;
	}

	.p-revotec-kintai-spec__head {
		margin-bottom: 40px;
	}

	.p-revotec-kintai-spec__head__title {
		font-size: 28px;
	}

	.p-revotec-kintai-spec__table th,
	.p-revotec-kintai-spec__table td {
		padding: 16px 20px;
		font-size: 15px;
	}
}

.p-revotec-kintai-flow {
	padding: 100px 20px;
	background-color: #f0f4f8;
}

.p-revotec-kintai-flow__inner {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

.p-revotec-kintai-flow__head {
	text-align: center;
	margin-bottom: 60px;
}

.p-revotec-kintai-flow__head__title {
	font-size: 32px;
	font-weight: 700;
	color: var(--main-color);
}

.p-revotec-kintai-flow__head__text {
	margin-top: 24px;
	font-size: 18px;
}

.p-revotec-kintai-flow__list {
	display: flex;
	flex-direction: column;
	gap: 30px;
	position: relative;
}

.p-revotec-kintai-flow__list::before {
	content: '';
	position: absolute;
	top: 0;
	left: 40px;
	width: 2px;
	height: 100%;
	background-color: #eee;
}

.p-revotec-kintai-flow__item {
	display: flex;
	align-items: flex-start;
	gap: 40px;
	position: relative;
	z-index: 1;
}

.p-revotec-kintai-flow__item__num {
	flex-shrink: 0;
	width: 80px;
	height: 80px;
	background-color: var(--main-color);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-weight: 700;
	font-family: Arial, sans-serif;
	box-shadow: 0 4px 10px rgba(5, 102, 167, 0.2);
}

.p-revotec-kintai-flow__item__content {
	background-color: #f8fafc;
	padding: 30px;
	border-radius: 12px;
	flex-grow: 1;
}

.p-revotec-kintai-flow__item__title {
	font-size: 20px;
	font-weight: 700;
	color: var(--main-color);
	margin-bottom: 12px;
}

.p-revotec-kintai-flow__item__text {
	line-height: 1.8;
}

@media screen and (max-width: 767px) {
	.p-revotec-kintai-flow {
		padding: 60px 20px;
	}

	.p-revotec-kintai-flow__head__title {
		font-size: 24px;
	}

	.p-revotec-kintai-flow__head__text {
		font-size: 16px;
		text-align: left;
	}

	.p-revotec-kintai-flow__list::before {
		left: 25px;
	}

	.p-revotec-kintai-flow__item {
		gap: 20px;
	}

	.p-revotec-kintai-flow__item__num {
		width: 50px;
		height: 50px;
		font-size: 18px;
	}

	.p-revotec-kintai-flow__item__content {
		padding: 20px;
	}

	.p-revotec-kintai-flow__item__title {
		font-size: 18px;
	}
}

.p-revotec-kintai-faq {
	padding: 100px 20px;
	background-color: #f8fafc;
}

.p-revotec-kintai-faq__inner {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

.p-revotec-kintai-faq__head {
	text-align: center;
	margin-bottom: 60px;
}

.p-revotec-kintai-faq__head__title {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.4;
	color: var(--main-color);
	letter-spacing: 0.05em;
}

.p-revotec-kintai-faq__items {
	display: flex;
	flex-direction: column;
	row-gap: 32px;
}

.p-revotec-kintai-faq__item {
	background-color: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	overflow: hidden;
}

.p-revotec-kintai-faq__item__question,
.p-revotec-kintai-faq__item__answer {
	display: flex;
	column-gap: 16px;
	padding: 32px;
	font-size: 18px;
	line-height: 1.6;
}

.p-revotec-kintai-faq__item__question {
	font-weight: 700;
	color: #333;
	border-bottom: 1px solid #f1f5f9;
}

.p-revotec-kintai-faq__item__answer {
	background-color: #fafafa;
}

.p-revotec-kintai-faq__item__icon {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
}

.p-revotec-kintai-faq__item__question .p-revotec-kintai-faq__item__icon {
	background-color: var(--main-color);
	color: #fff;
}

.p-revotec-kintai-faq__item__answer .p-revotec-kintai-faq__item__icon {
	background-color: var(--sub-color);
	color: #fff;
}

.p-revotec-kintai-faq__item__text {
	font-size: 16px;
	color: #444;
}

@media screen and (max-width: 767px) {
	.p-revotec-kintai-faq {
		padding: 60px 20px;
	}

	.p-revotec-kintai-faq__head {
		margin-bottom: 40px;
	}

	.p-revotec-kintai-faq__head__title {
		font-size: 28px;
	}

	.p-revotec-kintai-faq__items {
		row-gap: 20px;
	}

	.p-revotec-kintai-faq__item__question,
	.p-revotec-kintai-faq__item__answer {
		padding: 20px;
	}

	.p-revotec-kintai-faq__item__text {
		font-size: 15px;
	}
}

.p-revotec-kintai-cta {
	padding: 100px 20px;
	background-color: #f0f5f9;
	text-align: center;
}

.p-revotec-kintai-cta__inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.p-revotec-kintai-cta__title {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.4;
	color: var(--main-color);
}

.p-revotec-kintai-cta__text {
	margin-top: 24px;
	font-size: 16px;
	line-height: 1.8;
	color: #050000;
}

.p-revotec-kintai-cta__action {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.p-revotec-kintai-cta__action__btn {
	border-radius: 4px;
}

@media screen and (max-width: 767px) {
	.p-revotec-kintai-cta {
		padding: 60px 20px;
	}

	.p-revotec-kintai-cta__title {
		font-size: 22px;
	}

	.p-revotec-kintai-cta__text {
		margin-top: 16px;
		font-size: 15px;
		text-align: left;
	}

	.p-revotec-kintai-cta__action {
		margin-top: 32px;
	}

	.p-revotec-kintai-cta__action__btn {
		width: 100%;
	}
}