.nav-list {
	margin-top: 114px;
}

.nav-list__links {
	display: flex;
	gap: 2.4798512089%;
}

.nav-list__link {
	align-items: center;
	aspect-ratio: 507.51/235.6;
	display: flex;
	justify-content: center;
	overflow: hidden;
	padding-top: 10px;
	position: relative;
	width: 31.680099194%;
	z-index: 1;
}

.nav-list__link:hover .nav-list__bg img {
	transform: scale(1.1);
}

.nav-list__body {
	align-items: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: center;
	letter-spacing: 0.2em;
	line-height: 1;
}

.nav-list__en {
	font-size: 25px;
	font-weight: 700;
}

.nav-list__title {
	font-size: 18px;
}

.nav-list__logo {
	width: 192px;
}

.nav-list__bg {
	height: 100%;
	position: absolute;
	width: 100%;
	-o-object-fit: cover;
	inset: 0;
	object-fit: cover;
	z-index: -1;
}

.nav-list__bg img {
	height: 100%;
	transition: 0.3s ease;
	width: 100%;
}

.company {
	padding-block: 60px;
}

.company-table {
	margin-inline: auto;
	margin-top: 120px;
	max-width: 1169px;
	width: 100%;
}

.company-table__row {
	display: flex;
	gap: 55px;
	padding: 16px 0;
}

.company-table__row:nth-child(odd) {
	background-color: #ededed;
}

.company-table__term {
	flex-shrink: 0;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
	min-width: 290px;
	padding: 0 85px;
}

.company-table__desc {
	align-items: center;
	display: flex;
	flex: 1;
	flex-wrap: wrap;
	font-size: 18px;
	font-weight: 500;
	gap: 0 40px;
	line-height: 173%;
}

.company-table__desc p {
	margin: 0;
	width: 100%;
}

.company-table__desc-main {
	white-space: nowrap;
}

.message {
	padding-block: 90px;
}

.message__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-top: 150px;
}

.message__body {
	display: flex;
	flex-direction: column;
	gap: 38px;
	max-width: 757px;
	width: 100%;
}

.message__text {
	font-feature-settings: "palt" 1;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 173%;
}

.message__names {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 91px;
}

.message__name {
	font-size: 14px;
	font-weight: 500;
}

.message__name span {
	display: inline-block;
	font-size: 20px;
	letter-spacing: 0.2em;
	padding-left: 10px;
}

.message__sign {
	width: 217px;
}

.message__bottom {
	display: flex;
	justify-content: end;
	margin-top: -115px;
	padding-right: 54px;
	position: relative;
	width: 120%;
}

.message__img {
	left: -120px;
	position: absolute;
	top: 74%;
	transform: translateY(-50%);
	width: 450px;
}

.message__message-text {
	transform: rotate(-11deg);
	width: 300px;
}

.goals {
	padding-block: 162px 191px;
}

.goals__items {
	align-items: start;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 173px;
}

.goals__item {
	align-items: center;
	display: flex;
	flex-direction: column;
	min-width: 300px;
	position: relative;
	text-align: center;
	width: 33.3333333333%;
	padding-left: 10px;
	padding-right: 10px;
}

.goals__item:nth-child(2) {
	justify-content: center;
}

.goals__item + .goals__item::after {
	background-color: #9e9e9e;
	content: "";
	height: 350px;
	left: 0;
	position: absolute;
	top: 12px;
	width: 1px;
}

.goals__num {
	font-family: futura-pt, sans-serif;
	font-size: 74px;
	font-weight: 500;
	line-height: 1;
}

.goals__head {
	align-items: center;
	display: inline-flex;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 160%;
	min-height: 2em;
}

.goals__img {
	margin-top: 18px;
}

.goals__img.--01 {
	width: 280px;
}

.goals__img.--02 {
	width: 201px;
}

.goals__img.--03 {
	margin-top: 49px;
	width: 226px;
}

.goals__lists {
	margin-top: 18px;
}

.goals__list {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 160%;
}

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

.message__bottom {
	flex-direction: column-reverse;
	gap: 10px;
	margin-top: 11px;
}

.message__img {
	position: static;
	transform: translateY(0);
}

.message__message-text {
	margin-left: auto;
}

}

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

.goals__item {
	justify-content: start;
	min-width: 0;
	width: 50%;
}

.goals__item:first-of-type {
	border-right: 1px solid #9e9e9e;
}

.goals__item + .goals__item::after {
	display: none;
}

}

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

.nav-list__body {
	zoom: 0.8;
}

.company-table__row {
	gap: 0;
}

.company-table__term {
	min-width: 245px;
	padding: 0 54px;
}

.message__img {
	width: 400px;
}

.message__message-text {
	width: 300px;
}

.goals__item {
	zoom: 0.8;
}

}
@media screen and (max-width: 990px) {
	
.message__text {
    font-size: 16px;
	}
	
}

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

.nav-list {
	margin-top: 20px;
}

.nav-list__links {
	gap: 9px;
}

.nav-list__link {
	padding-top: 0;
	width: calc((100% - 18px) / 3);
}

.nav-list__body {
	gap: 4px;
	letter-spacing: 0.1em;
	zoom: 1;
}

.nav-list__en {
	font-size: 9px;
}

.nav-list__title {
	font-size: 6px;
}

.nav-list__logo {
	width: 65.11px;
}

.company {
	padding-block: 49px;
}

.company-table {
	margin-top: 25px;
	padding-inline: 20px;
}

.company-table__row {
	gap: 14px;
	padding: 8px 0;
}

.company-table__term {
	font-size: 9px;
	min-width: 5em;
	padding: 0 0 0 18px;
	width: calc(5em + 18px);
}

.company-table__desc {
	font-size: 9px;
}

.message {
	padding-block: 20px;
}

.message__content {
	margin-top: 32px;
}

.message__body {
	gap: 14px;
	padding-inline: 26px;
	width: -moz-fit-content;
	width: fit-content;
}

.message__text {
	font-size: 8px;
	width: -moz-fit-content;
	width: fit-content;
}

.message__names {
	gap: 4px;
	margin-top: 21px;
}

.message__name {
	font-size: 8px;
}

.message__name span {
	font-size: 10px;
	letter-spacing: 0.1em;
	padding-left: 5px;
}

.message__sign {
	width: 113px;
}

.message__bottom {
	gap: 3px;
	margin-top: -5px;
	padding-right: 15px;
}

.message__img {
	width: 202.67px;
}

.message__message-text {
	width: 140.172px;
}

.goals {
	padding-block: 30px 20px;
}

.goals__items {
	margin-top: 35px;
	padding-inline: 20px;
}

.goals__item {
	zoom: 1;
}

.goals__item:nth-child(2) .goals__head {
	padding-bottom: 8px;
}

.goals__num {
	font-size: 19px;
}

.goals__head {
	font-size: 8px;
	line-height: 1.375;
	margin-top: 9px;
	min-height: 22px;
}

.goals__img {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 0;
	min-height: 94px;
}

.goals__img.--01 {
	padding-top: 15px;
	width: 95px;
}

.goals__img.--02 {
	width: 95px;
}

.goals__img.--03 {
	margin-top: 39px;
	width: 98px;
}

.goals__lists {
	margin-top: 13px;
}

.goals__list {
	font-size: 7px;
	line-height: 1.375;
}

}

