.main {
	padding-bottom: 14.5rem;
}

@media screen and (max-width:1440px) {
	.main {
		padding-bottom: 12.1875rem;
	}
}

@media screen and (max-width:1023px) {
	.main {
		padding-bottom: 11.18rem;
	}
}

@media screen and (max-width:743px) {
	.main {
		padding-bottom: 10rem;
	}
}

/* ======================================================

	mainvisual TOP

====================================================== */
.topMainvisual__title {
	color: var(--colorMain);
	font-size: 2.6875rem;
	font-weight: 500;
	letter-spacing: 0.042em;
	line-height: 1.44;
}

.topMainvisual__title span {
	color: var(--colorBlack);
	font-size: 2.875rem;
}

.topMainvisual {
	height: calc(100svh - 110px);
	position: relative;
}

.topMainvisual__column {
	display: flex;
	gap: 2rem;
	justify-content: center;
	left: 52%;
	position: absolute;
	top: 47%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	z-index: 10;
}

.topMainvisual__img {
	display: flex;
	justify-content: center;
}

.topMainvisual__title {
	white-space: nowrap;
}

.topMainvisual__title span {
	display: flex;
	justify-content: center;
	letter-spacing: 0.192em;
}

.topMainvisual__logo {
	margin-top: 17svh;
}

.topMainvisual__people {
	width: fit-content;
}

.topMainvisual__people img {
	height: 100%;
	max-height: 79svh;
	width: auto;
}

.topMainvisual__triangle div {
	bottom: 0;
	position: absolute;
	width: 100%;
}

.topMainvisual__triangle--left {
	left: 0;
	max-width: 22vw;
	width: 100%;
	z-index: 3;
}

.topMainvisual__triangle--rightLarge {
	max-width: 100vw;
	quotes: 100%;
	right: 0;
	z-index: 1;
}

.topMainvisual__triangle--rightSmall {
	max-width: 42.3vw;
	right: 0;
	width: 100%;
	z-index: 2;
}

@media screen and (max-width:1440px) {
	.topMainvisual__people {
		max-width: 57.6vw;
	}

	.topMainvisual__column {
		left: 53%;
	}
}

@media screen and (max-width:1023px) {
	.topMainvisual__column {
		gap: 1rem;
		left: 55%;
		top: 50%;
	}

	.topMainvisual__logo {
		margin-top: 6svh;
	}

	.topMainvisual__img {
		margin-inline: auto;
		max-width: 12rem;
		width: 100%;
	}

	.topMainvisual__title {
		font-size: 2.1875rem;
	}

	.topMainvisual__title span {
		font-size: 2.375rem;
	}
}

@media screen and (max-width:743px) {
	.topMainvisual {
		height: 39.875rem;
	}

	.topMainvisual__column {
		display: grid;
		gap: 0;
		left: 50%;
	}

	.topMainvisual__people {
		left: 3vw;
		max-width: 23rem;
		position: relative;
		top: -3vh;
	}

	.topMainvisual__people img {
		height: unset;
	}

	.topMainvisual__logo {
		margin-top: 5vh;
	}

	.topMainvisual__img {
		margin-inline: auto;
		max-width: 7.75rem;
		width: 100%;
	}

	.topMainvisual__title {
		font-size: 1.75rem;
		letter-spacing: 0.05em;
		margin-top: 1rem;
		text-align: center;
	}

	.topMainvisual__title span {
		font-size: 1.87rem;
		letter-spacing: 0.23em;
	}
}

/* ======================================================

	recruit

====================================================== */
.recruit {
	padding-block: 5.25rem 10.5rem;
}

@media screen and (max-width:1440px) {
	.recruit {
		padding-bottom: 0;
	}
}

@media screen and (max-width:1023px) {
	.recruit {
		padding-block: 6.625rem 11.1875rem;
	}
}

@media screen and (max-width:743px) {
	.recruit {
		padding-block: 5.1875rem 0;
	}
}

/* ======================================================

	about

====================================================== */
.about {
	padding-block: 7rem 14.9375rem;
}

.about .container1200 {
	max-width: calc(1660px + 3.75rem);
}

.about__column {
	display: grid;
	gap: 5.8125rem;
	grid-template-columns: 55.7% auto;
	margin-top: 2.8rem;
}

.about__title {
	font-size: 1.875rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.7;
}

.about__text {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.9;
	margin-top: 1.43rem;
}

.about__textarea {
	position: relative;
	top: -1rem;
}

.about__textarea .linkMore {
	margin-top: 3.3125rem;
}

.about__gallery {
	margin-top: 16rem;
}

.about__galleryTop {
	display: flex;
	gap: 5.3125rem;
	justify-content: center;
}

.about__galleryTop div {
	height: fit-content;
}

.about__galleryTop div:nth-child(1) {
	max-width: 32.8125rem;
	position: relative;
	width: 100%;
}

.about__galleryTop div:nth-child(1)::after {
	background: #fbffca;
	border-radius: 1.4375rem;
	content: "";
	height: 15.25rem;
	left: -12rem;
	position: absolute;
	top: 2.6875rem;
	width: 25.5625rem;
	z-index: -1;
}

.about__galleryTop div:nth-child(2) {
	margin-top: 2.56rem;
	max-width: 27.93rem;
	position: relative;
	width: 100%;
}

.about__galleryTop div:nth-child(2)::after {
	background: #fbffca;
	border-radius: 1.4375rem;
	bottom: -3.1rem;
	content: "";
	height: 15rem;
	position: absolute;
	right: -5rem;
	width: 25.0625rem;
	z-index: -1;
}

.about__galleryBottom {
	display: flex;
	justify-content: center;
	margin-inline: auto;
	margin-top: 2.375rem;
	max-width: 91.25rem;
}

.about__galleryBottom div {
	height: fit-content;
}

.about__galleryBottom div:nth-child(1) {
	margin-right: 3.69rem;
	margin-top: 2.25rem;
	position: relative;
}

.about__galleryBottom div:nth-child(1)::after {
	background: #fbffca;
	bottom: -2.1875rem;
	content: "";
	height: 13.5rem;
	position: absolute;
	right: -8.375rem;
	width: 22.625rem;
	z-index: -1;
}

.about__galleryBottom div:nth-child(3) {
	margin-left: 2.375rem;
	margin-top: 1.75rem;
	position: relative;
}

.about__galleryBottom div:nth-child(3)::after {
	background: #fbffca;
	bottom: -3.4375rem;
	content: "";
	height: 10.75rem;
	position: absolute;
	right: -3.375rem;
	width: 17.875rem;
	z-index: -1;
}

@media screen and (max-width:1440px) {
	.about {
		padding-block: 5.875rem 5.5rem;
	}

	.about .container1200 {
		max-width: calc(1200px + 3.75rem);
	}

	.about__gallery {
		margin-top: 5.625rem;
	}


	.about__column {
		gap: 3.25rem;
		grid-template-columns: 51.5% auto;
	}

	.about__textarea .linkMore {
		margin-top: 3rem;
	}
}

@media screen and (max-width:1023px) {
	.about {
		padding-block: 3.875rem 11.18rem;
	}

	.about__column {
		gap: 2.1875rem;
		grid-template-columns: 49.7% auto;
	}

	.about__title {
		font-size: 1.5625rem;
		letter-spacing: 0.05em;
		margin-top: 1rem;
	}

	.about__text {
		margin-top: 0.25rem;
	}

	.about__textarea .linkMore {
		margin-top: 1.5rem;
	}

	.about__gallery {
		margin-top: 12.0625rem;
	}

	.about__galleryTop {
		gap: 3.81rem;
		margin-inline: auto;
	}

	.about__galleryTop div:nth-child(1) {
		max-width: 23rem;
	}

	.about__galleryTop div:nth-child(1)::after {
		height: 10.6875rem;
		left: -9.5rem;
		top: 2.3125rem;
		width: 17.875rem;
	}

	.about__galleryTop div:nth-child(2) {
		margin-top: 1.75rem;
		max-width: 19.5rem;
	}

	.about__galleryTop div:nth-child(2)::after {
		bottom: -2.625rem;
		height: 10.5rem;
		width: 17.56rem;
	}

	.about__galleryBottom div:nth-child(1)::after {
		bottom: -2rem;
		height: 9.43rem;
		right: -5.93rem;
		width: 15.875rem;
	}

	.about__galleryBottom div:nth-child(3)::after {
		content: none;
	}
}

@media screen and (max-width: 743px) {
	.about {
		padding-block: 4.875rem 4.5rem;
	}

	.about .page__hgroup {
		text-align: center;
	}

	.about__column {
		gap: 1.8125rem;
		grid-template-columns: 1fr;
		margin-top: 1rem;
	}

	.about__img {
		margin-right: 2.25rem;
	}

	.about__title {
		font-size: 1.25rem;
		letter-spacing: 0.0625em;
		line-height: 1.4;
		text-align: center;
	}

	.about__textarea {
		padding-inline: 1.875rem;
	}

	.about__text {
		font-size: 1rem;
		line-height: 1.875;
		margin-top: 0;
	}

	.about__textarea .linkMore {
		margin-inline: auto;
		margin-top: 1.875rem;
	}

	.about__gallery {
		margin-top: 3.5rem;
	}

	.about__galleryTop {
		display: grid;
		gap: 0.7rem;
		grid-template-columns: 55% auto;
		transform: translateX(5%);
		width: 95%;
		;
	}

	.about__galleryTop div:nth-child(1)::after {
		height: 5.4375rem;
		left: -5rem;
		width: 9.1875rem;
	}

	.about__galleryTop div:nth-child(2)::after {
		height: 5.4375rem;
		left: -3rem;
		width: 9.1875rem;
	}

	.about__galleryBottom {
		align-items: center;
		left: 50%;
		margin-top: 1.3rem;
		max-width: none;
		position: relative;
		transform: translateX(-46%);
		width: 140%;
	}

	.about__galleryBottom div:nth-child(1) {
		margin-right: 0.6125rem;
		margin-top: 0;
	}

	.about__galleryBottom div:nth-child(3) {
		margin-left: 0.625rem;
		margin-top: 0;
	}

	.about__galleryBottom div:nth-child(1)::after {
		bottom: -1.875rem;
		height: 4.9375rem;
		right: -3.75rem;
		width: 8.375rem;
	}
}

/* ======================================================

	work

====================================================== */
.work {
	background: var(--colorGray100);
	border-radius: 3.75rem;
	padding-block: 6rem 6.6rem;
}

.work__text {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.9;
	margin-top: 2.2rem;
	text-align: center;
}

.work__column {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
	justify-content: center;
	margin-top: 3.31rem;
}

.work__item {
	background: var(--colorWhite);
	border-radius: 1.25rem;
	max-width: calc((100% - 2.5rem) / 3);
	padding: 2.125rem 2.75rem 2.75rem;
	width: 100%;
}

.work__item:nth-last-child(1) {
	padding-bottom: 1.5rem;
}

.work__itemTitle {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.56;
	text-align: center;
}

.work__itemImg {
	margin-inline: auto;
	margin-top: 1rem;
	max-width: 11rem;
}

.work__itemText {
	font-size: 1rem;
	letter-spacing: 0.0625em;
	line-height: 1.75;
	margin-top: 1.125rem;
}

.work .linkMore {
	margin-top: 5rem;
}

@media screen and (max-width:1023px) {
	.work {
		padding-block: 5.75rem 5.4375rem;
	}

	.work .container1200 {
		max-width: calc(783px+ 3.75rem);
	}

	.work__column {
		padding-inline: 0;
	}

	.work__item {
		max-width: calc((100% - 1.5rem) / 2);
		padding-bottom: 2.5rem;
	}

	.work__item:nth-last-child(1) {
		padding-bottom: 2.5rem;
	}

	.work__itemText {
		margin-top: 1.5rem;
	}

	.work .linkMore {
		margin-top: 4.0625rem;
	}
}

@media screen and (max-width:743px) {
	.work {
		border-radius: 0;
		padding-block: 3rem;
	}

	.work__column {
		display: grid;
		grid-template-columns: 1fr;
		margin-top: 1.5rem;
		padding-inline: 0;
	}

	.work__item {
		border-radius: 1.125rem;
		margin-inline: auto;
		max-width: 25rem;
		padding: 0.875rem 1.3125rem 1.625rem;
	}

	.work__item:nth-last-child(1) {
		padding-bottom: 1.625rem;
	}

	.work__itemText {
		line-height: 1.625;
		margin-top: 1rem;
	}

	.work__text {
		font-size: 1rem;
		letter-spacing: 0;
		line-height: 1.875;
		margin-top: 1rem;
		padding-inline: 1rem;
		text-align: start;
	}

	.work__itemImg {
		margin-top: 0.375rem;
		max-width: 6.875rem;
	}

	.work .linkMore {
		margin-top: 1.875rem;
	}
}

/* ======================================================

	spotlight

====================================================== */
.spotlight {
	margin-top: 14rem;
	padding-bottom: 11.75rem;
}

.spotlight__head {
	align-items: center;
	display: grid;
	gap: 1.68rem;
	grid-template-columns: 20.938rem auto;
}

.spotlight__swiper {
	margin-top: 4.6875rem;
	position: relative;
}

.spotlight__swiperImg {
	position: relative;
}

.spotlight__swiper .swiper-slide {
	color: var(--colorBlack);
}

.swiper-wrapper {
	transition-timing-function: linear !important;
}

.spotlight__swiperCaption.bg-yellowGreen {
	background: var(--colorYellowGreen);
}

.spotlight__swiperCaption.bg-lightBlue {
	background: var(--colorLightBlue);
}

.spotlight__swiperCaption.bg-darkPink {
	background: var(--colorDarkPink);
}

.spotlight__swiperCaption.bg-orange {
	background: var(--colorOrange);
}

.spotlight__swiperCaption.bg-yellow {
	background: var(--colorYellow);
}

.spotlight__swiperCaption {
	align-items: center;
	border-radius: 0.5rem 0 0 0;
	color: var(--colorWhite);
	display: flex;
	font-size: 1rem;
	height: 1.875rem;
	justify-content: center;
	left: 0;
	padding-inline: 0.75rem;
	position: absolute;
	top: 0;
}

.spotlight__swiperImg img {
	border-radius: 1rem;
}

.spotlight__swiperTextarea {
	padding: 1.208125rem 0.3125rem 0;
}

.spotlight__swiperTitle {
	font-size: 1.375rem;
	font-weight: 500;
	letter-spacing: 0.0625em;
	line-height: 1.545;
}

.spotlight__swiperText {
	font-size: 1rem;
	margin-top: 0.6rem;
}

.spotlight__swiperYear {
	padding-left: 1.5rem;
}

.swiper-button-prev, .swiper-button-next {
	height: 3rem;
	position: absolute;
	top: 9.5rem;
	width: 3rem;
}

.swiper-button-prev:after, .swiper-button-next:after {
	content: "";
}

.swiper-button-prev {
	background-image: url(../../images/top/icon-swiper-prev.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	left: 7rem;
}

.swiper-button-prev:hover {
	background-image: url(../../images/top/icon-swiper-prev_active.svg);
}

.swiper-button-next {
	background-image: url(../../images/top/icon-swiper-next.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	right: 7rem;
}

.swiper-button-next:hover {
	background-image: url(../../images/top/icon-swiper-next_active.svg);
}

.spotlight .linkMore {
	margin-top: 4rem;
}

@media screen and (max-width:1440px) {
	.spotlight .container1200 {
		max-width: calc(1040px + 3.75rem);
	}

	.spotlight {
		margin-top: 5.1875rem;
		padding-bottom: 8.75rem;
	}

	.spotlight__head {
		gap: 10.68rem;
	}

	.spotlight .pageHead__text {
		line-height: 1.89;
	}

	.spotlight .linkMore {
		margin-top: 2rem;
	}

	.swiper-button-prev {
		left: 5rem;
	}

	.swiper-button-next {
		right: 5rem;
	}
}

@media screen and (max-width:1023px) {
	.spotlight {
		margin-top: 9.375rem;
	}

	.spotlight__head {
		gap: 1rem;
		grid-template-columns: 16.9375rem auto;
	}
}

@media screen and (max-width: 743px) {
	.spotlight {
		margin-top: 7.25rem;
	}

	.spotlight__head {
		gap: 1.25rem;
		grid-template-columns: 1fr;
	}

	.spotlight__head .page__hgroup {
		text-align: center;
	}

	.spotlight__swiper {
		margin-top: 2.8125rem;
	}

	.spotlight__swiperTextarea {
		padding: 1.29rem 0 0;
	}

	.spotlight__swiperTitle {
		font-size: 1.125rem;
		letter-spacing: -0.013em;
		line-height: 1.67;
	}

	.spotlight__swiperText {
		font-size: 0.875rem;
	}

	.swiper-button-prev, .swiper-button-next {
		top: 7rem;
	}

	.swiper-button-prev {
		left: 3rem;
	}

	.swiper-button-next {
		right: 3rem;
	}
}

/* ======================================================

	environment

======================================================	*/
.environment__head {
	align-items: center;
	display: grid;
	gap: 3.5rem;
	grid-template-columns: 14.5% auto;
}

.environment .linkMore {
	margin-top: 0.0625rem;
}


.environment {
	padding-bottom: 11.125rem;
}

.environment__column {
	display: grid;
	gap: 7.81rem;
	grid-template-columns: 1fr 1fr;
	margin-block: 2.75rem 4.25rem;
}

.environmentItem {
	padding-top: 3rem;
	position: relative;
}

.environmentItem:nth-last-child(1) .environmentItem__inner {
	gap: 1rem;
}

.environmentItem__inner {
	align-items: center;
	display: flex;
	gap: 2rem;
	margin-inline: auto;
	max-width: 29rem;
}

.environmentItem::before {
	background: linear-gradient(to left, var(--colorLightGreen), var(--colorBlue));
	border-radius: 0.44rem;
	content: "";
	display: block;
	height: 0.56rem;
	position: absolute;
	top: 0;
	width: 100%;
}

.environmentItem__img img {
	scale: 1;
}

.environmentItem:nth-child(2) .environmentItem__img img {
	left: -0.5rem;
	position: relative;
} 

.environmentItem__title {
	font-size: 1.5625rem;
	font-weight: 500;
	letter-spacing: 0.16em;
	text-align: center;
}

.environmentItem__num {
	align-items: baseline;
	color: var(--colorMain);
	display: flex;
	font-family: var(--fontPoppins);
	font-size: 7.43rem;
	font-weight: 600;
	justify-content: center;
	letter-spacing: -0.016em;
	margin-top: 1rem;
}

.environmentItem__num .small {
	font-size: 4.31rem;
	letter-spacing: 0.029em;
}

.environmentItem__text {
	align-self: anchor-center;
	font-size: 2.4375rem;
	font-weight: 600;
	letter-spacing: 0.0625em;
	margin-right: 0.5rem;
}

.environmentItem__value {
	color: var(--colorBlack);
	font-family: var(--fontZenkakuGothicNew);
	font-size: 2.125rem;
	font-weight: 500;
}

.environmentItem__listWrap {
	align-items: flex-end;
	display: flex;
	gap: 0.5rem;
}

.environmentItem__list {
	display: grid;
	line-height: 1.3;
	margin-top: 1rem;
	padding-left: 2rem;
}

.environmentItem__listText {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.5;
}

.environmentItem__list li {
	color: var(--colorMain);
	font-size: 1.5rem;
	font-weight: 500;
	list-style: disc;
}

.environmentItem__list li .is-black {
	color: var(--colorBlack);
	font-size: 1.25rem;
}

.environment__head .for-tab {
	display: none;
}

@media screen and (max-width:1440px) {
	.environment {
		padding-bottom: 6.125rem;
	}

	.environment .container1660 {
		max-width: calc(1200px + 3.75rem);
	}

	.environment .pageHead__text .for-pc {
		display: none;
	}

	.environment__head {
		gap: 4.5rem;
		grid-template-columns: 18.5% auto;
	}

	.environment__head .pageHead__text {
		line-height: 1.89;
	}

	.environment__head .for-pc {
		display: none;
	}

	.environment__head .for-tab {
		display: none;
	}

	.environment__column {
		gap: 6.8rem 4rem;
	}

	.environmentItem {
		padding-top: 4rem;
	}

	.environmentItem__img img {
		scale: 1;
	}
}

@media screen and (max-width:1023px) {
	.environment {
		padding-bottom: 12rem;
	}

	.environment__head {
		gap: 2.3125rem;
		grid-template-columns: 25.5% auto;
	}

	.environment__head .pageHead__text {
		padding-right: 3rem;
	}


	.environment__head .for-tab {
		display: block;
	}

	.environment__column {
		margin-bottom: 3.25rem;
		row-gap: 5.3rem;
	}

	.environmentItem {
		gap: 1rem;
		padding-top: 3rem;
	}

	.environmentItem__num {
		font-size: 6.8125rem;
	}

	.environmentItem__num .small {
		font-size: 2.3rem;
	}

	.environmentItem__text {
		font-size: 1.875rem;
	}

	.environmentItem__img {
		max-width: 6rem;
	}
}

@media screen and (max-width:1000px) {
	.environment__column {
		gap: 2rem;
	}

	.environmentItem__num {
		font-size: 3.5rem;
	}

	.environmentItem__title {
		font-size: 1.3rem;
	}

	.environmentItem__text {
		font-size: 1.5rem;
	}

	.environmentItem__img {
		max-width: 5rem;
	}

	.environmentItem__list li {
		font-size: 1.3rem;
	}
}

@media screen and (max-width: 743px) {
	.environment {
		padding-bottom: 6.75rem;
	}

	.environment__head {
		gap: 1.875rem;
		grid-template-columns: 1fr;
	}

	.environment__head .page__hgroup {
		text-align: center;
	}

	.environment__head .pageHead__text {
		padding-right: 0;
	}

	.environment__head .pageHead__text .for-tab {
		display: none;
	}

	.environment__column {
		grid-template-columns: 1fr;
		margin-bottom: 2rem;
	}

	.environmentItem {
		padding-top: 4rem;
		position: relative;
	}

	.environmentItem__inner {
		gap: 2rem;
		justify-content: flex-start;
		margin-inline: auto;
		max-width: 17.5rem;
		;
	}

	.environmentItem:nth-child(3) .environmentItem__inner {
		gap: 0.5rem;
	}

	.environmentItem__title {
		left: 50%;
		position: absolute;
		top: 1.5rem;
		transform: translateX(-50%);
		white-space: nowrap;
	}

	.environmentItem__listText {
		font-size: 1rem;
	}

	.environmentItem:nth-last-child(1) .environmentItem__img img {
		scale: 0.8;
	}

	.environmentItem__img {
		max-width: 4.375rem;
	}

	.environmentItem:nth-child(2) .environmentItem__img img {
		left: 0;
	}

	.environmentItem__num {
		font-size: 4.375rem;
	}

	.environmentItem__num .small {
		font-size: 3.125rem;
	}

	.environmentItem__value {
		font-size: 1.25rem;
	}

	.environmentItem__text {
		font-size: 1.25rem;
		letter-spacing: 0.0625em;
	}

	.environmentItem__list {
		margin-top: 0;
	}

	.environmentItem:nth-last-child(1) {
		gap: 2rem;
		margin-top: 1rem;
		padding-top: 3rem;
	}

	.environmentItem:nth-last-child(1) .environmentItem__img {
		position: relative;
	}

	.environmentItem:nth-last-child(1) .environmentItem__num {
		font-size: 5rem;
		left: 0;
		position: relative;
	}
}

/* ======================================================

	event

====================================================== */
.event {
	background-image: url(../../images/top/img-top-event_bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-block: 6rem 5.6rem;
}

.event__text {
	font-size: 1.125rem;
	letter-spacing: 0.01em;
	line-height: 2.125;
	margin-top: 2.31rem;
	text-align: center;
}

.event .linkMore {
	margin-top: 2.56rem;
}

.event .page__hgroup h2 {
	margin-top: 1rem;
}

@media screen and (max-width: 1023px) {
	.event .page__hgroup h2 {
		font-size: 2.375rem;
		letter-spacing: 0.008em;
	}

	.event__text {
		line-height: 1.89;
		margin-top: 2.1rem;
	}
}

@media screen and (max-width: 743px) {
	.event {
		padding-block: 1.6875rem 2.8125rem;
	}

	.event .page__hgroup h2 {
		font-size: 1.875rem;
	}

	.event__text {
		font-size: 1rem;
		margin-top: 1rem;
		text-align: start;
	}

	.event .linkMore {
		margin-top: 2.5625rem;
	}
}
