/* Common */
/* Media */
/* Content */
/* Blocks */
.main__inner.lg {
	height: 162.77778vw;
}

.main__title {
	font-size: 9.44444vw;
	font-weight: 600;
	line-height: 110%;
}

.category ol {
	list-style-type: none;
	padding: 0;
}

.category li {
	font-size: 5vw;
	font-weight: 400;
	line-height: 130%;
	color: #FF0A47;
	counter-increment: count-me;
	padding-left: 8.33333vw;
	position: relative;
}

.category li::before {
	content: counter(count-me) ". ";
	display: block;
	position: absolute;
	max-width: 0px;
	max-height: 0px;
	left: 0;
	top: .05em;
	color: #0D1140;
}

.category li a.current {
	font-weight: 600;
}

.category li a.disabled {
	pointer-events: none;
}

.category li + li {
	margin-top: 4.44444vw;
}

.info__inner {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 8.33333vw;
}

.info__title {
	font-size: 7.22222vw;
}

.info__table {
	font-size: 3.22222vw;
	font-weight: 400;
	line-height: 130%;
	display: block;
	max-width: -webkit-fit-content;
	max-width: fit-content;
	overflow-x: auto;
	width: 0;
	min-width: 100%;
}

.info__table thead tr {
	background: #F7F9FD;
}

.info__table tbody tr:nth-child(even) {
	background: #F7F9FD;
}

.info__table td {
	border: 1px solid #D3D8E3;
	padding: 4.44444vw;
	vertical-align: top;
}

.info__table td p + p {
	margin-top: 1.38889vw;
}

.info__table-link {
	color: #FF0A47;
}

.info__table-link.disabled {
	pointer-events: none;
}

.info__text {
	margin-top: 6.66667vw;
}

.info__text-box {
	font-size: 3.88889vw;
	font-weight: 400;
	line-height: 130%;
}

.info__text-box p.red {
	color: #FF0A47;
}

.info__text-box a + a,
.info__text-box p + p {
	margin-top: 1.38889vw;
}

.info__text-box a {
	display: block;
}

.info__text-box a:hover {
	color: #FF0A47;
	text-decoration: underline;
}

.info__content {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 6.66667vw;
}

.info__link {
	padding: 2.22222vw 4.44444vw;
	border: 1px solid #D3D8E3;
	border-radius: 2.22222vw;
	display: flex;
	flex-direction: column;
	gap: 1.38889vw;
}

.info__link-name {
	font-weight: 600;
}

.info__link-format {
	color: #A8B2C7;
}

.info__link.red {
	color: #fff;
	background: #FF0A47;
	border-color: #FF0A47;
}

.info__link.red span {
	color: #fff;
}

.structure__inner {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 8.33333vw;
}

.structure__title {
	font-size: 7.22222vw;
}

.structure__items-box {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 4.44444vw;
}

.structure__item {
	padding: 6.66667vw 4.44444vw;
	background: #F7F9FD;
	border: 1px solid #D3D8E3;
	position: relative;
}

.structure__item_1 {
	margin-bottom: 8.88889vw;
}

.structure__item_1::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 9.16667vw;
	background: #D3D8E3;
	left: 50%;
	bottom: -9.16667vw;
}

.structure__item-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.structure__item-top i {
	width: 3.33333vw;
	height: 3.33333vw;
	flex: 0 0 auto;
	font-size: 3.33333vw;
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.structure__item-top i.hidden {
	display: none;
}

.structure__item-top.open {
	-webkit-transform: rotate(0);
	        transform: rotate(0);
}

.structure__item-name {
	font-size: 5vw;
	font-weight: 600;
	line-height: 135%;
}

.structure__item-blocks {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 2.22222vw;
	margin-top: 6.66667vw;
	display: none;
}

.structure__item-blocks.open {
	display: grid;
}

.structure__item-block {
	background: #fff;
	padding: 4.44444vw;
	font-size: 3.88889vw;
	font-weight: 400;
	line-height: 135%;
}

.aboutEmployees__inner {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 8.33333vw;
}

.aboutEmployees__title {
	font-size: 7.22222vw;
}

.aboutEmployees__items {
	display: flex;
	flex-direction: column;
	gap: 4.44444vw;
}

.aboutEmployees__link {
	font-size: 5vw;
	color: #FF0A47;
	line-height: 130%;
}

.aboutEmployees__link:hover {
	font-weight: 600;
	color: #FF0A47;
}

.aboutProcess__inner {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 8.33333vw;
}

.aboutProcess__box {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 6.66667vw;
}

.aboutProcess__link {
	padding: 2.22222vw 4.44444vw;
	border: 1px solid #D3D8E3;
	border-radius: 2.22222vw;
	display: flex;
	flex-direction: column;
	gap: 1.38889vw;
}

.aboutProcess__link-name {
	font-weight: 600;
}

.aboutProcess__link-format {
	color: #A8B2C7;
}

.aboutProcess__link.red {
	color: #fff;
	background: #FF0A47;
	border-color: #FF0A47;
}

.aboutProcess__link.red span {
	color: #fff;
}

.aboutProcess__video {
	margin-bottom: 3.33333vw;
}

.aboutProcess__video-icon {
	width: 12.22222vw;
	height: 12.22222vw;
	flex: 0 0 auto;
	font-size: 12.22222vw;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.aboutProcess__video a {
	position: relative;
}

.aboutProcess__video img {
	height: 55.55556vw;
	border-radius: 2.22222vw;
}

.aboutProcess__items {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 3.33333vw;
}

.aboutProcess__item {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 3.33333vw;
}

.aboutProcess__item h3 {
	font-weight: 600;
	font-size: 6.11111vw;
	line-height: 120%;
}

.aboutProcess__item-box {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 3.33333vw;
}

.aboutProcess__item:last-child .aboutProcess__link {
	order: 2;
}

.aboutProcess__sublinks {
	display: flex;
	flex-direction: column;
	gap: 2.77778vw;
}

.aboutProcess__sublink p {
	font-weight: 600;
	font-size: 3.88889vw;
	line-height: 120%;
	margin-bottom: 2.22222vw;
}

.aboutProcess__sublink img {
	height: 12.5vw;
}
