.index-divider {
	height: 7.65625vw;
	position: relative;
	z-index: 1;
}

.index-divider__image {
	display: flex;
	height: 7.65625vw;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	transition: width 1s;
	width: 0;
}

.index-divider__image .index-divider__image-wrapper {
	aspect-ratio: 1280/98;
	position: absolute;
	right: 0;
	top: 0;
	width: 100vw;
}

.index-divider__image .index-divider__image-wrapper img {
	width: 100%;
}

.index-divider__image.--reverse {
	left: 0;
	right: auto;
}

.index-divider__image.--reverse .index-divider__image-wrapper {
	left: 0;
	right: auto;
}

.index-divider__image.--reverse img {
	transform: scale(-1, 1);
}

.index-divider__image.--scrolled {
	width: 100%;
}

.index-hero {
	height: 51.75rem;
	overflow: hidden;
}

.index-hero__bg-wrapper {
	align-items: center;
	background: url(../../img/recruit/decor/recruit.jpg) no-repeat center center/cover;
	display: flex;
	height: 42.916375rem;
	justify-content: center;
	left: calc((100% - 100vw) / 2);
	position: absolute;
	width: 100vw;
}

.index-hero__bg-ribbon {
	display: flex;
	height: 53.64546875vw;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 3rem;
	transition: width 1s;
	width: 0;
}

.index-hero__bg-ribbon picture {
	aspect-ratio: 1280/686.662;
	position: absolute;
	right: 0;
	top: 0;
	width: 100vw;
}

.index-hero__bg-ribbon picture source,
.index-hero__bg-ribbon picture img {
	width: 100%;
}

.index-hero__bg-ribbon.--scrolled {
	width: 100%;
}

.index-hero__bg-shape-left {
	aspect-ratio: 413/408;
	left: 12.5rem;
	position: absolute;
	top: 20.5rem;
	width: 7.9375rem;
}

.index-hero__bg-shape-left source,
.index-hero__bg-shape-left img {
	height: auto;
	width: 100%;
}

.index-hero__bg-video-left {
	clip-path: circle(4.5625rem at 50% 50%);
	left: 10.9375rem;
	position: absolute;
	top: 18.75rem;
	width: 9.375rem;
}

.index-hero__bg-shape-center {
	aspect-ratio: 298/327;
	position: absolute;
	right: 17.5625rem;
	top: 8rem;
	width: 23.3125rem;
}

.index-hero__bg-shape-center source,
.index-hero__bg-shape-center img {
	height: auto;
	width: 100%;
}

.index-hero__bg-video-center {
	clip-path: circle(14rem at 50% 50%);
	position: absolute;
	right: 18.25rem;
	top: 3.9375rem;
	width: 29.375rem;
}

.index-hero__bg-shape-right {
	aspect-ratio: 200/193;
	position: absolute;
	right: 3.625rem;
	top: 2.5rem;
	width: 7.1875rem;
}

.index-hero__bg-shape-right source,
.index-hero__bg-shape-right img {
	height: auto;
	width: 100%;
}

.index-hero__bg-video-right {
	clip-path: circle(5.9375rem at 50% 50%);
	position: absolute;
	right: 3.875rem;
	top: 0.8125rem;
	width: 12.5rem;
}

.index-hero__bg-shape-logo {
	aspect-ratio: 136/112;
	position: absolute;
	right: 2.8125rem;
	top: 20.625rem;
	width: 10.875rem;
}

.index-hero__bg-shape-logo source,
.index-hero__bg-shape-logo img {
	height: auto;
	width: 100%;
}

.index-hero__bg-text {
	left: 7.5rem;
	position: absolute;
	top: 2.4375rem;
}

.index-hero__bg-text h1 {
	color: #000000;
	font-size: 3.75rem;
	font-weight: 700;
	line-height: 1.3333333333;
}

.index-hero__bg-text p {
	background-color: #f62837;
	border-radius: 4px;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1;
	margin-left: 0.375rem;
	margin-top: 1rem;
	padding: 0.75rem 1.25rem;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.index-hero__text {
	bottom: 5.3125rem;
	font-size: 2rem;
	font-weight: 700;
	left: 50%;
	line-height: 1.5625;
	margin-left: -0.625rem;
	position: absolute;
	text-align: center;
	transform: translateX(-50%);
	width: 100%;
}

.index-news {
	background: url(../../img/recruit/index/news-background-pc.png) no-repeat center center/cover;
	height: 28.375rem;
	padding-bottom: 4rem;
	padding-top: 2.5625rem;
}

.index-news__inner {
	margin: 0 auto;
	max-width: 61.875rem;
}

.index-news__title-group {
	margin-left: 1.5625rem;
	text-align: center;
}

.index-news__title {
	color: #f62837;
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.3541666667;
}

.index-news__subtitle {
	color: #f62837;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.2;
}

.index-news__lists {
	background: #fff;
	border-radius: 10px;
	margin-top: 1.875rem;
	padding: 0.5625rem 1.5rem 0.125rem 3.4375rem;
}

.index-news__list + .index-news__list {
	border-top: 1px solid #d1d1d1;
}

.index-news__list-item {
	display: flex;
	gap: 1.25rem;
	position: relative;
}

.index-news__list-item::after {
	background: url("../../img/icon/ico_circle-arrow-right-red.svg") no-repeat center center/contain;
	content: "";
	height: 1.5rem;
	position: absolute;
	right: 0.8125rem;
	top: 50%;
	transform: translateY(-50%);
	transition: right 0.3s;
	width: 1.5rem;
}

.index-news__date {
	color: #000;
	flex: 0 0 auto;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 2.7;
}

.index-news__text {
	color: #000;
	flex: 0 0 38.125rem;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 2.7;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index-what {
	padding-bottom: 3.5625rem;
	padding-top: 5.625rem;
}

.index-what__inner {
	padding-left: 8.1875rem;
	padding-right: 9.875rem;
}

.index-what__title-group {
	margin-left: 1.5625rem;
	text-align: center;
}

.index-what__title {
	color: #f62837;
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.3541666667;
}

.index-what__subtitle {
	color: #f62837;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.2;
	margin-top: 0.6875rem;
}

.index-what__body {
	display: flex;
	justify-content: space-between;
	margin-top: 3.9375rem;
}

.index-what__body-left {
	margin-top: 6.1875rem;
}

.index-what__body-left-text {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 2;
}

.index-what__body-left-btn-wrapper {
	margin-top: 1.4375rem;
}

.index-what__body-left-btn {
	display: inline-block;
	padding-bottom: 0.1875rem;
	padding-left: 2.6875rem;
	padding-right: 4.875rem;
	padding-top: 0.25rem;
}

.index-what__body-left-btn span {
	font-size: 1.25rem;
}

.index-what__body-left-btn span::after {
	right: -4.0625rem;
}

.index-what__body-right {
	aspect-ratio: 400/333;
	position: relative;
	width: 25rem;
}

.index-what__body-right-image-wrapper {
	width: 100%;
}

.index-what__body-right-image-wrapper::before {
	background: #f62837;
	border-radius: 20px;
	bottom: -1rem;
	content: "";
	height: 20.4375rem;
	position: absolute;
	right: -1.0625rem;
	width: 25rem;
	z-index: -1;
}

.index-what__body-right-image-wrapper img {
	border-radius: 1.25rem;
	width: 100%;
}

.index-history {
	background-color: #eef4ff;
	clip-path: polygon(0 0, 100% calc(0% + 4.5vw), 100% calc(100% - 4.5vw), 0 100%);
	margin-bottom: -6.09375vw;
	margin-top: -6.09375vw;
	padding-bottom: 7.625rem;
	padding-top: 6.875rem;
}

.index-history__inner {
	padding-left: 8.1875rem;
	padding-right: 9.875rem;
}

.index-history__title-group {
	margin-left: 1.5625rem;
	text-align: center;
}

.index-history__title {
	color: #1d6cf0;
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.3541666667;
}

.index-history__subtitle {
	color: #1d6cf0;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.2;
	margin-top: -0.125rem;
}

.index-history__body {
	display: flex;
	justify-content: space-between;
	margin-top: 1.1875rem;
}

.index-history__body-left {
	margin-top: 3.1875rem;
}

.index-history__body-left-text {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 2;
}

.index-history__body-left-btn-wrapper {
	margin-top: 1.4375rem;
}

.index-history__body-left-btn {
	display: inline-block;
	padding-bottom: 0.125rem;
	padding-left: 2.6875rem;
	padding-right: 4.875rem;
	padding-top: 0.3125rem;
}

.index-history__body-left-btn span {
	font-size: 1.25rem;
}

.index-history__body-left-btn span::after {
	right: -4.0625rem;
}

.index-history__body-right {
	aspect-ratio: 400/333;
	position: relative;
	width: 25rem;
}

.index-history__body-right-image-wrapper {
	width: 100%;
}

.index-history__body-right-image-wrapper::before {
	background: #1d6cf0;
	border-radius: 20px;
	bottom: -1rem;
	content: "";
	height: 20.4375rem;
	position: absolute;
	right: -1.0625rem;
	width: 25rem;
	z-index: -1;
}

.index-history__body-right-image-wrapper img {
	border-radius: 1.25rem;
	width: 100%;
}

.index-message {
	padding-bottom: 2rem;
	padding-top: 2.75rem;
}

.index-message__inner {
	padding-left: 8.1875rem;
	padding-right: 9.875rem;
}

.index-message__title-group {
	margin-left: 1.5625rem;
	text-align: center;
}

.index-message__title {
	color: #3bae66;
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.3541666667;
}

.index-message__subtitle {
	color: #3bae66;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.2;
	margin-top: -0.125rem;
}

.index-message__body {
	display: flex;
	justify-content: space-between;
	margin-top: 0.875rem;
}

.index-message__body-left {
	margin-top: 6.3125rem;
}

.index-message__body-left-text {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 2;
}

.index-message__body-left-btn-wrapper {
	margin-top: 1.4375rem;
}

.index-message__body-left-btn {
	display: inline-block;
	padding-bottom: 0.125rem;
	padding-left: 2.6875rem;
	padding-right: 4.875rem;
	padding-top: 0.3125rem;
}

.index-message__body-left-btn span {
	font-size: 1.25rem;
}

.index-message__body-left-btn span::after {
	right: -4.0625rem;
}

.index-message__body-right {
	aspect-ratio: 400/333;
	position: relative;
	width: 25rem;
}

.index-message__body-right-image-wrapper {
	width: 100%;
}

.index-message__body-right-image-wrapper::before {
	background: #3bae66;
	border-radius: 20px;
	bottom: -1rem;
	content: "";
	height: 20.4375rem;
	position: absolute;
	right: -1.0625rem;
	width: 25rem;
	z-index: -1;
}

.index-message__body-right-image-wrapper img {
	border-radius: 1.25rem;
	width: 100%;
}

.index-philosophy {
	background-color: #fff1eb;
	clip-path: polygon(0 0, 100% calc(0% + 4.5vw), 100% calc(100% - 4.5vw), 0 100%);
	margin-bottom: -6.09375vw;
	margin-top: -6.09375vw;
	padding-bottom: 8.5rem;
	padding-top: 7.25rem;
}

.index-philosophy__inner {
	padding-left: 8.1875rem;
	padding-right: 9.875rem;
}

.index-philosophy__title-group {
	margin-left: 1.5625rem;
	text-align: center;
}

.index-philosophy__title {
	color: #ff8c00;
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.3541666667;
}

.index-philosophy__subtitle {
	color: #ff8c00;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.2;
	margin-top: 0.6875rem;
}

.index-philosophy__body {
	display: flex;
	justify-content: space-between;
	margin-top: -0.3125rem;
}

.index-philosophy__body-left {
	margin-top: 5.5rem;
}

.index-philosophy__body-left-text {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 2;
}

.index-philosophy__body-left-btn-wrapper {
	margin-top: 1.4375rem;
}

.index-philosophy__body-left-btn {
	display: inline-block;
	padding-bottom: 0.125rem;
	padding-left: 2.6875rem;
	padding-right: 4.875rem;
	padding-top: 0.3125rem;
}

.index-philosophy__body-left-btn span {
	font-size: 1.25rem;
}

.index-philosophy__body-left-btn span::after {
	right: -4.0625rem;
}

.index-philosophy__body-right {
	aspect-ratio: 400/333;
	position: relative;
	width: 25rem;
}

.index-philosophy__body-right-image-wrapper {
	width: 100%;
}

.index-philosophy__body-right-image-wrapper::before {
	background: #ff8c00;
	border-radius: 20px;
	bottom: -1rem;
	content: "";
	height: 20.4375rem;
	position: absolute;
	right: -1.0625rem;
	width: 25rem;
	z-index: -1;
}

.index-philosophy__body-right-image-wrapper img {
	border-radius: 1.25rem;
	width: 100%;
}

.index-requirements {
	background: url(../../img/recruit/decor/recruit-bottom.png) no-repeat center bottom/cover;
	padding-bottom: 8.875rem;
	padding-top: 2.125rem;
}

.index-requirements__inner {
	padding-left: 8.1875rem;
	padding-right: 9.875rem;
}

.index-requirements__title-group {
	margin-left: 1.5625rem;
	text-align: center;
}

.index-requirements__title {
	color: #f62837;
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.3541666667;
}

.index-requirements__subtitle {
	color: #f62837;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.2;
	margin-top: 0.6875rem;
}

.index-requirements__body {
	display: flex;
	justify-content: space-between;
	margin-top: 3.5rem;
}

.index-requirements__body-left {
	margin-top: 4.0625rem;
}

.index-requirements__body-left-text {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 2;
}

.index-requirements__body-left-btn-wrapper {
	margin-top: 1.4375rem;
}

.index-requirements__body-left-btn {
	display: inline-block;
	padding-bottom: 0.125rem;
	padding-left: 2.6875rem;
	padding-right: 4.875rem;
	padding-top: 0.3125rem;
}

.index-requirements__body-left-btn span {
	font-size: 1.25rem;
}

.index-requirements__body-left-btn span::after {
	right: -4.0625rem;
}

.index-requirements__body-right {
	aspect-ratio: 400/333;
	position: relative;
	width: 25rem;
}

.index-requirements__body-right-image-wrapper {
	width: 100%;
}

.index-requirements__body-right-image-wrapper::before {
	background: #f62837;
	border-radius: 20px;
	bottom: -1rem;
	content: "";
	height: 20.4375rem;
	position: absolute;
	right: -1.0625rem;
	width: 25rem;
	z-index: -1;
}

.index-requirements__body-right-image-wrapper img {
	border-radius: 1.25rem;
	width: 100%;
}

@media (any-hover: hover) {

.index-news__list-item:hover::after {
	right: 0.5rem;
}

}

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

.index-divider {
	margin-top: 1.875rem;
}

.index-hero {
	height: 30.4375rem;
}

.index-hero__bg-wrapper {
	background: url(../../img/recruit/decor/recruit.jpg) no-repeat top center/contain;
	height: 100%;
}

.index-hero__bg-ribbon {
	height: 8.625rem;
	top: 12.625rem;
}

.index-hero__bg-ribbon picture {
	aspect-ratio: 774/747;
	height: 22.625rem;
}

.index-hero__bg-shape-left {
	left: 0.25rem;
	top: 15rem;
	width: 6.0625rem;
}

.index-hero__bg-video-left {
	clip-path: circle(3.4375rem at 50% 50%);
	left: -1rem;
	top: 13.6875rem;
	width: 7.1875rem;
}

.index-hero__bg-shape-center {
	right: 4.0625rem;
	top: 13.8125rem;
	width: 7.5625rem;
}

.index-hero__bg-video-center {
	clip-path: circle(4.5625rem at 50% 50%);
	right: 4.25rem;
	top: 12.4375rem;
	width: 9.625rem;
}

.index-hero__bg-shape-right {
	right: -1.5625rem;
	top: 1.125rem;
	width: 5rem;
}

.index-hero__bg-video-right {
	clip-path: circle(3.75rem at 50% 50%);
	right: -1.125rem;
	top: 0.75rem;
	width: 7.8125rem;
}

.index-hero__bg-shape-logo {
	right: 0.875rem;
	top: 8.5625rem;
	width: 5.625rem;
}

.index-hero__bg-text {
	left: 0.9375rem;
}

.index-hero__bg-text h1 {
	font-size: 2.25rem;
	line-height: 1.1111111111;
}

.index-hero__bg-text p {
	font-size: 1rem;
	margin-left: -0.375rem;
	padding: 0.625rem 1.125rem 0.75rem 0.625rem;
}

.index-hero__text {
	bottom: 1.625rem;
	font-size: 0.875rem;
	line-height: 1.42857;
	margin-left: 0.375rem;
}

.index-news {
	background: url(../../img/recruit/index/news-background-sp.png) no-repeat center center/cover;
}

.index-news__title-group {
	margin-left: 0;
}

.index-news__title {
	font-size: 1.875rem;
}

.index-news__subtitle {
	font-size: 0.875rem;
}

.index-news__lists {
	padding: 0.5625rem 1rem 0.125rem 1rem;
}

.index-news__list-item {
	flex-direction: column;
	gap: 0;
	margin-bottom: 0.375rem;
	margin-top: 0.375rem;
}

.index-news__date {
	flex: 0 0 auto;
	font-size: 0.875rem;
	line-height: 1.8;
	width: 85%;
}

.index-news__text {
	flex: 0 0 auto;
	font-size: 0.875rem;
	line-height: 1.8;
	width: 85%;
}

.index-what {
	padding-bottom: 1.25rem;
	padding-top: 3.75rem;
}

.index-what__inner {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.index-what__title-group {
	margin-left: 0;
}

.index-what__title {
	font-size: 1.875rem;
}

.index-what__subtitle {
	font-size: 0.875rem;
}

.index-what__body {
	flex-direction: column;
	margin-top: 2.5rem;
}

.index-what__body-left {
	margin-top: 0;
}

.index-what__body-left-text {
	font-size: 1rem;
	text-align: center;
}

.index-what__body-left-btn-wrapper {
	margin-top: 0.75rem;
	text-align: center;
}

.index-what__body-left-btn {
	padding-left: 1.875rem;
	padding-right: 3.125rem;
}

.index-what__body-left-btn span {
	font-size: 1rem;
}

.index-what__body-left-btn span::after {
	right: -2.1875rem;
}

.index-what__body-right {
	margin-top: 1.25rem;
	width: 100%;
}

.index-what__body-right-image-wrapper::before {
	border-radius: 1rem;
	bottom: -0.625rem;
	height: 100%;
	right: -0.625rem;
	width: 100%;
}

.index-what__body-right-image-wrapper img {
	border-radius: 1rem;
}

.index-history {
	margin-bottom: -3.125rem;
	padding-bottom: 4rem;
	padding-top: 4rem;
}

.index-history__inner {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.index-history__title-group {
	margin-left: 0;
}

.index-history__title {
	font-size: 1.875rem;
}

.index-history__subtitle {
	font-size: 0.875rem;
}

.index-history__body {
	flex-direction: column;
	margin-top: 2.5rem;
}

.index-history__body-left {
	margin-top: 0;
}

.index-history__body-left-text {
	font-size: 1rem;
	text-align: center;
}

.index-history__body-left-btn-wrapper {
	margin-top: 0.75rem;
	text-align: center;
}

.index-history__body-left-btn {
	padding-left: 1.875rem;
	padding-right: 3.125rem;
}

.index-history__body-left-btn span {
	font-size: 1rem;
}

.index-history__body-left-btn span::after {
	right: -2.1875rem;
}

.index-history__body-right {
	margin-top: 1.25rem;
	width: 100%;
}

.index-history__body-right-image-wrapper::before {
	border-radius: 1rem;
	bottom: -0.625rem;
	height: 100%;
	right: -0.625rem;
	width: 100%;
}

.index-history__body-right-image-wrapper img {
	border-radius: 1rem;
}

.index-message {
	padding-bottom: 1.25rem;
	padding-top: 3.75rem;
}

.index-message__inner {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.index-message__title-group {
	margin-left: 0;
}

.index-message__title {
	font-size: 1.875rem;
}

.index-message__subtitle {
	font-size: 0.875rem;
}

.index-message__body {
	flex-direction: column;
	margin-top: 2.5rem;
}

.index-message__body-left {
	margin-top: 0;
}

.index-message__body-left-text {
	font-size: 1rem;
	text-align: center;
}

.index-message__body-left-btn-wrapper {
	margin-top: 0.75rem;
	text-align: center;
}

.index-message__body-left-btn {
	padding-left: 1.875rem;
	padding-right: 3.125rem;
}

.index-message__body-left-btn span {
	font-size: 1rem;
}

.index-message__body-left-btn span::after {
	right: -2.1875rem;
}

.index-message__body-right {
	margin-top: 1.25rem;
	width: 100%;
}

.index-message__body-right-image-wrapper::before {
	border-radius: 1rem;
	bottom: -0.625rem;
	height: 100%;
	right: -0.625rem;
	width: 100%;
}

.index-message__body-right-image-wrapper img {
	border-radius: 1rem;
}

.index-philosophy {
	margin-bottom: -3.125rem;
	padding-bottom: 4rem;
	padding-top: 4rem;
}

.index-philosophy__inner {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.index-philosophy__title-group {
	margin-left: 0;
}

.index-philosophy__title {
	font-size: 1.875rem;
}

.index-philosophy__subtitle {
	font-size: 0.875rem;
}

.index-philosophy__body {
	flex-direction: column;
	margin-top: 2.5rem;
}

.index-philosophy__body-left {
	margin-top: 0;
}

.index-philosophy__body-left-text {
	font-size: 1rem;
	text-align: center;
}

.index-philosophy__body-left-btn-wrapper {
	margin-top: 0.75rem;
	text-align: center;
}

.index-philosophy__body-left-btn {
	padding-left: 1.875rem;
	padding-right: 3.125rem;
}

.index-philosophy__body-left-btn span {
	font-size: 1rem;
}

.index-philosophy__body-left-btn span::after {
	right: -2.1875rem;
}

.index-philosophy__body-right {
	margin-top: 1.25rem;
	width: 100%;
}

.index-philosophy__body-right-image-wrapper::before {
	border-radius: 1rem;
	bottom: -0.625rem;
	height: 100%;
	right: -0.625rem;
	width: 100%;
}

.index-philosophy__body-right-image-wrapper img {
	border-radius: 1rem;
}

.index-requirements {
	background: url(../../img/recruit/decor/recruit-bottom.png) no-repeat center bottom/contain;
	padding-bottom: 2.5rem;
	padding-top: 3.75rem;
}

.index-requirements__inner {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.index-requirements__title-group {
	margin-left: 0;
}

.index-requirements__title {
	font-size: 1.875rem;
}

.index-requirements__subtitle {
	font-size: 0.875rem;
}

.index-requirements__body {
	flex-direction: column;
	margin-top: 2.5rem;
}

.index-requirements__body-left {
	margin-top: 0;
}

.index-requirements__body-left-text {
	font-size: 1rem;
	text-align: center;
}

.index-requirements__body-left-btn-wrapper {
	margin-top: 0.75rem;
	text-align: center;
}

.index-requirements__body-left-btn {
	padding-left: 1.875rem;
	padding-right: 3.125rem;
}

.index-requirements__body-left-btn span {
	font-size: 1rem;
}

.index-requirements__body-left-btn span::after {
	right: -2.1875rem;
}

.index-requirements__body-right {
	margin-top: 1.25rem;
	width: 100%;
}

.index-requirements__body-right-image-wrapper::before {
	border-radius: 1rem;
	bottom: -0.625rem;
	height: 100%;
	right: -0.625rem;
	width: 100%;
}

.index-requirements__body-right-image-wrapper img {
	border-radius: 1rem;
}

}

