.p-platform-head {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	padding: 160px 20px 140px;
}

.p-platform-head__inner {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.p-platform-head__title {
	font-size: 64px;
	text-align: center;
}

.p-platform-head__text {
	margin-top: 20px;
	font-size: 18px;
	text-align: center;
}

.p-platform-head__button {
	width: fit-content;
	margin: 40px auto 0;
}

.p-platform-head__button .c-button__text {
	padding: 20px 28px;
	border-radius: 60px;
}

.p-platform-head__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-platform-head__bg img {
	display: block;
	width: 100%;
	object-fit: cover;
}

@media screen and (max-width: 768px) {
	.p-platform-head {
		padding-top: 100px;
		padding-bottom: 80px;
	}

	.p-platform-head__title {
		font-size: 50px;
	}
}

.p-platform-comment {
	padding: 90px 20px 140px;
}

.p-platform-comment__inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.p-platform-comment__row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.p-platform-comment__heading {
	width: 45%;
}

.p-platform-comment__title {
	font-size: 50px;
}

.p-platform-comment__info {
	position: relative;
	width: 49.5%;
	padding: 40px;
	border-radius: 40px;
}

.p-platform-comment__info::before {
	content: '';
	position: absolute;
	inset: 0 auto auto 0;
	display: block;
	width: 100%;
	height: 100%;
	background: radial-gradient(68% 84% at 50% 52%, rgb(255 81 58 / 14%) 0%, rgb(255 255 255 / 0%) 100%), #f3f3f3;
	border-radius: inherit;
	z-index: 0;
}

.p-platform-comment__info::after {
	content: '';
	position: absolute;
	inset: 0 auto auto 0;
	display: block;
	width: 100%;
	height: 100%;
	background: radial-gradient(61% 96% at 78% 32%, rgb(255 81 58 / 14%) 0%, rgb(255 255 255 / 0%) 100%), #f3f3f3;
	border-radius: inherit;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}

@media (any-hover: hover) {
	.p-platform-comment__info:hover:after {
		opacity: 1;
	}
}

.p-platform-comment__quote {
	position: relative;
	z-index: 2;
}

.p-platform-comment__quote::before {
	content: '“';
	position: absolute;
	inset: 3px auto auto 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	color: rgb(26 27 29 / 60%);
}

.p-platform-comment__label {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-left: 18px;
	font-size: 14px;
	color: rgb(26 27 29 / 60%);
}

.p-platform-comment__label::before {
	content: '[';
}

.p-platform-comment__label::after {
	content: ']';
}

.p-platform-comment__text {
	display: grid;
	gap: 12px;
	margin-top: 15px;
	font-size: 18px;
	color: #1a1b1d;
}

.p-platform-comment__text a {
	text-decoration: underline;
}

@media (any-hover: hover) {
	.p-platform-comment__text a:hover {
		text-decoration: none;
		opacity: 1;
	}
}

.p-platform-comment__cite {
	position: relative;
	display: grid;
	gap: 3px;
	margin-top: 30px;
	padding-top: 35px;
	border-top: 1px solid #d9d9d9;
	font-style: normal;
}

.p-platform-comment__cite::before,
.p-platform-comment__cite::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 21px;
	background-color: #d9d9d9;
}

.p-platform-comment__cite::before {
	inset: -10.5px auto auto 10px;
}

.p-platform-comment__cite::after {
	inset: -10.5px 10px auto auto;
}

.p-platform-comment__name {
	font-weight: 700;
}

@media screen and (max-width: 768px) {
	.p-platform-comment {
		padding-top: 0;
		padding-bottom: 80px;
	}

	.p-platform-comment__row {
		flex-direction: column;
		gap: 40px;
	}

	.p-platform-comment__heading {
		width: 100%;
	}

	.p-platform-comment__title {
		font-size: 40px;
	}

	.p-platform-comment__info {
		width: 100%;
		padding: 20px;
		border-radius: 24px;
	}

	.p-platform-comment__cite {
		padding-top: 30px;
	}
}

.p-platform-sfa400x3 {
	padding: 0 20px 140px;
}

.p-platform-sfa400x3__inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.p-platform-sfa400x3__info {
	display: grid;
	gap: 24px;
}

.p-platform-sfa400x3__title {
	font-size: 32px;
	line-height: 1.4;
	letter-spacing: -1px;
}

.p-platform-sfa400x3__text {
	display: grid;
	gap: 12px;
}

.p-platform-sfa400x3__button {
	gap: 10px;
}

.p-platform-sfa400x3__button .c-button__text {
	font-weight: 600;
}

.p-platform-ai400x3 {
	padding: 0 20px 140px;
}

.p-platform-ai400x3__inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.p-platform-ai400x3__info {
	display: grid;
	gap: 24px;
}

.p-platform-ai400x3__title {
	font-size: 32px;
	line-height: 1.4;
	letter-spacing: -1px;
}

.p-platform-ai400x3__text {
	display: grid;
	gap: 12px;
}

.p-platform-ai400x3__button {
	gap: 10px;
}

.p-platform-ai400x3__button .c-button__text {
	font-weight: 600;
}

@media screen and (max-width: 768px) {
	.p-platform-ai400x3 {
		padding-bottom: 80px;
	}

	.p-platform-ai400x3__title {
		font-size: 24px;
	}
}

.p-platform-cta {
	padding-bottom: 140px;
}

@media screen and (max-width: 768px) {
	.p-platform-cta {
		padding-bottom: 80px;
	}
}