.u-tx-green {
	color: #5cba3a;
}

/*----- common -----*/

h1,
h2,
h3,
h4,
h5,
p,
ul,
li,
a {
	font-weight: bold;
	letter-spacing: 0.05em;
	margin: 0;
	padding: 0;
}

a {
	color: #111;
	text-decoration: none;
}

figure {
	margin: 0;
}

html {
	font-size: 62.5%;
}

body {
	font-family: "Noto Sans JP", sans-serif;
}

.s-of-hidden {
	overflow: hidden;
}

.s-pc {
	display: block;
}

.c-wrap {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1400px;
	padding-inline: 50px;
}

.c-button {
	align-items: center;
	border: 2px solid transparent;
	border-radius: 100px;
	box-sizing: border-box;
	color: #fff;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.1em;
	outline: none;
	overflow: hidden;
	padding: 18px 98px 17px 30px;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	transition: 0.3s;
	z-index: 0;
}

.c-button::before {
	background: linear-gradient(90deg, #ea6705 16%, #f38830 100%);
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: 0.3s;
	width: 100%;
	z-index: -1;
}

.c-button:hover::before {
	filter: brightness(0.9) saturate(1.05);
}

.c-button:hover .c-button__icon {
	transform: translate(4px, -50%);
}

.c-button__icon {
	align-items: center;
	aspect-ratio: 1/1;
	background: #fff;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	position: absolute;
	right: 13px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 60px;
}

.c-button__icon img {
	width: 26px;
}

.c-button.--small {
	font-size: 16px;
	max-width: 180px;
	padding: 7px 0px 9px 20px;
}

.c-button.--small .c-button__icon {
	right: 6px;
	width: 30px;
}

.c-button.--small .c-button__icon img {
	width: 13px;
}

.c-button-submit {
	max-width: 420px;
	position: relative;
	width: 100%;
}

.c-button-submit:hover .c-button__icon {
	transform: translate(4px, -50%);
}

.c-button-submit .c-button {
	justify-content: center;
}

.c-button-submit .c-button__icon {
	pointer-events: none;
	position: absolute;
	right: 13px;
	top: 50%;
	transform: translateY(-50%);
}

/* footer */

.footer {
	background: #fefadc;
}

.footer__wrap {
	max-width: 1414px;
}

.footer__inner {
	display: flex;
	gap: 30px;
	justify-content: space-between;
	padding-top: 66px;
}

.footer__brand-copy {
	color: #fe9618;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.footer__brand-logo {
	display: block;
	margin-top: 10px;
	width: 323px;
}

.footer__brand-desc {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-top: 8px;
}

.footer__company {
	font-style: normal;
	margin-top: 25px;
}

.footer__company-name {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.footer__company-text {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.4285714286;
}

.footer__button {
	margin-top: 17px;
}

.footer__nav {
	display: flex;
	flex-direction: column;
	gap: 42px;
	margin-top: 22px;
	max-width: 806px;
	position: relative;
}

.footer__nav-list {
	display: flex;
	flex-wrap: wrap;
	gap: 18px 49px;
}

.footer__nav-item {
	width: 161px;
}

.footer__nav-link {
	align-items: center;
	display: flex;
	font-size: 18px;
	font-weight: bold;
	gap: 19px;
	justify-content: space-between;
	letter-spacing: 0.05em;
	transition: 0.3s;
}

.footer__nav-link:hover {
	color: #fe9618;
}

.footer__nav-link:hover .footer__nav-icon {
	transform: translateX(4px);
}

.footer__nav-icon {
	align-items: center;
	aspect-ratio: 1/1;
	background: #fe9618;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	transition: 0.3s;
	width: 28px;
}

.footer__nav-icon img {
	filter: brightness(0) invert(1);
	width: 14px;
}

.footer__subnav-list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 57px;
	padding-right: 20px;
}

.footer__subnav-item {
	padding-left: 20px;
	position: relative;
}

.footer__subnav-item::before {
	aspect-ratio: 1/1;
	border-right: 2px solid #fe9618;
	border-top: 2px solid #fe9618;
	box-sizing: border-box;
	content: "";
	left: -5px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 11px;
}

.footer__subnav-link {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.05em;
	transition: 0.3s;
}

.footer__subnav-link:hover {
	color: #fe9618;
}

.footer__bottom {
	display: flex;
	justify-content: center;
	margin-top: 50px;
	padding-block: 25px 33px;
	position: relative;
}

.footer__bottom::before {
	background: #fe9618;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 100vw;
}

.footer__copy {
	color: #fe9618;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
}

/*----- /common -----*/

html {
	font-size: 62.5%;
}

body {
	font-family: "Noto Sans JP", sans-serif;
}

.c-heading {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.4rem;
}

.c-heading.--mid {
	gap: 2.6rem;
}

.c-heading.--left {
	align-items: start;
}

.c-heading__head {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.c-heading__button {
	min-width: 420px;
}

.c-heading__en {
	color: #fe9618;
	font-family: "Montserrat", sans-serif;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1;
}

.c-heading__en.--ja {
	font-family: "Noto Sans JP", sans-serif;
}

.c-heading__group {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.4rem;
}

.c-heading__group.--lg {
	gap: 3rem;
}

.c-heading__sub-title {
	font-size: 5rem;
	font-weight: 900;
	letter-spacing: 0.05em;
}

.c-heading__sub-title.--mid {
	font-size: 4rem;
}

.c-heading__title {
	font-size: 6.4rem;
	font-weight: 900;
	letter-spacing: 0.05em;
	line-height: 1;
}

.c-heading__title.--mid {
	font-size: 5.6rem;
}

.c-heading__title .lg {
	font-size: 9rem;
}

/* cta */

.cta {
	background: linear-gradient(90deg, #ea6806 16%, #ffd409 100%);
}

.cta__inner {
	padding-bottom: 44px;
	padding-top: 54px;
	position: relative;
	z-index: 0;
}

.cta__inner::after {
	color: #fff;
	content: "CONTACT";
	font-family: "Montserrat", sans-serif;
	font-size: 180px;
	font-weight: bold;
	letter-spacing: 0.07em;
	line-height: 69%;
	opacity: 0.2;
	pointer-events: none;
	position: absolute;
	top: 0;
	z-index: -1;
}

.cta__head {
	display: flex;
	justify-content: space-between;
}

.cta__lead {
	color: #fff;
	font-weight: bold;
	padding-top: 10px;
}

.cta__lead-main {
	align-items: center;
	display: flex;
	gap: 10px;
	padding-left: 10px;
}

.cta__lead-main-icon {
	aspect-ratio: 40/65;
	width: 40px;
}

.cta__lead-main-text {
	font-size: 50px;
	letter-spacing: 0.05em;
}

.cta__lead-sub {
	font-size: 50px;
	letter-spacing: 0.05em;
}

.cta__img {
	flex-shrink: 0;
	padding-bottom: 16px;
	position: relative;
	z-index: 1;
}

.cta__person {
	bottom: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 270px;
	z-index: -1;
}

.cta__person.--type1 {
	left: 53%;
}

.cta__achieve {
	width: 424px;
}

.cta__content {
	align-items: center;
	background: #fff;
	border-radius: 30px;
	display: flex;
	flex-direction: column;
	gap: 36px;
	margin-top: -4px;
	padding: 27px 30px 29px;
	position: relative;
	z-index: 2;
}

.cta__content-head {
	align-items: center;
	display: flex;
	gap: 29px;
	justify-content: center;
	padding-left: 30px;
}

.cta__label {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.05em;
	position: relative;
}

.cta__label::after {
	aspect-ratio: 1/1;
	background: #a40000;
	border-radius: 100px;
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 120px;
	z-index: -1;
}

.cta__text {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.cta__info {
	align-items: center;
	display: flex;
	gap: 40px;
	justify-content: center;
	padding-inline: 30px 20px;
	width: 100%;
}

.cta__tel {
	align-items: center;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
}

.cta__tel-wrap {
	align-items: center;
	display: flex;
}

.cta__tel-icon {
	width: 80px;
}

.cta__tel-num {
	color: #111;
	font-family: "Montserrat", sans-serif;
	font-size: 64px;
	font-weight: bold;
	letter-spacing: 0.03em;
	line-height: 1;
}

.cta__data {
	border-bottom: 1px solid #111;
	border-top: 1px solid #111;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	padding-block: 10px 10px;
	text-align: center;
	width: 100%;
}

.cta__button {
	align-items: center;
	border-radius: 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	max-width: 600px;
	padding-block: 33px 26px;
	padding-inline: 30px 20px;
	position: relative;
	width: 100%;
}

.cta__button:hover::before {
	opacity: 0;
}

.cta__button:hover::after {
	opacity: 1;
}

.cta__button:hover path {
	stroke: #CC2531;
}

.cta__button::before {
	background: linear-gradient(90deg, #1d9428 0%, #6ec840 100%);
	border-radius: 20px;
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: 0.3s;
	width: 100%;
	z-index: -1;
}

.cta__button::after {
	background: linear-gradient(90deg, #9b2809 16%, #CC2531 100%);
	border-radius: 20px;
	content: "";
	height: 100%;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: 0.3s;
	width: 100%;
	z-index: -1;
}

.cta__button-label {
	color: #fe9618;
	font-size: 18px;
	font-weight: bold;
	left: 50%;
	letter-spacing: 0.05em;
	position: absolute;
	top: 0;
	transform: translate(-50%, -61%);
	z-index: 1;
}

.cta__button-label::after {
	background: #fff;
	border: 1px solid #fe9618;
	border-radius: 100px;
	content: "";
	height: calc(100% + 4px);
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -47%);
	width: calc(100% + 106px);
	z-index: -1;
}

.cta__button-text {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.cta__button-icon {
	align-items: center;
	aspect-ratio: 1/1;
	background: #fff;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	width: 60px;
}

.cta__button-icon svg {
	display: block;
	width: 26px;
}

.cta__button-icon svg path {
	transition: 0.3s;
}

.cta__note {
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 1.6666666667;
	margin-top: 26px;
	text-align: right;
}

.fv {
	background: #000;
	height: 820px;
	min-height: 820px;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.fv::before {
	aspect-ratio: 997/820;
	background: url(../img/top/bg-fv-img.webp) no-repeat center center/contain;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	z-index: -3;
}

.fv::after {
	background: linear-gradient(270deg, #000 66.35%, rgba(0, 0, 0, 0) 96.15%);
	content: "";
	inset: 0;
	opacity: 0.3;
	position: absolute;
	z-index: -1;
}

.fv__wrap {
	height: 100%;
	margin: 0 auto;
	max-width: 1920px;
	padding-inline: 61px;
	width: 100%;
}

.fv__inner {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 36px;
	height: 100%;
	justify-content: end;
	padding-bottom: 92px;
	width: 100%;
}

.fv__head {
	align-items: end;
	display: flex;
	gap: 36px;
	margin-bottom: 20px;
}

.fv__lead {
	background: linear-gradient(90deg, #fc7c28 15%, #ffa501 100%);
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	padding: 27px 28px;
	position: relative;
}

.fv__lead::after {
	border-bottom: 10px solid transparent;
	border-left: 20px solid #ffa501;
	border-top: 10px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(95%, -50%);
	width: 0;
}

.fv__lead-text {
	display: inline-block;
	font-size: 34px;
	font-weight: 900;
	line-height: 1.2941176471;
}

.fv__lead-text:first-of-type {
	padding-left: 48px;
	position: relative;
}

.fv__lead-text:first-of-type::before {
	aspect-ratio: 28/46;
	background: url(../img/common/icon-wakaba.webp) no-repeat center center/contain;
	content: "";
	display: inline-block;
	left: 11px;
	position: absolute;
	top: -2px;
	width: 28px;
}

.fv__title {
	color: #fff;
	font-size: 54px;
	font-weight: 900;
}

.fv__title .green {
	color: #7ac74f;
	font-size: 90px;
	letter-spacing: 0.06em;
	line-height: 1.1666666667;
}

.fv__top-title {
	align-items: end;
	display: flex;
	font-size: 50px;
	line-height: 1;
	margin-bottom: 10px;
}

.fv__top-title .strong {
	color: #fe9618;
	display: inline-block;
	font-size: 90px;
	line-height: 1.1666666667;
}

.fv__top-title .num {
	background: linear-gradient(90deg, #fc7c28 15%, #fcff09 100%);
	background-clip: text;
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-size: 300px;
	font-weight: bold;
	line-height: 100%;
	margin-bottom: -59px;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.fv__top-title .unit {
	color: #fe9618;
	font-size: 70px;
}

.fv__row {
	align-items: end;
	display: flex;
	gap: 26px;
}

.fv__achieves {
	display: flex;
	gap: 12px;
}

.fv__achieve {
	display: block;
	width: 181px;
}

.fv__content {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.fv__achieve-text {
	display: block;
	filter: drop-shadow(0 0 9px #000) drop-shadow(0 0 9px #000) drop-shadow(0 0 9px #000);
	width: 360px;
}

.fv__note {
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.6666666667;
}

.fv__slider-container {
	display: flex;
	gap: 10px;
	height: -moz-fit-content;
	height: fit-content;
	left: calc(50% + 36px);
	position: absolute;
	top: 0;
	z-index: -2;
}

.fv__slider {
	animation: fv-vertical-loop-to-bottom 10s linear infinite;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding-bottom: 10px;
}

.fv__slider.--even {
	animation: fv-vertical-loop-to-top 10s linear infinite;
}

.fv__slide {
	aspect-ratio: 353/198;
	width: 353px;
}

.fv__slide img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.fv__sp-slider {
	animation: fv-vertical-loop-to-left 10s linear infinite;
	box-sizing: border-box;
	display: flex;
	gap: 10px;
	padding-left: 10px;
	width: -moz-max-content;
	width: max-content;
}

.fv__sp-slide {
	flex-shrink: 0;
	padding: 5px 7px 5px 5px;
	position: relative;
	width: 224px;
	z-index: 0;
}

.fv__sp-slide::after {
	aspect-ratio: 40/83;
	background: url(../img/top/fv-sp-slide-freme.webp) no-repeat center center/contain;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.fv__sp-slide img {
	aspect-ratio: 7/15;
	border-radius: 34px;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
}

.logo-wrap {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 2.8rem;
	justify-content: center;
	padding: 0.8rem 0;
}

/* top-works */

.top-works {
	padding-block: 11rem 175px;
}

.top-works__wrap {
	max-width: 1500px;
}

.top-works__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.top-works__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 7px;
	justify-content: center;
	margin-inline: auto;
	margin-top: 43px;
	max-width: 923px;
}

.top-works__tag {
	background: #eef0f2;
	border-radius: 100px;
	padding: 11px 24px;
}

.top-works__tag-text {
	font-size: 16px;
	font-weight: bold;
}

.top-works__items {
	display: flex;
	flex-wrap: wrap;
	gap: 57px 26px;
	justify-content: center;
	margin-top: 88px;
}

.top-works__item {
	display: flex;
	flex-direction: column;
	gap: 13px;
}

.top-works__item-img {
	width: 324px;
}

.top-works__item-body {
	align-items: start;
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding-left: 10px;
}

.top-works__item-tag {
	border: 1px solid #e5e5e5;
	border-radius: 100px;
	padding: 4px 10px;
}

.top-works__item-tag-text {
	font-size: 15px;
	font-weight: bold;
	line-height: 140%;
}

.top-works__item-name {
	font-size: 15px;
}

.top-works__button {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 11px;
	margin-top: 76px;
	width: 100%;
}

.top-works__button-lead {
	align-items: center;
	display: flex;
	gap: 60px;
	justify-content: center;
	width: 100%;
}

.top-works__button-lead-icon {
	width: 26px;
}

.top-works__button-lead-icon.--right {
	transform: scaleX(-1);
}

.top-works__button-lead-text {
	color: #e96604;
	font-size: 24px;
	font-weight: 900;
}

/* top-point */

.top-point {
	background: url(../img/top/bg-top-point.webp) no-repeat center center/cover;
	padding-bottom: 99px;
	padding-top: 94px;
}

.top-point__items {
	display: flex;
	flex-direction: column;
	gap: 120px;
	margin-top: 104px;
}

.top-point__item {
	align-items: center;
	display: flex;
	gap: 41px;
	position: relative;
}

.top-point__item.--even {
	flex-direction: row-reverse;
}

.top-point__item-img {
	position: relative;
	width: 611px;
	width: 47%;
	z-index: 1;
}

.top-point__item-content {
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding-block: 24px 72px;
	position: relative;
	width: calc(53% - 41px);
	z-index: 0;
}

.top-point__item-content::after {
	background: #fff;
	border-radius: 50px;
	content: "";
	height: 100%;
	left: -91px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100vw;
	z-index: -1;
}

.top-point__item-content.--even::after {
	left: auto;
	right: -40px;
}

.top-point__item-head {
	align-items: end;
	display: flex;
	min-height: 100px;
	padding-bottom: 24px;
	position: relative;
	z-index: 0;
}

.top-point__item-head::after {
	background: #fe9618;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}

.top-point__item-head-text {
	font-size: 40px;
	font-weight: 900;
	line-height: 1.25;
}

.top-point__item-head-num {
	background: linear-gradient(90deg, #fc7c28 15%, #FFC916 100%);
	background-clip: text;
	color: #fc7c28;
	font-family: "Montserrat", sans-serif;
	font-size: 220px;
	font-weight: bold;
	position: absolute;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	bottom: 0;
	line-height: 1;
	right: -25px;
	width: -moz-fit-content;
	width: fit-content;
	z-index: -1;
}

.top-point__item-text {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.8888888889;
}

.top-point__banner {
	align-items: center;
	background: #fefadc;
	border-radius: 30px;
	display: flex;
	flex-direction: column;
	padding: 113px 44px 52px;
	position: relative;
}

.top-point__banner-head {
	background: #fe9618;
	border-radius: 40px;
	display: flex;
	justify-content: center;
	left: 50%;
	padding: 13px 0 17px;
	position: absolute;
	top: 0;
	transform: translate(-50%, -50%);
	width: 77%;
}

.top-point__banner-head::after {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 20px solid #fe9618;
	bottom: -19px;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
}

.top-point__banner-head-text {
	color: #fff;
	font-size: 34px;
	font-weight: bold;
	white-space: nowrap;
}

.top-point__banner-text {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6666666667;
	text-align: center;
}

.top-point__banner-content {
	align-items: end;
	display: flex;
	gap: 16px;
}

.top-point__banner-price {
	flex-shrink: 0;
	position: relative;
}

.top-point__banner-price-label {
	color: #fff;
	font-size: 28px;
	left: -3px;
	letter-spacing: 0.01em;
	padding: 3px 10px 5px;
	position: absolute;
	top: 27px;
	z-index: 0;
}

.top-point__banner-price-label::after {
	background: #7ac74f;
	border-radius: 24.45px;
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: -1;
}

.top-point__banner-price-text {
	color: #fe9618;
	font-size: 70px;
	font-weight: 900;
}

.top-point__banner-price-text span {
	background: linear-gradient(90deg, #fc7c28 15%, #fcff09 100%);
	background-clip: text;
	color: #fc7c28;
	font-family: "Montserrat", sans-serif;
	font-size: 180px;
	font-weight: bold;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	letter-spacing: 0.1em;
	line-height: 1;
	width: -moz-fit-content;
	width: fit-content;
}

.top-point__banner-button {
	margin-bottom: 30px;
}

/* top-features */

.top-features {
	background: #fefadc;
	padding-bottom: 166px;
	padding-top: 98px;
}

.top-features__items {
	display: flex;
	flex-wrap: wrap;
	gap: 35px;
	justify-content: center;
	margin-top: 73px;
}

.top-features__item {
	align-items: center;
	aspect-ratio: 1/1;
	background: #ef8300;
	border-radius: 100%;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	position: relative;
	width: 230px;
	z-index: 0;
}

.top-features__icon {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 230px;
}

.top-features__icon.--hardlight {
	mix-blend-mode: hard-light;
}

.top-features__icon.--multiply {
	mix-blend-mode: multiply;
}

.top-features__icon.--lum {
	mix-blend-mode: luminosity;
}

.top-features__text {
	color: #fff;
	font-size: 34px;
	font-weight: 900;
	line-height: 1.1;
	position: relative;
	text-align: center;
	z-index: 1;
}

.top-features__text.--type1 {
	line-height: 1.1;
	margin-top: 20px;
}

.top-features__text .sm {
	display: inline-block;
	font-size: 18px;
	line-height: 1.3333333333;
	padding-top: 10px;
}

.top-features__text .md {
	display: inline-block;
	font-size: 20px;
	line-height: 1.7;
}

.top-features__text .lg {
	display: inline-block;
	font-size: 28px;
	line-height: 1.4285714286;
}

.top-features__text .xl {
	font-size: 40px;
}

/* top-voice */

.top-voice {
	overflow: hidden;
	padding-bottom: 100px;
	padding-top: 100px;
	position: relative;
}

.top-voice__parts-wrap {
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: -1;
}

.top-voice__parts {
	display: block;
	position: absolute;
}

.top-voice__parts.--type1 {
	right: 0;
	top: 0;
	width: 500px;
}

.top-voice__parts.--type2 {
	left: 0;
	top: 18%;
	width: 235px;
}

.top-voice__parts.--type3 {
	right: 0;
	top: 39%;
	width: 302px;
}

.top-voice__parts.--type4 {
	bottom: -279px;
	left: 0;
	width: 395px;
}

.top-voice__inner {
	display: flex;
	flex-direction: column;
	gap: 55px;
}

.top-voice__cards {
	display: flex;
	flex-wrap: wrap;
	gap: 23px 35px;
	justify-content: center;
}

.top-voice__card {
	background: #fff;
	border: 3px solid #e5e5e5;
	border-radius: 30px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-width: 410px;
	padding: 29px 27px 35px;
	width: calc((100% - 70px) / 3);
}

.top-voice__head {
	display: flex;
	gap: 15px;
}

.top-voice__head-img {
	aspect-ratio: 1/1;
	border-radius: 100%;
	width: 120px;
}

.top-voice__head-img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.top-voice__head-content {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.top-voice__head-rating {
	color: #fe9618;
	font-size: 40px;
}

.top-voice__head-rating .inactive {
	color: #bebebe;
}

.top-voice__head-info {
	align-items: end;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.top-voice__head-name {
	font-size: 14px;
}

.top-voice__head-link {
	font-size: 12px;
}

.top-voice__body {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.top-voice__title {
	font-size: 24px;
	font-weight: 900;
	letter-spacing: normal;
	line-height: 1.4166666667;
	min-height: 2.8333333333em;
}

.top-voice__text {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: normal;
	line-height: 1.5;
}

/* top-voice-comments */

.top-voice-comments {
	background: #eef0f2;
	margin-top: 78px;
	padding-block: 40px;
}

.top-voice-comments .swiper-wrapper {
	transition-timing-function: linear;
}

.top-voice-comments .swiper-slide {
	height: auto;
	width: auto;
}

.top-voice-comments__card {
	align-items: end;
	background: #fff;
	border-radius: 30px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
	padding: 21px 29px 22px;
	width: 350px;
}

.top-voice-comments__content {
	align-items: start;
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
}

.top-voice-comments__tag {
	border: 1px solid #e5e5e5;
	border-radius: 100px;
	padding: 4px 10px;
}

.top-voice-comments__tag-text {
	font-size: 16px;
}

.top-voice-comments__text {
	font-size: 20px;
	font-weight: 900;
	letter-spacing: 0.02em;
	line-height: 1.3;
}

.top-voice-comments__name {
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}

/* top-voice-media */

.top-voice-media {
	margin-top: 117px;
}

.top-voice-media__container {
	align-items: center;
	background: #fefadc;
	border: 4px solid #fe9618;
	border-radius: 30px;
	display: flex;
	flex-direction: column;
	padding: 80px 47px 46px;
	position: relative;
}

.top-voice-media__lead {
	background: #fe9618;
	border-radius: 40px;
	display: flex;
	justify-content: center;
	left: 50%;
	padding: 13px 30px 17px;
	position: absolute;
	top: 0;
	transform: translate(-50%, -50%);
}

.top-voice-media__lead::after {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 20px solid #fe9618;
	bottom: -19px;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
}

.top-voice-media__lead-text {
	color: #fff;
	font-size: 34px;
	font-weight: 900;
	white-space: nowrap;
}

.top-voice-media__title {
	align-items: end;
	display: flex;
	gap: 16px;
	justify-content: center;
}

.top-voice-media__title-icon {
	width: 37px;
}

.top-voice-media__title-icon.--right {
	transform: scaleX(-1);
}

.top-voice-media__title-text {
	color: #fe9618;
	font-size: 50px;
	font-weight: 900;
	padding-bottom: 17px;
}

.top-voice-media__head {
	display: flex;
	gap: 27px;
	justify-content: center;
	margin-top: 21px;
}

.top-voice-media__block {
	display: flex;
	flex-direction: column;
	gap: 34px;
	margin-top: 29px;
}

.top-voice-media__text {
	font-size: 30px;
	font-weight: 900;
	line-height: 1.6666666667;
}

.top-voice-media__captures {
	display: flex;
	gap: 11px;
}

.top-voice-media__capture {
	flex: 1;
	width: 50%;
}

.top-voice-media__capture img {
	height: 100%;
}

.top-voice-media__img {
	flex-shrink: 0;
	width: 413px;
}

.top-voice-media__content {
	background: #fff;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	gap: 35px;
	padding: 31px 37px 46px;
}

.top-voice-media__content-head {
	border-bottom: 2px dashed #fe9618;
	box-sizing: border-box;
	color: #fe9618;
	font-size: 34px;
	padding-bottom: 23px;
	text-align: center;
	width: 100%;
}

.top-voice-media__logos {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 17px 40px;
	justify-content: center;
}

.top-voice-media__logos img {
	height: auto;
}

/* top-achieve */

.top-achieve {
	background: #fefadc;
	padding-bottom: 99px;
	padding-top: 99px;
}

.top-achieve__inner {
	display: flex;
	flex-direction: column;
	gap: 55px;
}

.top-achieve__items {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	gap: 35px 42px;
}

.top-achieve__item {
	background: #fff;
	border-radius: 30px;
	box-sizing: border-box;
	width: calc((100% - 42px) / 2);
}

/* top-achieve-adoption */

.top-achieve-adoption {
	display: flex;
	flex-direction: column;
	gap: 18px;
	padding: 52px 34px 39px;
}

.top-achieve-adoption__head {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 100%;
	z-index: 0;
}

.top-achieve-adoption__lead {
	font-size: 40px;
	font-weight: 900;
}

.top-achieve-adoption__text {
	font-size: 70px;
	font-weight: 900;
	line-height: 1;
	margin-top: -10px;
}

.top-achieve-adoption__text span {
	color: #c50e28;
	font-size: 120px;
	letter-spacing: -0.03em;
	line-height: 1;
}

.top-achieve-adoption__img {
	bottom: -25px;
	position: absolute;
	right: -17px;
	width: 156px;
	z-index: -1;
}

.top-achieve-adoption__desc {
	font-size: 20px;
	line-height: 1.7;
}

/* top-achieve-award */

.top-achieve-award {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 30px 31px 20px;
}

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

.top-achieve-award__logo {
	width: 100%;
}

.top-achieve-award__label {
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.03em;
	position: relative;
	text-align: center;
	z-index: 0;
}

.top-achieve-award__label::after {
	aspect-ratio: 601/41;
	background: url(../img/top/top-achieve-ribbon.webp) no-repeat center center/contain;
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -45%);
	width: calc(100% + 90px);
	z-index: -1;
}

.top-achieve-award__desc {
	font-size: 18px;
	line-height: 1.6666666667;
}

/* top-achieve-recruit */

.top-achieve-recruit {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 27px 10px 34px 27px;
}

.top-achieve-recruit__head {
	align-items: end;
	display: flex;
	gap: 17px;
}

.top-achieve-recruit__img {
	flex-shrink: 0;
	width: 204px;
}

.top-achieve-recruit__content {
	display: flex;
	flex-direction: column;
	gap: 3px;
	padding-bottom: 5px;
}

.top-achieve-recruit__lead {
	color: #c50e28;
	font-size: 56px;
	font-weight: 900;
	line-height: 1.0714285714;
}

.top-achieve-recruit__text {
	font-size: 20px;
	font-weight: 900;
	line-height: 1.2;
}

.top-achieve-recruit__note {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4285714286;
}

/* top-achieve-pro */

.top-achieve-pro {
	-webkit-text-stroke-color: #FFF;
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: end;
	padding: 10px 14px 35px;
	paint-order: stroke;
	position: relative;
	z-index: 0;
}

.top-achieve-pro::after {
	background: url(../img/top/top-achieve-img3.webp) no-repeat center center/contain;
	content: "";
	height: 100%;
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: -1;
}

.top-achieve-pro__head {
	display: flex;
	flex-direction: column;
}

.top-achieve-pro__lead {
	-webkit-text-stroke-width: 8px;
	color: #fe9618;
	font-size: 36px;
	font-weight: 900;
	text-align: center;
}

.top-achieve-pro__desc {
	-webkit-text-stroke-width: 5px;
	color: #fe9618;
	font-size: 18px;
	text-align: right;
	width: 100%;
}

.top-achieve-pro__desc sup {
	font-size: 12px;
}

.top-achieve-pro__text {
	-webkit-text-stroke-width: 5px;
	font-size: 20px;
	font-weight: 900;
	line-height: 160%;
	text-align: center;
}

.top-achieve-pro__text span {
	font-size: 34px;
	line-height: 50%;
}

.top-achieve-pro__note {
	bottom: 0;
	font-size: 14px;
	font-weight: 500;
	position: absolute;
	right: 0;
	text-align: center;
	transform: translateY(110%);
}

/* top-news */

.top-news {
	padding-bottom: 50px;
	padding-top: 99px;
}

.top-news__inner {
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.top-news__list {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.top-news__item {
	border-bottom: 1px solid #bebebe;
	padding-right: 14px;
}

.top-news__link {
	align-items: center;
	display: flex;
	gap: 30px;
	padding-block: 28px;
}

.top-news__link:hover .top-news__text {
	color: #fe9618;
}

.top-news__link:hover .top-news__icon {
	transform: translateX(8px);
}

.top-news__date {
	color: #fe9618;
	font-size: 24px;
	letter-spacing: normal;
}

.top-news__content {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	width: 100%;
}

.top-news__text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: 0.3s;
}

.top-news__icon {
	align-items: center;
	aspect-ratio: 1/1;
	background: #fe9618;
	border-radius: 100%;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	transition: 0.3s;
	width: 48px;
}

.top-news__arrow svg {
	display: block;
	width: 20px;
}

/* top-column */

.top-column {
	padding-bottom: 100px;
	padding-top: 101px;
}

.top-column__inner {
	display: flex;
	flex-direction: column;
	gap: 74px;
}

.top-column__items {
	display: flex;
	flex-wrap: wrap;
	gap: 28px 35px;
}

.top-column__item {
	background: #fff;
	border: 3px solid #e5e5e5;
	border-radius: 30px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 23px;
	padding: 27px 29px 35px;
	width: 410px;
}

.top-column__thumb {
	aspect-ratio: 353/215;
	display: block;
	overflow: hidden;
	width: 100%;
}

.top-column__thumb img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.top-column__title {
	font-size: 24px;
	font-weight: 900;
	letter-spacing: normal;
	line-height: 1.4166666667;
}

/* top-sdgs */

.top-sdgs {
	background: url(../img/top/bg-top-point.webp) no-repeat center center/cover;
	padding-bottom: 99px;
	padding-top: 99px;
}

.top-sdgs__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 71px;
}

.top-sdgs__img {
	max-width: 1267px;
	width: 94%;
}

.top-sdgs__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 48px;
}

.top-sdgs__text {
	font-size: 20px;
	line-height: 1.7;
	text-align: center;
}

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

.s-sp {
	display: block;
}

.s-pc {
	display: none;
}

.c-wrap {
	padding-inline: 24px;
}

.c-button {
	font-size: 45px;
	letter-spacing: 0.02em;
	min-width: 593px;
	padding: 21px 120px 29px 72px;
}

.c-button__icon {
	right: 18px;
	width: 87px;
}

.c-button__icon img {
	width: 39px;
}

.c-button.--small {
	font-size: 23px;
	min-width: 265px;
	padding: 11px 0px 14px 33px;
}

.c-button.--small .c-button__icon {
	right: 10px;
	width: 43px;
}

.c-button.--small .c-button__icon img {
	width: 18px;
}

.footer__wrap {
	padding-inline: 36px;
}

.footer__inner {
	flex-direction: column;
	gap: 47px;
	justify-content: start;
	padding-top: 84px;
}

.footer__brand-copy {
	font-size: 28px;
	margin-top: 18px;
}

.footer__brand-logo {
	width: 469px;
}

.footer__brand-desc {
	font-size: 18px;
	margin-top: 12px;
}

.footer__company {
	margin-top: 36px;
}

.footer__company-name {
	font-size: 23px;
}

.footer__company-text {
	font-size: 20px;
}

.footer__button {
	margin-top: 26px;
}

.footer__nav {
	gap: 90px;
	padding-top: 72px;
}

.footer__nav::before {
	background: #fe9618;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 100vw;
}

.footer__nav-list {
	gap: 40px 58px;
}

.footer__nav-item {
	width: 187px;
}

.footer__nav-link {
	font-size: 21px;
	gap: 10px;
}

.footer__nav-icon {
	width: 32px;
}

.footer__nav-icon img {
	width: 17px;
}

.footer__subnav-list {
	gap: 38px 66px;
	padding: 0;
}

.footer__subnav-link {
	font-size: 19px;
}

.footer__bottom {
	margin-top: 81px;
}

.c-heading {
	text-align: center;
	width: 100%;
}

.c-heading__head {
	display: contents;
}

.c-heading__button {
	font-size: 30px;
	max-width: 438px;
	min-width: auto;
	order: 3;
	padding: 13px 83px 23px 51px;
	width: 100%;
}

.c-heading__button-icon {
	right: 10px;
	width: 62px;
}

.c-heading__button-icon img {
	width: 26px;
}

.c-heading__en.--ja {
	font-size: 27px;
}

.c-heading__group {
	gap: 0;
}

.c-heading__sub-title.--spmd {
	font-size: 44px;
}

.c-heading__sub-title.--splg {
	font-size: 58px;
}

.c-heading__sub-title.--voice {
	font-size: 56px;
	line-height: 130%;
}

.c-heading__title {
	font-size: 60px;
	line-height: 138%;
}

.c-heading__title.--mid {
	font-size: 61px;
	line-height: 113%;
}

.c-heading__title.--mid span {
	display: block;
	font-size: 51px;
}

.cta__inner {
	padding-bottom: 30px;
	padding-top: 82px;
}

.cta__head {
	padding-bottom: 66px;
	position: relative;
}

.cta__lead {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.cta__lead-main-icon {
	width: 33px;
}

.cta__lead-main-text {
	font-size: 44px;
}

.cta__lead-sub {
	font-size: 38px;
}

.cta__lead-sub span {
	display: inline-block;
	padding-left: 1.8em;
}

.cta__img {
	bottom: 0;
	position: absolute;
	right: -33px;
}

.cta__person.--type1 {
	width: 219px;
}

.cta__achieve {
	width: 347px;
}

.cta__content {
	gap: 16px;
	padding: 27px 30px 45px;
}

.cta__content-head {
	padding: 0;
}

.cta__label {
	font-size: 23px;
	left: 46px;
	position: absolute;
	top: 5px;
}

.cta__label::after {
	width: 131px;
}

.cta__text {
	font-size: 26px;
	text-align: center;
}

.cta__info {
	flex-direction: column;
	gap: 46px;
}

.cta__tel {
	gap: 2px;
}

.cta__tel-num {
	font-size: 70px;
}

.cta__data {
	font-size: 23px;
	padding-block: 8px 6px;
}

.cta__button {
	padding-block: 29px 26px;
	padding-inline: 47px 32px;
}

.cta__button-text {
	font-size: 26px;
}

.cta__button-icon {
	width: 55px;
}

.cta__note {
	margin-top: 20px;
	text-align: left;
}

.fv {
	display: flex;
	flex-direction: column;
	gap: 40px;
	height: auto;
	padding-bottom: 27px;
}

.fv::before {
	aspect-ratio: 750/952;
	background: url(../img/top/bg-fv-img-sp.webp) no-repeat center center/cover;
	height: auto;
	width: 100%;
}

.fv::after {
	background: linear-gradient(180deg, rgba(39, 39, 42, 0) 9.13%, #27272A 32.21%);
	bottom: 0;
	height: 63%;
	left: 0;
	opacity: 1;
	right: 0;
	top: auto;
	width: 100%;
}

.fv__wrap {
	box-sizing: border-box;
	height: -moz-fit-content;
	height: fit-content;
	padding-inline: 53px;
}

.fv__inner {
	align-items: center;
	gap: 28px;
	justify-content: start;
	padding-bottom: 0;
	padding-top: 88px;
}

.fv__head {
	align-items: start;
	flex-direction: column;
	position: relative;
}

.fv__lead {
	left: 5px;
	padding: 15px 19px;
	position: absolute;
	top: 54px;
}

.fv__lead-text {
	font-size: 22px;
	line-height: 1.3636363636;
}

.fv__lead-text:first-of-type::before {
	width: 18px;
}

.fv__title {
	font-size: 32px;
}

.fv__title .green {
	font-size: 50px;
}

.fv__top-title {
	font-size: 44px;
}

.fv__top-title {
	margin-bottom: 1px;
}

.fv__top-title .strong {
	font-size: 94px;
	letter-spacing: 0.09em;
	line-height: 1.1595744681;
}

.fv__top-title .num {
	font-size: 309px;
	margin-bottom: -39px;
}

.fv__top-title .unit {
	font-size: 72px;
}

.fv__row {
	align-items: center;
	flex-direction: column;
}

.fv__content {
	align-items: center;
	gap: 6px;
}

.fv__achieve-text {
	width: 528px;
}

.fv__slider-container.--pc {
	display: none;
}

.logo-wrap {
	padding-block: 20px;
}

.top-works {
	padding-block: 98px 143px;
}

.top-works__tags {
	gap: 16px 7px;
	margin-top: 37px;
}

.top-works__tag-text {
	font-size: 18px;
}

.top-works__items {
	gap: 36px 26px;
}

.top-works__item {
	display: none;
	width: 338px;
}

.top-works__item:nth-of-type(1),
.top-works__item:nth-of-type(2),
.top-works__item:nth-of-type(3),
.top-works__item:nth-of-type(4),
.top-works__item:nth-of-type(5),
.top-works__item:nth-of-type(6),
.top-works__item:nth-of-type(7),
.top-works__item:nth-of-type(8) {
	display: flex;
}

.top-works__item-img {
	width: 338px;
}

.top-works__item-tag-text {
	font-size: 18px;
}

.top-works__item-name {
	font-size: 20px;
}

.top-works__button {
	gap: 17px;
	margin-top: 106px;
}

.top-works__button-lead {
	gap: 81px;
}

.top-works__button-lead-icon {
	width: 34px;
}

.top-works__button-lead-text {
	font-size: 35px;
}

.top-point {
	padding-bottom: 70px;
	padding-top: 139px;
}

.top-point__items {
	gap: 138px;
	margin-top: 113px;
}

.top-point__item {
	align-items: start;
	flex-direction: column-reverse;
	margin-left: 65px;
}

.top-point__item.--even {
	flex-direction: column-reverse;
	margin-left: 0;
	margin-right: 65px;
}

.top-point__item-img {
	left: -82px;
	margin-top: -211px;
	width: 430px;
}

.top-point__item-img.--even {
	left: auto;
	margin-left: auto;
	margin-top: -121px;
	transform: translateX(14%);
	width: 475px;
}

.top-point__item-img.--thi {
	margin-top: -121px;
}

.top-point__item-content {
	gap: 46px;
	padding-block: 38px 144px;
	width: 100%;
}

.top-point__item-content::after {
	left: -38px;
}

.top-point__item-head::after {
	width: 100vw;
}

.top-point__item-head.--even::after {
	left: auto;
	right: 0;
}

.top-point__item-head-text {
	font-size: 51px;
}

.top-point__item-head-text.--even {
	text-align: right;
	width: 100%;
}

.top-point__item-head-num {
	bottom: 82px;
	font-size: 161px;
	right: -20px;
}

.top-point__item-head-num.--even {
	left: -20px;
	right: auto;
}

.top-point__item-text {
	font-size: 26px;
	letter-spacing: 0.02em;
	line-height: 178%;
}

.top-point__banner {
	gap: 10px;
	padding: 109px 44px 66px;
}

.top-point__banner-head {
	padding: 24px 38px;
	top: 7px;
	width: -moz-fit-content;
	width: fit-content;
}

.top-point__banner-head-text {
	font-size: 32px;
	letter-spacing: 0.01em;
}

.top-point__banner-text {
	font-size: 29px;
	letter-spacing: 0.01em;
	line-height: 144%;
	text-align: left;
}

.top-point__banner-content {
	flex-direction: column;
	gap: 33px;
}

.top-point__banner-price-label {
	font-size: 31px;
	padding: 3px 19px 5px;
	top: 37px;
}

.top-point__banner-price-text {
	font-size: 81px;
}

.top-point__banner-price-text span {
	font-size: 210px;
}

.top-point__banner-button {
	margin-bottom: 0;
}

.top-features {
	padding-bottom: 125px;
	padding-top: 133px;
}

.top-features__wrap {
	padding-inline: 10px;
}

.top-features__items {
	gap: 0 17px;
	margin-top: 35px;
}

.top-voice {
	padding-bottom: 151px;
	padding-top: 131px;
}

.top-voice__parts-wrap {
	display: none;
}

.top-voice__inner {
	gap: 64px;
}

.top-voice__cards {
	gap: 47px 35px;
}

.top-voice__card {
	border-radius: 54px;
	gap: 20px;
	padding: 44px 40px 51px 44px;
	width: 100%;
}

.top-voice__head {
	gap: 25px;
}

.top-voice__head-img {
	width: 175px;
}

.top-voice__head-rating {
	font-size: 58px;
}

.top-voice__head-info {
	align-items: start;
}

.top-voice__head-name {
	font-size: 24px;
}

.top-voice__head-link {
	font-size: 22px;
}

.top-voice__body {
	font-feature-settings: "palt" 1;
	gap: 17px;
}

.top-voice__title {
	font-size: 44px;
}

.top-voice__text {
	font-size: 27px;
	letter-spacing: -0.01em;
	line-height: 163%;
}

.top-voice-comments {
	margin-top: 99px;
	padding-block: 48px;
}

.top-voice-comments__card {
	padding: 23px 38px 25px 38px;
	width: 426px;
}

.top-voice-comments__tag-text {
	font-size: 21px;
	letter-spacing: -0.63px;
}

.top-voice-comments__text {
	font-size: 24px;
	letter-spacing: 0.72px;
	line-height: 135%;
}

.top-voice-comments__name {
	font-size: 21px;
	letter-spacing: -0.63px;
}

.top-voice-media {
	margin-top: 204px;
}

.top-voice-media__wrap {
	padding-inline: 0;
}

.top-voice-media__container {
	border: 0;
	border-bottom: 8px solid #fe9618;
	border-radius: 0;
	border-top: 8px solid #fe9618;
	padding: 105px 26px 50px;
}

.top-voice-media__lead {
	border-radius: 76px;
	padding: 9px 121px 17px;
}

.top-voice-media__title {
	gap: 0;
}

.top-voice-media__title-icon {
	width: 24px;
}

.top-voice-media__title-text {
	font-size: 30px;
	padding-bottom: 4px;
}

.top-voice-media__head {
	align-items: start;
	gap: 37px;
	margin-top: 53px;
	padding-inline: 20px;
}

.top-voice-media__block {
	gap: 19px;
	margin: 0;
}

.top-voice-media__text {
	font-size: 25px;
}

.top-voice-media__img {
	aspect-ratio: 413/367;
	width: 278px;
}

.top-voice-media__img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
}

.top-voice-media__content {
	gap: 41px;
	margin-top: 43px;
	padding: 37px 13px 46px;
}

.top-voice-media__content-head {
	font-size: 27px;
	margin-inline: 7px;
	padding-bottom: 18px;
	width: auto;
}

.top-voice-media__logos {
	gap: 7px 13px;
}

.top-voice-media__logos img {
	scale: 0.85;
}

.top-achieve {
	padding-bottom: 122px;
	padding-top: 114px;
}

.top-achieve__inner {
	gap: 53px;
}

.top-achieve__items {
	flex-direction: column;
	gap: 37px 42px;
}

.top-achieve__item {
	min-height: 384px;
	width: 100%;
}

.top-achieve-adoption {
	padding: 61px 42px 42px;
}

.top-achieve-adoption__lead {
	font-size: 44px;
}

.top-achieve-adoption__text {
	font-size: 77px;
}

.top-achieve-adoption__text span {
	font-size: 131px;
}

.top-achieve-adoption__desc {
	font-size: 22px;
}

.top-achieve-award__label {
	font-size: 22px;
}

.top-achieve-award__desc {
	font-size: 21px;
}

.top-achieve-recruit {
	align-items: center;
	gap: 25px;
	padding: 45px 10px 34px 27px;
}

.top-achieve-recruit__lead {
	font-size: 58px;
}

.top-achieve-recruit__note {
	font-size: 16px;
}

.top-achieve-pro__lead {
	font-size: 40px;
}

.top-achieve-pro__desc {
	font-size: 20px;
}

.top-achieve-pro__text {
	font-size: 22px;
}

.top-achieve-pro__note {
	font-size: 16px;
}

.top-news {
	padding-top: 129px;
}

.top-news__inner {
	align-items: center;
	gap: 77px;
}

.top-news__list {
	box-sizing: border-box;
	padding-inline: 11px;
	width: 100%;
}

.top-news__link {
	align-items: start;
	flex-direction: column;
}

.top-news__text {
	-webkit-line-clamp: 2;
	line-height: 160%;
}

.top-news__icon {
	display: none;
}

.top-column {
	padding-bottom: 92px;
}

.top-column__inner {
	align-items: center;
	gap: 92px;
}

.top-column__items {
	gap: 22px 22px;
}

.top-column__item {
	gap: 21px;
	padding: 23px 28px 29px;
	width: 340px;
}

.top-column__title {
	font-size: 19px;
}

.top-sdgs {
	padding-bottom: 134px;
	padding-top: 85px;
}

.top-sdgs__inner {
	gap: 41px;
}

.top-sdgs__text {
	font-size: 24px;
	text-align: left;
}

.top-sdgs__button {
	font-size: 37px;
	max-width: 620px;
	min-width: auto;
	order: 3;
	padding: 13px 83px 23px 51px;
	width: 100%;
}

}

@keyframes fv-vertical-loop-to-bottom {

from {
	transform: translateY(-50%);
}

to {
	transform: translateY(0);
}

}

@keyframes fv-vertical-loop-to-top {

from {
	transform: translateY(0);
}

to {
	transform: translateY(-50%);
}

}

@keyframes fv-vertical-loop-to-left {

from {
	transform: translateX(0);
}

to {
	transform: translateX(-50%);
}

}

