body {
	font-weight: 500;
}

.l-intro {
	margin-top: 3.5rem;
}

.l-top-product {
	margin-top: -59.1875rem;
}

.l-top-service {
	margin-top: -19.6875rem;
}

.p-basis {
	background-color: #fff;
	padding-bottom: 3.5416666667vw;
	padding-top: 9.375vw;
	position: relative;
}

.p-basis::before {
	background: url(../images/index/bg_wave.webp) center top/100% 100% no-repeat;
	content: "";
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-basis::after {
	background: url(../images/index/bg_cover.webp) center top/100% no-repeat;
	content: "";
	height: 100%;
	left: 0;
	mix-blend-mode: overlay;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-basis__inner {
	position: relative;
	z-index: 1;
}

.p-basis__cards {
	grid-gap: 2.1875rem;
	display: grid;
	gap: 2.1875rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 3.75rem;
}

.p-basis__card {
	grid-gap: 0;
	background-color: #fff;
	border-radius: 1.25rem;
	box-shadow: 0 0.625rem 0.9375rem rgba(0, 0, 0, 0.1);
	display: grid;
	gap: 0;
	grid-row: span 3;
	grid-template-rows: subgrid;
	padding-bottom: 2.3125rem;
	padding-top: 2rem;
}

.p-basis__subTitle {
	align-items: center;
	display: flex;
	font-size: 1.25rem;
	font-weight: bold;
	justify-content: center;
	line-height: 1.5;
	text-align: center;
}

.p-basis__img {
	height: 10.125rem;
	margin-top: 0.625rem;
	text-align: center;
}

.p-basis__img img {
	-o-object-fit: contain;
	height: 100%;
	margin: auto;
	object-fit: contain;
	width: auto;
}

.p-basis__lists {
	margin-left: auto;
	margin-right: auto;
	margin-top: -0.1875rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-basis__list {
	display: flex;
	font-size: 0.9375rem;
	font-weight: 600;
	gap: 0.5rem;
	line-height: 1.5;
}

.p-basis__list + .p-basis__list {
	margin-top: 0.375rem;
}

.p-basis__list::before {
	background: url(../images/common/icon-check.svg) center center/contain no-repeat;
	content: "";
	display: block;
	width: 0.8125rem;
}

.p-basis__btn {
	margin-top: 3.75rem;
	text-align: center;
}

.p-intro {
	background: url(../images/index/bg_vector.webp) center top/100% no-repeat;
	padding-bottom: 3.375rem;
	position: relative;
}

.p-intro__lists {
	grid-gap: 1.8125rem;
	display: grid;
	gap: 1.8125rem;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 5.9375rem;
}

.p-intro__list {
	align-items: center;
	border: 1px solid #000;
	border-radius: 0.375rem;
	display: flex;
	font-size: 1rem;
	font-weight: 600;
	height: 8rem;
	justify-content: center;
	line-height: 1.66;
	position: relative;
	text-align: center;
}

.p-intro__list::before {
	background-color: #000;
	border-radius: 0 1.875rem 0 0;
	color: #fff;
	content: "CASE";
	font-size: 1rem;
	font-weight: 600;
	height: 1.8125rem;
	left: -1px;
	padding-right: 0.375rem;
	position: absolute;
	text-align: center;
	top: -1.3125rem;
	width: 5.875rem;
}

.p-intro__list::after {
	background-image: linear-gradient(to right, #000 0.25rem, transparent 0.25rem);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 0.5rem 0.125rem;
	bottom: -2.1875rem;
	content: "";
	height: 0.125rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%) rotate(90deg);
	width: 4.125rem;
}

.p-intro__arrow {
	margin-left: auto;
	margin-right: auto;
	margin-top: 4.125rem;
	position: relative;
	width: 26.3125rem;
	z-index: 1;
}

.p-intro__box {
	background: url(../images/index/bg_intro.webp) center center/cover no-repeat;
	border-radius: 1.25rem;
	margin-top: -2.0625rem;
	padding-bottom: 3.875rem;
	padding-top: 4.4375rem;
}

.p-intro__logo {
	margin-left: auto;
	margin-right: auto;
	width: 10.9375rem;
}

.p-intro__subTitle {
	color: #fff;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.14;
	margin-top: 2.25rem;
	text-align: center;
}

.p-intro__subTitle span {
	-webkit-background-clip: text;
	background-image: linear-gradient(225deg, #00AFE1, #D5F6FF);
	color: transparent;
}

.p-intro__text {
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.77;
	margin-top: 2.25rem;
	text-align: center;
}

.p-knowledge-hub {
	background: linear-gradient(to bottom, #EEEEEE, transparent);
	padding-bottom: 6.25rem;
	padding-top: 8.125rem;
	position: relative;
	z-index: 2;
}

.p-knowledge-hub__blocks {
	grid-gap: 2.875rem;
	display: grid;
	gap: 2.875rem;
	grid-template-columns: repeat(2, 1fr);
}

.p-knowledge-hub__head {
	align-items: baseline;
	display: flex;
	justify-content: space-between;
}

.p-knowledge-hub__title {
	font-size: 2.1875rem;
	font-weight: 700;
	line-height: 1.14;
}

.p-knowledge-hub__items {
	margin-top: 2.5625rem;
}

.p-knowledge-hub__item + .p-knowledge-hub__item {
	margin-top: 0.9375rem;
}

.p-management {
	background-color: #fff;
	padding-bottom: 56.8125rem;
	padding-top: 13.0625rem;
	position: relative;
}

.p-management::before {
	background: url(../images/index/bg_management.webp) center top/100% no-repeat;
	content: "";
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-management::after {
	background: url(../images/index/bg_cover.webp) center top/100% no-repeat;
	content: "";
	height: 100%;
	left: 0;
	mix-blend-mode: overlay;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-management__inner {
	position: relative;
	z-index: 1;
}

.p-management__body {
	margin-top: 4.0625rem;
	position: relative;
}

.p-management__steps {
	display: flex;
	flex-wrap: wrap;
	gap: 13rem;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}

.p-management__step {
	background-color: #fff;
	border-radius: 1.25rem;
	box-shadow: 0 0.25rem 0.875rem rgba(0, 0, 0, 0.25);
	padding-bottom: 1.6875rem;
	padding-top: 0.75rem;
	position: relative;
	width: 22.5rem;
}

.p-management__step::before {
	background: url(../images/common/border.svg) center center/contain no-repeat;
	content: "";
	height: 2.375rem;
	position: absolute;
	width: 4.5625rem;
}

.p-management__number {
	font-size: 1.375rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

.p-management__subTitle {
	font-size: 1.375rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

.p-management__step:nth-child(1) .p-management__number,
.p-management__step:nth-child(1) .p-management__subTitle {
	color: #F94A5B;
}

.p-management__step:nth-child(1)::before {
	bottom: 2.8125rem;
	right: -4.5625rem;
}

.p-management__step:nth-child(2) .p-management__number,
.p-management__step:nth-child(2) .p-management__subTitle {
	color: #70BC52;
}

.p-management__step:nth-child(2)::before {
	bottom: 2.8125rem;
	left: -4.5625rem;
	transform: scale(-1, 1);
}

.p-management__step:nth-child(3) {
	order: 1;
}

.p-management__step:nth-child(3) .p-management__number,
.p-management__step:nth-child(3) .p-management__subTitle {
	color: #1C9CBF;
}

.p-management__step:nth-child(3)::before {
	left: -4.5625rem;
	top: 4.75rem;
	transform: scale(-1, -1);
}

.p-management__step:nth-child(4) .p-management__number,
.p-management__step:nth-child(4) .p-management__subTitle {
	color: #CDA100;
}

.p-management__step:nth-child(4)::before {
	right: -4.5625rem;
	top: 4.75rem;
	transform: scale(1, -1);
}

.p-management__lead {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 0.25rem;
	text-align: center;
}

.p-management__text {
	margin-top: 0.375rem;
	text-align: center;
}

.p-management__figure {
	left: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.6875rem;
	max-width: 33.125rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.p-mv {
	position: relative;
}

.p-mv__bg {
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-mv__bg img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-mv__inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	padding-bottom: 2.25rem;
	padding-top: 2.25rem;
	position: relative;
	z-index: 1;
}

.p-mv__lead {
	font-size: 1.25rem;
	font-weight: 800;
	line-height: 1.14;
}

.p-mv__title {
	font-size: 3.125rem;
	font-weight: 700;
	line-height: 1.3;
	margin-top: 0.8125rem;
}

.p-mv__text {
	font-size: 1rem;
	line-height: 1.84;
	margin-top: 1rem;
}

.p-mv__price {
	grid-gap: 0.625rem;
	align-items: center;
	background: url(../images/index/frame.webp) center center/100% no-repeat;
	display: grid;
	gap: 0.625rem;
	grid-template-columns: 4.0625rem 1fr;
	margin-top: 1.125rem;
	padding-bottom: 1rem;
	padding-left: 2.875rem;
	padding-right: 2.875rem;
	padding-top: 1rem;
	width: 23.375rem;
}

.p-mv__priceText {
	color: #C19958;
	font-size: 0.9375rem;
	font-weight: bold;
	line-height: 1.4;
}

.p-mv__priceText span {
	font-size: 0.75rem;
}

.p-mv__btn {
	margin-top: 2.125rem;
}

.p-mv__btn a {
	align-items: center;
	background: linear-gradient(to right, #19C0EB 40%, #1197BC);
	border-radius: 2.6875rem;
	box-shadow: inset 0px -0.5625rem 0px rgba(0, 0, 0, 0.1);
	color: #fff;
	display: inline-flex;
	font-weight: 900;
	height: 5.0625rem;
	justify-content: center;
	max-width: 27.6875rem;
	padding-bottom: 0.375rem;
	padding-left: 11.75rem;
	padding-right: 3.8125rem;
	position: relative;
	text-align: center;
	width: 100%;
}

.p-mv__btn a::before {
	background: url(../images/common/icon-border-arrow.svg) center center/contain no-repeat;
	content: "";
	height: 1.375rem;
	position: absolute;
	right: 2.1875rem;
	top: calc(50% - 0.1875rem);
	transform: translateY(-50%);
	transition: all 0.45s;
	width: 1.375rem;
}

.p-mv__btnImg {
	bottom: 0.875rem;
	left: 1.6875rem;
	position: absolute;
	width: 9.8125rem;
}

.partner {
	margin-top: 1.625rem !important;
}

.p-results {
	background: linear-gradient(45deg, #1085A5, #19C0EB 80%);
	overflow: hidden;
	padding-bottom: 9.9375rem;
	padding-top: 7.375rem;
	position: relative;
}

.p-results::before {
	background: url(../images/index/bg_vector2.webp) center top/100% no-repeat;
	content: "";
	height: 100%;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 10rem;
	width: 19.5625rem;
}

.p-results__inner {
	position: relative;
	z-index: 1;
}

.p-results__blocks {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: center;
	margin-top: 4.8125rem;
}

.p-results__block {
	border-radius: 0.625rem;
	overflow: hidden;
	width: calc(20% - 0.6rem);
}

.p-results__blockTitle {
	align-items: center;
	background-color: #0E7792;
	color: #fff;
	display: flex;
	font-size: 1.125rem;
	font-weight: 800;
	height: 5.125rem;
	justify-content: center;
	line-height: 1.5;
	text-align: center;
}

.p-results__blockBody {
	align-items: baseline;
	background-color: #fff;
	display: flex;
	font-size: 1.875rem;
	font-weight: 900;
	justify-content: center;
	line-height: 1.1;
	padding-bottom: 2.1875rem;
	padding-top: 1.6875rem;
}

.p-results__blockBody span {
	color: #1C9CBF;
}

.p-results__blockBody strong {
	font-size: 4.0625rem;
	font-weight: 700;
	letter-spacing: -0.05em;
	vertical-align: baseline;
}

.p-support {
	overflow: hidden;
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.p-support__cards {
	grid-gap: 3.375rem;
	display: grid;
	gap: 3.375rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 4.5rem;
}

.p-support__btn {
	margin-top: 4rem;
	text-align: center;
}

.p-top-product {
	background: linear-gradient(to bottom, transparent, white 20.1875rem);
	padding-bottom: 10.3125rem;
	padding-top: 12.375rem;
	position: relative;
}

.p-top-product::before {
	background: url(../images/index/bg_vector.webp) center 20%/100% no-repeat;
	content: "";
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-top-product__inner {
	position: relative;
	z-index: 1;
}

.p-top-product__blocks {
	grid-gap: 3.375rem 4.0625rem;
	display: grid;
	gap: 3.375rem 4.0625rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 6.0625rem;
}

.p-top-product__block {
	grid-gap: 0;
	border-radius: 1.25rem;
	box-shadow: 0 0.25rem 0.875rem rgba(0, 0, 0, 0.25);
	display: grid;
	gap: 0;
	grid-row: span 5;
	grid-template-rows: subgrid;
	padding-bottom: 2.8125rem;
	padding-top: 1.4375rem;
}

.p-top-product__block:nth-child(1) {
	background: linear-gradient(to bottom, #FDD9DC, white 50%);
}

.p-top-product__block:nth-child(1) .p-top-product__number {
	color: #F94A5B;
}

.p-top-product__block:nth-child(1) .p-top-product__text {
	color: #AF2C39;
}

.p-top-product__block:nth-child(1) .p-top-product__btn a {
	background-color: #F94A5B;
}

.p-top-product__block:nth-child(2) {
	background: linear-gradient(to bottom, #E3F0DD, white 50%);
}

.p-top-product__block:nth-child(2) .p-top-product__number {
	color: #70BC52;
}

.p-top-product__block:nth-child(2) .p-top-product__text {
	color: #4A8133;
}

.p-top-product__block:nth-child(2) .p-top-product__btn a {
	background-color: #70BC52;
}

.p-top-product__block:nth-child(3) {
	background: linear-gradient(to bottom, #D1F3FB, white 50%);
}

.p-top-product__block:nth-child(3) .p-top-product__number {
	color: #1C9CBF;
}

.p-top-product__block:nth-child(3) .p-top-product__text {
	color: #138BAD;
}

.p-top-product__block:nth-child(3) .p-top-product__btn a {
	background-color: #19C1EB;
}

.p-top-product__block:nth-child(4) {
	background: linear-gradient(to bottom, #FDF3CE, white 50%);
}

.p-top-product__block:nth-child(4) .p-top-product__number {
	color: #CDA100;
}

.p-top-product__block:nth-child(4) .p-top-product__text {
	color: #B08900;
}

.p-top-product__block:nth-child(4) .p-top-product__btn a {
	background-color: #FBC700;
}

.p-top-product__number {
	font-size: 1.5625rem;
	font-weight: 800;
	line-height: 1.5;
	text-align: center;
}

.p-top-product__subTitle {
	font-size: 1.5625rem;
	font-weight: 700;
	line-height: 0.72;
	margin-top: 0.375rem;
	text-align: center;
}

.p-top-product__subTitle span {
	display: block;
	font-size: 1.25rem;
	margin-bottom: 0.9375rem;
}

.p-top-product__text {
	align-items: center;
	display: flex;
	font-weight: bold;
	justify-content: center;
	margin-top: 1.25rem;
	text-align: center;
}

.p-top-product__img {
	height: 12.9375rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.125rem;
	max-width: 21.5625rem;
}

.p-top-product__img img {
	-o-object-fit: contain;
	height: 100%;
	margin: auto;
	object-fit: contain;
	width: 100%;
}

.p-top-product__btn {
	margin-top: 1.125rem;
	text-align: center;
}

.p-top-product__btn a {
	align-items: center;
	border: 0.1875rem solid #fff;
	border-radius: 1.875rem;
	box-shadow: 0 0.4375rem 0.3125rem rgba(0, 0, 0, 0.25);
	color: #fff;
	display: inline-flex;
	height: 3.375rem;
	justify-content: center;
	letter-spacing: -0.04em;
	line-height: 1.1;
	max-width: 17.125rem;
	padding-bottom: 0.75rem;
	padding-top: 0.6875rem;
	position: relative;
	transition: all 0.45s;
	width: 100%;
}

.p-top-product__btn a::before {
	background: url(../images/common/icon-border-arrow.svg) center center/contain no-repeat;
	content: "";
	height: 1.125rem;
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.125rem;
}

.p-top-service {
	background: url(../images/index/bg_service.webp) center top/100% auto no-repeat;
	overflow: hidden;
	padding-top: 25.4166666667vw;
	position: relative;
	z-index: 1;
}

.p-top-service__wrap {
	display: grid;
	grid-template-columns: 54.72% 1fr;
}

.p-top-service__title {
	color: #fff;
	font-size: 5.5rem;
	font-weight: bold;
	line-height: 1.2;
}

.p-top-service__lead {
	color: #fff;
	font-size: 1.71875rem;
	font-weight: bold;
	line-height: 1.6;
	margin-top: 3.625rem;
}

.p-top-service__text {
	color: #fff;
	font-size: 1rem;
	line-height: 1.84;
	margin-top: 1.125rem;
}

.p-top-service__btn {
	margin-top: 3.375rem;
}

.p-top-service__figure {
	margin-top: 4rem;
	mix-blend-mode: lighten;
	width: calc(100% + 5.25rem);
}

@media (hover: hover) {

.p-mv__btn a:hover {
	color: #fff;
}

.p-mv__btn a:hover::before {
	right: 1.875rem;
}

.p-top-product__btn a:hover {
	box-shadow: 0 0rem 0rem rgba(0, 0, 0, 0.25);
	color: #fff;
	transform: translateY(0.4375rem);
}

}

@media screen and (max-width: 960px) {

.l-intro {
	margin-top: 2.125rem;
}

.l-top-product {
	margin-top: 0;
}

.l-top-service {
	margin-top: 0;
}

.p-basis {
	padding-bottom: 2.8125rem;
	padding-top: 4.6875rem;
}

.p-basis::before {
	background-image: url(../images/index/bg_wave_sp.webp);
	background-size: 100% auto;
}

.p-basis__cards {
	gap: 0.625rem;
	grid-template-columns: 100%;
	margin-top: 2.5rem;
}

.p-basis__img {
	grid-area: p-basis__img;
}

.p-basis__subTitle {
	grid-area: p-basis__subTitle;
}

.p-basis__lists {
	grid-area: p-basis__lists;
}

.p-basis__card {
	align-items: center;
	border-radius: 0.25rem;
	box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.15);
	gap: 0 0.625rem;
	grid-template-areas: "p-basis__img p-basis__subTitle" "p-basis__img p-basis__lists";
	grid-template-columns: 7.125rem 1fr;
	padding: 1.0625rem 0.8125rem;
}

.p-basis__subTitle {
	font-size: 0.875rem;
	justify-content: flex-start;
	text-align: left;
}

.p-basis__img {
	height: 7.3125rem;
	margin-top: 0;
	width: 7.125rem;
}

.p-basis__lists {
	margin-left: 0;
	margin-top: 0.5rem;
}

.p-basis__list {
	font-size: 0.75rem;
	gap: 0.4375rem;
}

.p-basis__list + .p-basis__list {
	margin-top: 0.25rem;
}

.p-basis__list::before {
	width: 0.5625rem;
}

.p-basis__btn {
	margin-top: 2.625rem;
}

.p-intro {
	background: url(../images/index/bg_vector_sp.webp) center top/100% no-repeat;
	padding-bottom: 1.75rem;
}

.p-intro__lists {
	gap: 3.1875rem 1.125rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 3.125rem;
}

.p-intro__list {
	border-radius: 0.25rem;
	font-size: 0.75rem;
	height: 6.9375rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.p-intro__list::before {
	border-radius: 0 0.75rem 0 0;
	font-size: 0.625rem;
	height: 1.125rem;
	padding-right: 0.25rem;
	padding-top: 0.0625rem;
	top: -0.8125rem;
	width: 3.625rem;
}

.p-intro__list::after {
	background-image: linear-gradient(to right, #000 0.1875rem, transparent 0.1875rem);
	background-size: 0.375rem 0.125rem;
	bottom: -1.3125rem;
	height: 0.0775rem;
	width: 2.5rem;
}

.p-intro__arrow {
	margin-top: 2.5625rem;
	width: 7.9375rem;
}

.p-intro__box {
	background-image: url(../images/index/bg_intro_sp.webp);
	border-radius: 1rem;
	margin-top: -0.625rem;
	padding-bottom: 1.875rem;
	padding-top: 2.5rem;
}

.p-intro__logo {
	width: 7.1875rem;
}

.p-intro__subTitle {
	font-size: 0.875rem;
	margin-top: 1.0625rem;
}

.p-intro__text {
	font-size: 0.75rem;
	margin-top: 1.25rem;
}

.p-knowledge-hub {
	padding-bottom: 0;
	padding-top: 2.125rem;
}

.p-knowledge-hub__blocks {
	gap: 2.125rem;
	grid-template-columns: 100%;
}

.p-knowledge-hub__title {
	font-size: 1.125rem;
}

.p-knowledge-hub__items {
	margin-top: 1.875rem;
}

.p-knowledge-hub__item + .p-knowledge-hub__item {
	margin-top: 0.625rem;
}

.p-management {
	padding-bottom: 5.5rem;
	padding-top: 4.6875rem;
}

.p-management::before {
	background-image: url(../images/index/bg_management_sp.webp);
}

.p-management__body {
	margin-top: 2.125rem;
}

.p-management__steps {
	gap: 11.125rem 0.75rem;
}

.p-management__step {
	align-items: center;
	border-radius: 0.25rem;
	box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-height: 7.125rem;
	padding-bottom: 0.9375rem;
	padding-top: 0.6875rem;
	width: 10.625rem;
}

.p-management__step::before {
	height: 1.25rem;
	width: 2rem;
}

.p-management__number {
	font-size: 0.625rem;
}

.p-management__subTitle {
	font-size: 0.625rem;
}

.p-management__step:nth-child(1)::before {
	bottom: -1.625rem;
	right: 4.0625rem;
	transform: rotate(90deg) scale(1, -1);
}

.p-management__step:nth-child(2)::before {
	bottom: -1.625rem;
	left: 4.0625rem;
	transform: rotate(90deg);
}

.p-management__step:nth-child(3)::before {
	left: 4.0625rem;
	top: -1.625rem;
	transform: rotate(-90deg) scale(1, -1);
}

.p-management__step:nth-child(4)::before {
	right: 4.0625rem;
	top: -1.625rem;
	transform: rotate(-90deg);
}

.p-management__lead {
	font-size: 0.5rem;
	margin-top: 0;
}

.p-management__text {
	font-size: 0.5625rem;
	margin-top: 0.25rem;
}

.p-management__figure {
	margin-top: 5.625rem;
	max-width: 14.25rem;
}

.p-mv {
	padding-top: 9.6875rem;
}

.p-mv__bg {
	height: calc(100% - 5.625rem);
}

.p-mv__bg img {
	-o-object-fit: 100% auto;
	-o-object-position: top;
	object-fit: 100% auto;
	object-position: top;
}

.p-mv__inner {
	display: block;
	padding-bottom: 0rem;
	padding-top: 0rem;
}

.p-mv__lead {
	font-size: 1rem;
}

.p-mv__title {
	font-size: 2.0625rem;
	line-height: 1.34;
	margin-top: 0.6875rem;
}

.p-mv__text {
	font-size: 0.75rem;
	margin-top: 0.9375rem;
}

.p-mv__price {
	gap: 0.375rem;
	grid-template-columns: 2.75rem 1fr;
	margin-top: 0.5625rem;
	padding-bottom: 0.625rem;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	padding-top: 0.625rem;
	width: 15.625rem;
}

.p-mv__priceText {
	font-size: 0.625rem;
}

.p-mv__priceText span {
	font-size: 0.5rem;
}

.p-mv__btn {
	margin-top: 11.125rem;
}

.p-mv__btn a {
	box-shadow: inset 0px -0.4375rem 0px rgba(0, 0, 0, 0.1);
	font-size: 1.09375rem;
	height: 3.9375rem;
	padding-bottom: 0.5625rem;
	padding-left: 8.8125rem;
	padding-right: 3.375rem;
}

.p-mv__btn a::before {
	right: 1.4375rem;
}

.p-mv__btnImg {
	bottom: 0.85rem;
	left: 1.3125rem;
	width: 7.125rem;
}

.p-results {
	padding-bottom: 3rem;
	padding-top: 3rem;
}

.p-results::before {
	display: none;
}

.p-results__blocks {
	gap: 0.5rem 0.375rem;
	margin-top: 2rem;
}

.p-results__block {
	border-radius: 0.3125rem;
	width: calc(33.3333333333% - 0.25rem);
}

.p-results__blockTitle {
	font-size: 0.875rem;
	height: 2.625rem;
	line-height: 1.22;
}

.p-results__blockBody {
	font-size: 0.9375rem;
	padding-bottom: 1.0625rem;
	padding-top: 0.8125rem;
}

.p-results__blockBody strong {
	font-size: 2.0625rem;
}

.p-support {
	padding-bottom: 2.5rem;
	padding-top: 2.875rem;
}

.p-support__cards {
	overflow: visible !important;
	overflow: initial !important;
}

.p-support__cards {
	gap: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.3125rem;
	max-width: 17.125rem;
}

.p-support__card {
	overflow: visible !important;
	overflow: initial !important;
}

.p-support__card {
	padding-left: 0.40625rem;
	padding-right: 0.40625rem;
}

.p-support__btn {
	margin-top: 1.5625rem;
}

.p-top-product {
	background: none;
	padding-bottom: 2.125rem;
	padding-top: 1.0625rem;
}

.p-top-product::before {
	background: url(../images/index/bg_vector_sp2.webp) center top/100% no-repeat;
}

.p-top-product__blocks {
	gap: 0.5rem 0.6875rem;
	margin-top: 1.75rem;
}

.p-top-product__block {
	border-radius: 0.25rem;
	box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
	padding-bottom: 0.8125rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	padding-top: 0.8125rem;
}

.p-top-product__block:nth-child(2) {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.p-top-product__number {
	font-size: 0.625rem;
}

.p-top-product__subTitle {
	font-size: 0.625rem;
	margin-top: 0.1875rem;
}

.p-top-product__subTitle span {
	font-size: 0.5rem;
	margin-bottom: 0.25rem;
}

.p-top-product__text {
	margin-top: 0.375rem;
	text-align: left;
	word-break: break-all;
}

.p-top-product__img {
	height: 4.0625rem;
	margin-top: 0.75rem;
	max-width: 6.625rem;
}

.p-top-product__btn {
	margin-top: 0.5625rem;
}

.p-top-product__btn a {
	border-width: 0.0625rem;
	box-shadow: 0 0.1875rem 0.1875rem rgba(0, 0, 0, 0.25);
	font-size: 0.5rem;
	height: 1.5rem;
	line-height: 1;
	max-width: 8.125rem;
}

.p-top-product__btn a::before {
	height: 0.5625rem;
	right: 0.5rem;
	width: 0.5625rem;
}

.p-top-service {
	background-color: #131212;
	background-image: url(../images/index/bg_service_sp.webp);
	padding-bottom: 3.1875rem;
	padding-top: 11.875rem;
}

.p-top-service__wrap {
	display: block;
}

.p-top-service__title {
	font-size: 2.0625rem;
}

.p-top-service__lead {
	font-size: 1.125rem;
	margin-top: 1.4375rem;
}

.p-top-service__text {
	font-size: 0.75rem;
	margin-top: 1.6875rem;
}

.p-top-service__btn {
	margin-top: 2rem;
	text-align: center;
}

.p-top-service__btn a {
	font-size: 0.875rem;
}

.p-top-service__figure {
	margin-top: 0;
	position: absolute;
	right: -1.0625rem;
	top: 11.875rem;
	width: 10.875rem;
}

}

@media screen and (hover: hover) and (max-width: 960px) {

.p-mv__btn a:hover::before {
	right: 1.125rem;
}

}


/*# sourceMappingURL=index.css.map */
