/* Common */
/* Blocks */
.main {
	padding: 98px 0 40px 0;
}

.main__box {
	display: flex;
	min-height: 574px;
	padding: 0;
	border-radius: 20px;
	background: #040404 url(../img/@cooperation/main/bg_desk.jpg) no-repeat 100% 100%/100% auto;
	margin: 0 -96px 24px -96px;
}

.main__content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 50px 0 48px 96px;
}

.main__block {
	gap: 20px;
}

.main__title {
	font-variation-settings: "wght" 650, "wdth" 270;
	font-size: 110px;
	letter-spacing: -0.03em;
	margin-bottom: 15px;
}

.main__subtitle {
	font-variation-settings: "wght" 650, "wdth" 260;
	font-size: 34px;
	letter-spacing: inherit;
}

.main__extratitle {
	font-size: 86px;
	margin-bottom: 40px;
}

.main__extratitle BR {
	display: none;
}

.main .button {
	width: 400px;
	height: 70px;
	font-size: 24px;
	margin: 0;
}

.about {
	padding: 40px 0 100px 0;
}

.about__box {
	flex-direction: row;
	justify-content: space-between;
	gap: 300px;
}

.about__title {
	flex: 1 0;
	font-size: 86px;
}

.about__title BR {
	display: none;
}

.about__text {
	flex: 1 0;
	font-size: 28px;
}

.founder {
	padding: 40px 0;
	border-radius: 20px;
	background: #040404 url(../img/@cooperation/founder/bg_desk.jpg) no-repeat 50% 100%/auto 100%;
}

.founder__box {
	flex-direction: row;
	justify-content: space-between;
	gap: 24px;
}

.founder__top {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	flex: 0 0 730px;
	gap: 170px;
}

.founder__title {
	font-size: 98px;
}

.founder__person {
	flex: 0 0 422px;
	gap: 50px;
	padding-bottom: 35px;
}

.founder__person-title {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 34px;
	padding: 0 18px;
	border-radius: 200px;
	background: #323234;
	font-size: 16px;
	line-height: 90%;
	letter-spacing: -0.03em;
	color: rgba(255, 255, 255, 0.5);
}

.founder__person-info {
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.founder__person-name {
	font-size: 58px;
}

.founder__person-name BR {
	display: block;
}

.founder__person-cite {
	font-size: 24px;
	line-height: 110%;
	margin: 0;
}

.founder .button {
	width: 400px;
	height: 70px;
	font-size: 24px;
}

.founder .button.mob {
	display: none;
}

.founder .button.desk {
	display: flex;
}

.franchise {
	padding: 100px 0 50px 0;
}

.franchise__box {
	flex-direction: row;
	border-radius: 0;
	background: none;
	margin: 0;
}

.franchise__title {
	max-width: 350px;
	font-size: 100px;
	letter-spacing: -0.03em;
	margin-bottom: 70px;
}

.franchise__item {
	border-radius: 12px;
}

.franchise__item:after {
	top: 24px;
	left: 24px;
	right: auto;
	width: 34px;
	height: 34px;
}

.franchise__item_1 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 0 0 560px;
	padding: 30px 30px 0 30px;
	background: #f1f1f7;
}

.franchise__item_2 {
	flex-direction: column;
	flex: 0 0 316px;
	overflow: hidden;
	margin-bottom: 0;
}

.franchise__item_2 > DIV {
	flex: none;
	height: 278px;
	border-radius: 0;
}

.franchise__item_2 IMG {
	width: 180%;
	height: 140%;
	margin: -100px 0;
}

.franchise__item_3 {
	flex: 0 0 366px;
	padding: 200px 0 24px 24px;
}

.franchise__item_4 {
	flex-direction: column;
	align-items: inherit;
	flex: 0 0 218px;
	gap: 0;
	padding: 200px 0 24px 15px;
	background: #f1f1f7;
}

.franchise__item_4:after {
	display: block;
	background-image: url(../img/@cooperation/franchise/icon_star_dark.svg);
}

.franchise__item_5 {
	flex-direction: column;
	justify-content: inherit;
	align-items: inherit;
	flex: 0 0 268px;
	padding: 22px 15px 24px 24px;
}

.franchise__item-text {
	padding-left: 130px;
	font-family: "HeadingNowVar", "Arial", sans-serif;
	font-variation-settings: "wght" 650, "wdth" 260;
	font-size: 36px;
	line-height: 80%;
	letter-spacing: normal;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.franchise__item-buttonbox {
	position: relative;
	display: inline-flex;
	gap: 2px;
	padding: 5px 5px 0 5px;
	border-radius: 24px 24px 0 0;
	background: #fff;
	margin-left: 125px;
}

.franchise__item-buttonbox:before, .franchise__item-buttonbox:after {
	position: absolute;
	content: '';
	width: 12px;
	height: 12px;
	background: url(../img/@cooperation/franchise/corner.png) no-repeat 0 0/100% 100%;
}

.franchise__item-buttonbox:before {
	bottom: 0;
	right: 100%;
}

.franchise__item-buttonbox:after {
	bottom: 0;
	left: 100%;
	-webkit-transform: scaleX(-1);
	        transform: scaleX(-1);
}

.franchise__item-buttonbox .button {
	padding: 0 25px;
}

.franchise__item-subtitle {
	font-variation-settings: "wght" 650, "wdth" 260;
	font-size: 40px;
	line-height: 80%;
}

.franchise__item-subtitle SPAN {
	font-variation-settings: "wght" 650, "wdth" 260;
	font-size: 230px;
	letter-spacing: -0.03em;
}

.franchise__item-title {
	font-variation-settings: "wght" 650, "wdth" 260;
	font-size: 36px;
	line-height: 80%;
	letter-spacing: normal;
}

.franchise__item-title SPAN {
	display: block;
}

.franchise__item-logo {
	order: -1;
	text-align: right;
	margin-bottom: 100px;
}

.franchise__item_3 .franchise__item-subtitle {
	margin-bottom: 35px;
}

.franchise__item_4 .franchise__item-subtitle {
	font-family: "HeadingNowVar", "Arial", sans-serif;
	font-variation-settings: "wght" 650, "wdth" 280;
	color: #040404;
	margin-bottom: 35px;
}

.franchise__item_4 .franchise__item-title {
	font-family: "HeadingNowVar", "Arial", sans-serif;
	font-variation-settings: "wght" 650, "wdth" 400;
	font-variation-settings: "wght" 650, "wdth" 260;
	font-size: 36px;
	line-height: 80%;
	letter-spacing: normal;
}

.franchise__item_4 .franchise__item-title SPAN {
	display: block;
}

.franchise__item_5 .franchise__item-subtitle {
	margin-bottom: 35px;
}

.advantages {
	padding: 50px 0;
}

.advantages__box {
	flex-direction: row;
	gap: 24px;
	margin-bottom: 84px;
}

.advantages__box > DIV {
	flex: 1 0;
}

.advantages__title {
	flex: 0 0 435px;
	font-size: 86px;
	margin-bottom: 20px;
}

.advantages__list {
	flex-direction: row;
	gap: 24px;
	margin-bottom: 0;
}

.advantages__item {
	display: flex !important;
	flex-direction: column;
	flex: 1 0;
	border-radius: 20px;
}

.advantages__item-inner {
	width: 100%;
	gap: 40px;
}

.advantages__item-photo {
	height: 256px;
	border-radius: 16px 0 16px 16px;
}

.advantages__item-content {
	gap: 20px;
	min-height: 280px;
	padding: 0 20px 40px 20px;
}

.advantages__item-title {
	font-variation-settings: "wght" 650, "wdth" 245;
	font-size: 40px;
	letter-spacing: -0.03em;
}

.advantages__item-text {
	font-size: 24px;
}

.program {
	padding: 50px 0 100px 0;
}

.program__box {
	flex-direction: row;
	gap: 24px;
	padding-bottom: 50px;
}

.program__left {
	position: relative;
	flex: 0 0 calc(50% - 12px);
}

.program__sticky {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}

.program__sticky-inner {
	position: sticky;
	top: 90px;
}

.program__title {
	font-size: 156px;
	line-height: 80%;
	letter-spacing: -0.03em;
	margin-bottom: 25px;
}

.program__right {
	flex: 0 0 calc(50% - 12px);
	padding: 0;
	background: none;
	margin: 0;
}

.program__block {
	margin-bottom: 56px;
}

.program__block_2 {
	margin-bottom: 0;
}

.program__subtitle {
	font-size: 86px;
	margin-bottom: 25px;
}

.program__list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 24px;
	margin: 0;
}

.program__list LI {
	gap: 10px;
	flex: 0 0 calc(100% / 3 - 16.5px);
	min-height: 147px;
	padding: 20px;
	border-radius: 12px 0 12px 12px;
	background: #f1f1f7;
	margin: 0;
}

.program__list LI:before {
	width: 32px;
	height: 32px;
	background: url(../img/common/corner.svg) no-repeat 100% 0/100% 100%;
}

.program__list-title {
	font-size: 16px;
}

.program__list-text {
	font-size: 16px;
}

.program .bigbuttonbox {
	margin: 0;
}
