.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;
	gap: 0;
}

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

.c-heading__button {
	min-width: 42rem;
	padding: 1.5rem 9.8rem 2rem 4.5rem;
}

.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;
	line-height: 140%;
}

.c-heading__sub-title.--splg {
	font-size: 5.5rem;
}

.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;
}

.fv {
	background: #000;
	height: 82rem;
	min-height: 82rem;
	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: 192rem;
	padding-inline: 6.1rem;
	width: 100%;
}

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

.fv__head {
	align-items: end;
	display: flex;
	gap: 3.6rem;
	margin-bottom: 2rem;
}

.fv__lead {
	background: linear-gradient(90deg, #fc7c28 15%, #ffa501 100%);
	border-radius: 1rem;
	display: flex;
	flex-direction: column;
	padding: 2.7rem 2.8rem;
	position: relative;
}

.fv__lead::after {
	border-bottom: 1rem solid transparent;
	border-left: 2rem solid #ffa501;
	border-top: 1rem 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: 3.4rem;
	font-weight: 900;
	line-height: 1.2941176471;
}

.fv__lead-text:first-of-type {
	padding-left: 4.8rem;
	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: 1.1rem;
	position: absolute;
	top: -0.2rem;
	width: 2.8rem;
}

.fv__title {
	color: #fff;
	font-size: 5.4rem;
	font-weight: 900;
}

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

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

.fv__top-title .strong {
	color: #fe9618;
	display: inline-block;
	font-size: 9rem;
	line-height: 1.1666666667;
	position: relative;
}

.fv__top-title .sup {
	color: #fff;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: normal;
	position: absolute;
	right: 1.2rem;
	top: -2.6rem;
}

.fv__top-title .num {
	display: inline-block;
	margin-bottom: -1.9rem;
	margin-left: 1.8rem;
	margin-right: 1.1rem;
	width: 18.1rem;
}

.fv__top-title .unit {
	color: #fe9618;
	font-size: 7rem;
}

.fv__row {
	align-items: end;
	display: flex;
	gap: 2.6rem;
}

.fv__achieves {
	display: flex;
	gap: 1.2rem;
}

.fv__achieve {
	display: block;
	width: 18.1rem;
}

.fv__achieve img {
	width: 100%;
}

.fv__content {
	display: flex;
	flex-direction: column;
	gap: 1.4rem;
}

.fv__achieve-text {
	display: block;
	filter: drop-shadow(0 0 0.9rem #000) drop-shadow(0 0 0.9rem #000) drop-shadow(0 0 0.9rem #000);
	width: 36rem;
}

.fv__achieve-text img {
	width: 100%;
}

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

.fv__slider-container {
	display: flex;
	gap: 1rem;
	height: -moz-fit-content;
	height: fit-content;
	left: calc(50% + 3.6rem);
	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: 1rem;
	padding-bottom: 1rem;
}

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

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

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

.fv__sp-slider .swiper-wrapper {
	transition-timing-function: linear;
}

.fv__sp-slider .swiper-slide {
	height: auto;
	width: auto;
}

.fv__sp-slide {
	flex-shrink: 0;
	position: relative;
	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: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 1;
}

.fv__sp-slide img {
	aspect-ratio: 7/15;
	border-radius: 3.4rem;
	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 17.5rem;
}

.top-works__wrap {
	max-width: 150rem;
}

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

.top-works__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 0.7rem;
	justify-content: center;
	margin-inline: auto;
	margin-top: 4.3rem;
	max-width: 92.3rem;
}

.top-works__tag {
	background: #eef0f2;
	border-radius: 10rem;
	padding: 1.1rem 2.4rem;
}

.top-works__tag-text {
	font-size: 1.6rem;
	font-weight: bold;
}

.top-works__items {
	display: flex;
	flex-wrap: wrap;
	gap: 5.7rem 2.6rem;
	justify-content: center;
	margin-top: 8.8rem;
}

.top-works__item {
	display: flex;
	flex-direction: column;
	gap: 1.3rem;
	width: 32.4rem;
}

.top-works__item-img {
	width: 100%;
}

.top-works__item-body {
	align-items: start;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	padding-left: 1rem;
}

.top-works__item-tag {
	border: 0.1rem solid #e5e5e5;
	border-radius: 10rem;
	padding: 0.4rem 1rem;
}

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

.top-works__item-name {
	font-size: 1.5rem;
}

.top-works__button {
	letter-spacing: 0.05em;
	padding: 1.8rem 9.8rem 1.7rem 5rem;
	width: 41rem;
}

.top-works__button-wrap {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.1rem;
	margin-top: 7.6rem;
	width: 100%;
}

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

.top-works__button-lead-icon {
	width: 2.6rem;
}

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

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

/* top-point */

.top-point {
	background: url(../img/top/bg-top-point.webp) no-repeat center center/cover;
	padding-bottom: 9.9rem;
	padding-top: 9.4rem;
}

.top-point__items {
	display: flex;
	flex-direction: column;
	gap: 12rem;
	margin-top: 10.4rem;
}

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

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

.top-point__item-img {
	flex-shrink: 0;
	position: relative;
	width: 61.1rem;
	width: 47%;
	z-index: 1;
}

.top-point__item-content {
	display: flex;
	flex-direction: column;
	gap: 3rem;
	padding-block: 2.4rem 7.2rem;
	position: relative;
	width: calc(53% - 4.1rem);
	z-index: 0;
}

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

.top-point__item-content.--even::after {
	left: auto;
	right: -4rem;
}

.top-point__item-head {
	align-items: end;
	display: flex;
	min-height: 10rem;
	padding-bottom: 2.4rem;
	position: relative;
	z-index: 0;
}

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

.top-point__item-head-text {
	font-size: 4rem;
	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: 22rem;
	font-weight: bold;
	position: absolute;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	bottom: 0;
	line-height: 1;
	right: -2.5rem;
	width: -moz-fit-content;
	width: fit-content;
	z-index: -1;
}

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

.top-point__banner {
	align-items: center;
	background: #fefadc;
	border-radius: 3rem;
	display: flex;
	flex-direction: column;
	padding: 11.3rem 4.4rem 5.2rem;
	position: relative;
}

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

.top-point__banner-head::after {
	border-left: 1rem solid transparent;
	border-right: 1rem solid transparent;
	border-top: 2rem solid #fe9618;
	bottom: -1.9rem;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
}

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

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

.top-point__banner-content {
	align-items: end;
	display: flex;
	gap: 1.6rem;
}

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

.top-point__banner-price-label {
	color: #fff;
	font-size: 2.8rem;
	left: -0.3rem;
	letter-spacing: 0.01em;
	padding: 0.3rem 1rem 0.5rem;
	position: absolute;
	top: 2.7rem;
	z-index: 0;
}

.top-point__banner-price-label::after {
	background: #7ac74f;
	border-radius: 2.445rem;
	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: 7rem;
	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: 18rem;
	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: 3rem;
	padding: 1.8rem 9.8rem 1.7rem 4rem;
}

/* top-features */

.top-features {
	background: #fefadc;
	padding-bottom: 16.6rem;
	padding-top: 9.8rem;
}

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

.top-features__items {
	display: flex;
	flex-wrap: wrap;
	gap: 3.5rem;
	justify-content: center;
	margin-top: 7.3rem;
}

.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: 23rem;
	z-index: 0;
}

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

.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: 3.4rem;
	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: 2rem;
}

.top-features__text .sm {
	display: inline-block;
	font-size: 1.8rem;
	line-height: 1.3333333333;
	padding-top: 1rem;
}

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

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

.top-features__text .xl {
	font-size: 4rem;
}

/* top-voice */

.top-voice {
	overflow: hidden;
	padding-bottom: 10rem;
	padding-top: 10rem;
	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: 50rem;
}

.top-voice__parts.--type2 {
	left: 0;
	top: 18%;
	width: 23.5rem;
}

.top-voice__parts.--type3 {
	right: 0;
	top: 39%;
	width: 30.2rem;
}

.top-voice__parts.--type4 {
	bottom: -27.9rem;
	left: 0;
	width: 39.5rem;
}

.top-voice__inner {
	display: flex;
	flex-direction: column;
	gap: 5.5rem;
}

.top-voice__cards {
	display: flex;
	flex-wrap: wrap;
	gap: 2.3rem 3.5rem;
	justify-content: center;
}

.top-voice__card {
	background: #fff;
	border: 0.3rem solid #e5e5e5;
	border-radius: 3rem;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 1.2rem;
	min-width: 41rem;
	padding: 2.9rem 2.7rem 3.5rem;
	width: calc((100% - 7rem) / 3);
}

.top-voice__head {
	display: flex;
	gap: 1.5rem;
}

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

.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: 0.5rem;
}

.top-voice__head-rating {
	color: #fe9618;
	font-size: 4rem;
}

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

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

.top-voice__head-name {
	font-size: 1.4rem;
}

.top-voice__head-link {
	font-size: 1.2rem;
}

.top-voice__body {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

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

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

/* top-voice-comments */

.top-voice-comments {
	background: #eef0f2;
	margin-top: 7.8rem;
	padding-block: 4rem;
}

.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: 3rem;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
	padding: 2.1rem 2.9rem 2.2rem;
	width: 35rem;
}

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

.top-voice-comments__tag {
	border: 0.1rem solid #e5e5e5;
	border-radius: 10rem;
	padding: 0.4rem 1rem;
}

.top-voice-comments__tag-text {
	font-size: 1.6rem;
}

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

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

/* top-voice-media */

.top-voice-media {
	margin-top: 11.7rem;
}

.top-voice-media__container {
	align-items: center;
	background: #fefadc;
	border: 0.4rem solid #fe9618;
	border-radius: 3rem;
	display: flex;
	flex-direction: column;
	padding: 8rem 4.7rem 4.6rem;
	position: relative;
}

.top-voice-media__lead {
	background: #fe9618;
	border-radius: 4rem;
	display: flex;
	justify-content: center;
	left: 50%;
	padding: 1.3rem 3rem 1.7rem;
	position: absolute;
	top: 0;
	transform: translate(-50%, -50%);
}

.top-voice-media__lead::after {
	border-left: 1rem solid transparent;
	border-right: 1rem solid transparent;
	border-top: 2rem solid #fe9618;
	bottom: -1.9rem;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
}

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

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

.top-voice-media__title-icon {
	width: 3.7rem;
}

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

.top-voice-media__title-text {
	color: #fe9618;
	font-size: 5rem;
	font-weight: 900;
	padding-bottom: 1.7rem;
}

.top-voice-media__head {
	display: flex;
	gap: 2.7rem;
	justify-content: center;
	margin-top: 2.1rem;
}

.top-voice-media__block {
	display: flex;
	flex-direction: column;
	gap: 3.4rem;
	margin-top: 2.9rem;
}

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

.top-voice-media__captures {
	display: flex;
	gap: 1.1rem;
	width: 100%;
}

.top-voice-media__capture {
	aspect-ratio: 255/150.78;
	flex: 1;
	overflow: hidden;
	width: 50%;
}

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

.top-voice-media__img {
	flex-shrink: 0;
	width: 41.3rem;
}

.top-voice-media__content {
	background: #fff;
	border-radius: 2rem;
	display: flex;
	flex-direction: column;
	gap: 3.5rem;
	padding: 3.1rem 3.7rem 4.6rem;
}

.top-voice-media__content-head {
	border-bottom: 0.2rem dashed #fe9618;
	box-sizing: border-box;
	color: #fe9618;
	font-size: 3.4rem;
	padding-bottom: 2.3rem;
	text-align: center;
	width: 100%;
}

.top-voice-media__logos {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1.7rem 4rem;
	justify-content: center;
}

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

/* top-achieve */

.top-achieve {
	background: #fefadc;
	padding-bottom: 9.9rem;
	padding-top: 9.9rem;
}

.top-achieve__inner {
	display: flex;
	flex-direction: column;
	gap: 5.5rem;
}

.top-achieve__items {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	gap: 3.5rem 4.2rem;
}

.top-achieve__item {
	background: #fff;
	border-radius: 3rem;
	box-sizing: border-box;
	width: calc((100% - 4.2rem) / 2);
}

/* top-achieve-adoption */

.top-achieve-adoption {
	display: flex;
	flex-direction: column;
	gap: 1.8rem;
	padding: 5.2rem 3.4rem 3.9rem;
}

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

.top-achieve-adoption__lead {
	font-size: 4rem;
	font-weight: 900;
}

.top-achieve-adoption__text {
	font-size: 7rem;
	font-weight: 900;
	line-height: 1;
	margin-top: -1rem;
}

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

.top-achieve-adoption__img {
	bottom: -2.5rem;
	position: absolute;
	right: -1.7rem;
	width: 15.6rem;
	z-index: -1;
}

.top-achieve-adoption__desc {
	font-size: 2rem;
	line-height: 1.7;
}

/* top-achieve-award */

.top-achieve-award {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	padding: 3rem 3.1rem 2rem;
}

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

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

.top-achieve-award__label {
	color: #fff;
	font-size: 2rem;
	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% + 9rem);
	z-index: -1;
}

.top-achieve-award__desc {
	font-size: 1.8rem;
	line-height: 1.6666666667;
}

/* top-achieve-recruit */

.top-achieve-recruit {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	padding: 2.7rem 1rem 3.4rem 2.7rem;
}

.top-achieve-recruit__head {
	align-items: end;
	display: flex;
	gap: 1.7rem;
}

.top-achieve-recruit__img {
	flex-shrink: 0;
	width: 20.4rem;
}

.top-achieve-recruit__content {
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
	padding-bottom: 0.5rem;
}

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

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

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

/* top-achieve-pro */

.top-achieve-pro {
	-webkit-text-stroke-color: #fff;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	justify-content: end;
	padding: 1rem 1.4rem 3.5rem;
	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: 0.8rem;
	color: #fe9618;
	font-size: 3.6rem;
	font-weight: 900;
	text-align: center;
}

.top-achieve-pro__desc {
	-webkit-text-stroke-width: 0.5rem;
	color: #fe9618;
	font-size: 1.8rem;
	text-align: right;
	width: 100%;
}

.top-achieve-pro__desc sup {
	font-size: 1.2rem;
}

.top-achieve-pro__text {
	-webkit-text-stroke-width: 0.5rem;
	font-size: 2rem;
	font-weight: 900;
	line-height: 160%;
	text-align: center;
}

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

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

/* top-news */

.top-news {
	padding-bottom: 5rem;
	padding-top: 9.9rem;
}

.top-news__inner {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.top-news__list {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.top-news__item {
	border-bottom: 0.1rem solid #bebebe;
	padding-right: 1.4rem;
}

.top-news__link {
	align-items: center;
	display: flex;
	gap: 3rem;
	padding-block: 2.8rem;
}

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

.top-news__link:hover .top-news__icon {
	transform: translateX(0.8rem);
}

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

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

.top-news__text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 2.4rem;
	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: 4.8rem;
}

.top-news__arrow svg {
	display: block;
	width: 2rem;
}

/* top-column */

.top-column {
	padding-bottom: 10rem;
	padding-top: 10.1rem;
}

.top-column__inner {
	display: flex;
	flex-direction: column;
	gap: 5.4rem;
}

.top-column__items {
	display: flex;
	flex-wrap: wrap;
	gap: 2.8rem 3.5rem;
	margin-inline: auto;
}

.top-column__item {
	background: #fff;
	border: 0.3rem solid #e5e5e5;
	border-radius: 3rem;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 2.3rem;
	padding: 2.7rem 2.9rem 3.5rem;
	width: 41rem;
}

.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: 2.4rem;
	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: 9.9rem;
	padding-top: 9.9rem;
}

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

.top-sdgs__img {
	max-width: 126.7rem;
	width: 94%;
}

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

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

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

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

.c-heading__head {
	display: contents;
}

.c-heading__button {
	max-width: 43.8rem;
	min-width: auto;
	order: 3;
	padding: 1.3rem 8.3rem 2.3rem 5.1rem;
	width: 100%;
}

.c-heading__group {
	gap: 0;
}

.c-heading__title.--mid span {
	display: block;
}

.fv {
	display: flex;
	flex-direction: column;
	gap: 4rem;
	height: auto;
	padding-bottom: 2.7rem;
}

.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: 0;
}

.fv__inner {
	align-items: center;
	gap: 2.8rem;
	justify-content: start;
	padding-bottom: 0;
	padding-top: 15.8rem;
}

.fv__head {
	margin-bottom: 3rem;
}

.fv__lead {
	padding: 2.5rem 2.9rem;
}

.fv__lead-text {
	font-size: 2.5rem;
}

.fv__lead-text:first-of-type::before {
	width: 2.8rem;
}

.fv__title {
	font-size: 4.7rem;
}

.fv__title .green {
	font-size: 8rem;
}

.fv__top-title {
	font-size: 4.4rem;
	margin-bottom: 0.1rem;
}

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

.fv__top-title .sup {
	right: 1.7rem;
	top: -1.9rem;
}

.fv__top-title .num {
	width: 15.8rem;
}

.fv__top-title .unit {
	font-size: 7.2rem;
}

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

.fv__achieve {
	width: 27.1rem;
}

.fv__content {
	align-items: center;
	gap: 0.6rem;
}

.fv__achieve-text {
	width: 83.8rem;
}

.fv__note {
	font-size: 1.6rem;
	width: 88%;
}

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

.fv__sp-slide {
	padding: 0.52rem 0.73rem 0.52rem 0.52rem;
	width: 23.4rem;
}

.logo-wrap {
	padding-block: 2rem;
}

.top-works {
	padding-block: 9.8rem 14.3rem;
}

.top-works__tags {
	gap: 1.6rem 0.7rem;
	margin-top: 3.7rem;
}

.top-works__tag-text {
	font-size: 1.8rem;
}

.top-works__items {
	gap: 3.6rem 2.6rem;
}

.top-works__item {
	display: none;
	width: 33.8rem;
}

.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-tag-text {
	font-size: 1.8rem;
}

.top-works__item-name {
	font-size: 2rem;
}

.top-works__button-wrap {
	gap: 1.7rem;
	margin-top: 10.6rem;
}

.top-works__button-lead {
	gap: 2.1rem;
}

.top-works__button-lead-icon {
	width: 3.4rem;
}

.top-works__button-lead-text {
	font-size: 3.5rem;
}

.top-point {
	padding-bottom: 7rem;
	padding-top: 13.9rem;
}

.top-point__items {
	gap: 13.8rem;
	margin-top: 11.3rem;
}

.top-point__item-img {
	width: 40%;
}

.top-point__item-content {
	gap: 4.6rem;
	padding-block: 3.8rem 14.4rem;
	width: 100%;
}

.top-point__item-content::after {
	left: -3.8rem;
}

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

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

.top-point__item-text {
	font-size: 2.7rem;
}

.top-point__banner {
	gap: 1rem;
	padding: 10.9rem 4.4rem 6.6rem;
}

.top-point__banner-head {
	padding: 2.4rem 3.8rem;
	top: 0.7rem;
	width: -moz-fit-content;
	width: fit-content;
}

.top-point__banner-text {
	font-size: 2.7rem;
}

.top-point__banner-content {
	align-items: center;
	flex-direction: column;
	gap: 3.3rem;
	width: 100%;
}

.top-point__banner-button {
	margin-bottom: 0;
	max-width: 61.3rem;
	padding: 2.3rem 9.8rem 3rem 6.5rem;
	width: 100%;
}

.top-features {
	padding-bottom: 12.5rem;
	padding-top: 13.3rem;
}

.top-features__wrap {
	padding-inline: 1rem;
}

.top-features__items {
	gap: 0 1.7rem;
	margin-top: 3.5rem;
	max-width: 75rem;
}

.top-voice {
	padding-bottom: 15.1rem;
	padding-top: 13.1rem;
}

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

.top-voice__inner {
	gap: 6.4rem;
}

.top-voice__cards {
	gap: 4.7rem 3.5rem;
}

.top-voice__card {
	border-radius: 5.4rem;
	gap: 2rem;
	padding: 4.4rem 4rem 5.1rem 4.4rem;
	width: 100%;
}

.top-voice__head {
	gap: 2.5rem;
}

.top-voice__head-img {
	width: 17.5rem;
}

.top-voice__head-rating {
	font-size: 5.8rem;
}

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

.top-voice__head-name {
	font-size: 2.4rem;
}

.top-voice__head-link {
	font-size: 2.2rem;
}

.top-voice__body {
	font-feature-settings: "palt" 1;
	gap: 1.7rem;
}

.top-voice__title {
	font-size: 4.4rem;
}

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

.top-voice-comments {
	margin-top: 9.9rem;
	padding-block: 4.8rem;
}

.top-voice-comments__card {
	padding: 2.3rem 3.8rem 2.5rem 3.8rem;
	width: 42.6rem;
}

.top-voice-comments__tag-text {
	font-size: 2.1rem;
	letter-spacing: -0.063rem;
}

.top-voice-comments__text {
	font-size: 2.4rem;
	letter-spacing: 0.072rem;
	line-height: 135%;
}

.top-voice-comments__name {
	font-size: 2.1rem;
	letter-spacing: -0.063rem;
}

.top-voice-media {
	margin-top: 20.4rem;
}

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

.top-voice-media__lead {
	border-radius: 7.6rem;
	padding: 0.9rem 12.1rem 1.7rem;
}

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

.top-voice-media__title-icon {
	width: 2.4rem;
}

.top-voice-media__title-text {
	font-size: 3rem;
	padding-bottom: 0.4rem;
}

.top-voice-media__head {
	align-items: end;
	gap: 3.7rem;
	margin-top: 4.3rem;
	max-width: 69.8rem;
	padding-inline: 2rem;
}

.top-voice-media__block {
	gap: 1.9rem;
	margin: 0;
	padding-bottom: 1.9rem;
}

.top-voice-media__text {
	font-size: 2.5rem;
}

.top-voice-media__img {
	aspect-ratio: 413/367;
	box-sizing: border-box;
	width: 42%;
}

.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: 4.1rem;
	margin-top: 4.3rem;
	padding: 3.7rem 1.3rem 4.6rem;
}

.top-voice-media__content-head {
	font-size: 2.7rem;
	margin-inline: 0.7rem;
	padding-bottom: 1.8rem;
	width: auto;
}

.top-voice-media__logos {
	gap: 0.7rem 1.3rem;
}

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

.top-achieve {
	padding-bottom: 12.2rem;
	padding-top: 11.4rem;
}

.top-achieve__inner {
	gap: 5.3rem;
}

.top-achieve__items {
	align-items: center;
	flex-direction: column;
	gap: 3.7rem 4.2rem;
}

.top-achieve__item {
	min-height: 38.4rem;
	width: 70.2rem;
}

.top-achieve-adoption {
	order: 1;
	padding: 6.1rem 4.2rem 4.2rem;
}

.top-achieve-adoption__lead {
	font-size: 4.4rem;
}

.top-achieve-adoption__text {
	font-size: 7.7rem;
}

.top-achieve-adoption__text span {
	font-size: 13.1rem;
}

.top-achieve-adoption__desc {
	font-size: 2.2rem;
}

.top-achieve-award {
	order: 3;
}

.top-achieve-award__label {
	font-size: 2.2rem;
}

.top-achieve-award__desc {
	font-size: 2.1rem;
}

.top-achieve-recruit {
	align-items: center;
	gap: 2.5rem;
	order: 2;
	padding: 4.5rem 1rem 3.4rem 2.7rem;
}

.top-achieve-recruit__lead {
	font-size: 5.8rem;
}

.top-achieve-recruit__note {
	font-size: 1.6rem;
}

.top-achieve-pro {
	order: 4;
}

.top-achieve-pro__lead {
	font-size: 4rem;
}

.top-achieve-pro__desc {
	font-size: 2rem;
}

.top-achieve-pro__text {
	font-size: 2.2rem;
}

.top-achieve-pro__note {
	font-size: 1.6rem;
}

.top-news {
	padding-top: 12.9rem;
}

.top-news__inner {
	align-items: center;
	gap: 7.7rem;
}

.top-news__list {
	box-sizing: border-box;
	padding-inline: 1.1rem;
	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: 9.2rem;
}

.top-column__inner {
	align-items: center;
	gap: 9.2rem;
}

.top-column__items {
	gap: 2.2rem 2.2rem;
	max-width: 106.4rem;
}

.top-column__item {
	gap: 2.1rem;
	padding: 2.3rem 2.8rem 2.9rem;
	width: 33.9rem;
}

.top-column__title {
	font-size: 1.9rem;
}

.top-sdgs {
	padding-bottom: 13.4rem;
	padding-top: 8.5rem;
}

.top-sdgs__inner {
	gap: 4.1rem;
}

.top-sdgs__text {
	font-size: 2.4rem;
	text-align: left;
}

.top-sdgs__button {
	font-size: 3.7rem;
	max-width: 66rem;
	min-width: auto;
	order: 3;
	padding: 1.3rem 8.3rem 2.3rem 5.1rem;
	width: 100%;
}

.top-sdgs__button-icon {
	width: 7rem;
}

.top-sdgs__button-icon img {
	width: 3rem;
}

}

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

.top-column__items {
	max-width: 70.2rem;
}

}

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

.c-heading__button {
	font-size: 3rem;
}

.c-heading__button-icon {
	right: 1.1rem;
	width: 6.2rem;
}

.c-heading__button-icon img {
	width: 2.6rem;
}

.c-heading__en.--ja {
	font-size: 2.7rem;
}

.c-heading__sub-title.--spmd {
	font-size: 4.4rem;
}

.c-heading__sub-title.--splg {
	font-size: 5.8rem;
}

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

.c-heading__title {
	font-size: 6rem;
	line-height: 138%;
}

.c-heading__title.--mid {
	font-size: 6.1rem;
	line-height: 113%;
}

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

.fv__inner {
	padding-top: 13.5rem;
}

.fv__head {
	align-items: start;
	flex-direction: column;
	margin-bottom: 2rem;
	position: relative;
}

.fv__lead {
	left: 0.5rem;
	padding: 1.5rem 1.9rem;
	position: absolute;
	top: 0.4rem;
}

.fv__lead-text {
	font-size: 2.2rem;
	line-height: 1.3636363636;
}

.fv__lead-text:first-of-type::before {
	width: 1.8rem;
}

.fv__title {
	font-size: 3.2rem;
}

.fv__title .green {
	font-size: 5rem;
}

.fv__top-title {
	position: relative;
}

.fv__top-title .strong {
	font-size: 9.4rem;
	position: static;
}

.fv__top-title .sup {
	bottom: 8.3rem;
	font-size: 1.4rem;
	right: 0;
	text-align: right;
	top: auto;
}

.fv__top-title .num {
	margin-bottom: 0.1rem;
	margin-right: 0.4rem;
	width: 18.6rem;
}

.fv__achieve {
	width: 18.1rem;
}

.fv__achieve-text {
	width: 52.8rem;
}

.fv__note {
	font-feature-settings: "palt" 1;
	font-size: 1.2rem;
	width: 88%;
}

.fv__sp-slide {
	padding: 0.5rem 0.7rem 0.5rem 0.5rem;
	width: 22.4rem;
}

.top-works__button {
	padding: 2.3rem 9.8rem 2.6rem 7.5rem;
	width: 100%;
}

.top-works__button-lead {
	gap: 8.1rem;
}

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

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

.top-point__item-img {
	left: -8.2rem;
	margin-top: -21.1rem;
	width: 43rem;
}

.top-point__item-img.--even {
	left: auto;
	margin-left: auto;
	margin-top: -12.1rem;
	transform: translateX(14%);
	width: 47.5rem;
}

.top-point__item-img.--thi {
	margin-top: -12.1rem;
}

.top-point__item-head-text {
	font-size: 5.1rem;
}

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

.top-point__item-head-num {
	bottom: 8.2rem;
	font-size: 16.1rem;
	right: -2rem;
}

.top-point__item-head-num.--even {
	left: -2rem;
	right: auto;
}

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

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

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

.top-point__banner-content {
	align-items: end;
}

.top-point__banner-price-label {
	font-size: 3.1rem;
	padding: 0.3rem 1.9rem 0.5rem;
	top: 3.7rem;
}

.top-point__banner-price-text {
	font-size: 8.1rem;
}

.top-point__banner-price-text span {
	font-size: 21rem;
}

.top-voice-media__container {
	border: 0;
	border-bottom: 0.8rem solid #fe9618;
	border-radius: 0;
	border-top: 0.8rem solid #fe9618;
	padding: 10.5rem 2.6rem 5rem;
}

}

@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%);
}

}

