/*# sourceMappingURL=ticker.min.css.map */

.brxe-ticker {
	overflow: hidden;
	transform: translateZ(0);
}

.brxe-ticker .carouselTicker__track {
	width: -moz-max-content;
	width: max-content;
}

.brxe-ticker .carouselTicker__list {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
	width: -moz-max-content;
	width: max-content;
	will-change: transform;
	backface-visibility: hidden;
	opacity: 0;
}

.brxe-ticker[data-ticker-ready="1"] .carouselTicker__list {
	opacity: 1;
}

.brxe-ticker .carouselTicker__item {
	margin: 0 0 0 30px;
	flex-shrink: 0;
}

.brxe-ticker .carouselTicker__item .title {
	font-size: 160px;
	line-height: 1.22;
	letter-spacing: -.04em;
	font-weight: 700 !important;
}

@media (max-width: 767px) {
	.brxe-ticker .carouselTicker__item .title {
		font-size: 55px;
	}
}

@media (max-width: 767px) {
	.brxe-ticker .carouselTicker__item {
		margin: 0 0 0 10px;
	}
}

.brxe-ticker .carouselTicker__item.logo svg {
	width: 120px;
	height: 123px;
}

@media (max-width: 767px) {
	.brxe-ticker .carouselTicker__item.logo svg {
		width: 40px;
		height: 40px;
	}
}
/*# sourceMappingURL=process-orbit.min.css.map */

.brxe-process-orbit .process-orbit {
	position: relative;
	width: 700px;
	max-width: 100%;
	height: 700px;
	margin: 0 auto;
}

.brxe-process-orbit .process-orbit__center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 320px;
	height: 320px;
	pointer-events: none;
	z-index: 1;
}

.brxe-process-orbit .process-orbit__center-img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.brxe-process-orbit .process-orbit__ring {
	position: absolute;
	inset: 0;
	z-index: 2;
}

.brxe-process-orbit .process-orbit__item {
	position: absolute;
	z-index: 3;
	cursor: pointer;
}

.brxe-process-orbit .process-orbit__item.is-expanded {
	z-index: 10;
}

.brxe-process-orbit .process-orbit__item.is-expanded .process-orbit__label {
	opacity: 0;
	pointer-events: none;
}

.brxe-process-orbit .process-orbit__item.is-expanded .process-orbit__circle {
	width: 277px;
	height: 277px;
	padding-block: 30px;
}

.brxe-process-orbit .process-orbit__item.is-expanded .process-orbit__details {
	opacity: 1;
	max-height: 200px;
}

.brxe-process-orbit .process-orbit__label {
	position: absolute;
	bottom: 57px;
	left: 0;
	transform: translateX(-50%);
	white-space: nowrap;
	text-align: center;
	transition: opacity .3s ease;
	pointer-events: none;
	font-weight: 700;
	font-size: 27px;
	line-height: 1.1;
	letter-spacing: -.04em;
}

.brxe-process-orbit .process-orbit__num {
	font-weight: 700;
	color: var(--po-color);
}

.brxe-process-orbit .process-orbit__circle {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-50%, -50%);
	width: 82px;
	height: 82px;
	border-radius: 50%;
	background: var(--po-color);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	overflow: hidden;
	transition: width .4s cubic-bezier(.4, 0, .2, 1), height .4s cubic-bezier(.4, 0, .2, 1), padding .4s cubic-bezier(.4, 0, .2, 1);
	padding: 12px;
	text-align: center;
}

.brxe-process-orbit .process-orbit__icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 58px;
}

.brxe-process-orbit .process-orbit__details {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: opacity .3s ease .15s, max-height .3s ease;
	color: var(--black);
}

.brxe-process-orbit .process-orbit__details-num {
	font-size: 27px;
	font-weight: 700;
	letter-spacing: -.04em;
	line-height: 1.1;
	color: #fff;
}

.brxe-process-orbit .process-orbit__details-title {
	font-size: 27px;
	font-weight: 700;
	letter-spacing: -.04em;
	line-height: 1.1;
	margin-bottom: 24px;
}

.brxe-process-orbit .process-orbit__details-desc {
	font-size: 16px;
	margin: 0;
	line-height: 1.3;
	max-width: 222px;
}

.brxe-process-orbit .process-orbit__mobile {
	display: none;
}

.brxe-process-orbit.is-mobile {
	overflow: hidden;
	width: 100%;
}

.brxe-process-orbit.is-mobile .process-orbit {
	width: 100%;
	height: auto;
}

.brxe-process-orbit.is-mobile .process-orbit__ring, .brxe-process-orbit.is-mobile .process-orbit__center {
	display: none;
}

.brxe-process-orbit.is-mobile .process-orbit__mobile {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0;
	padding: 0;
}

.brxe-process-orbit.is-mobile .process-orbit__mobile-svg {
	width: 300px;
	height: 300px;
	margin: 0 auto 80px;
}

.brxe-process-orbit.is-mobile .process-orbit__mobile-item {
	width: 277px;
	margin-top: -30px;
}

.brxe-process-orbit.is-mobile .process-orbit__mobile-item:nth-child(even) {
	align-self: center;
	margin-left: -57px;
}

.brxe-process-orbit.is-mobile .process-orbit__mobile-item:nth-child(odd) {
	align-self: center;
	margin-right: -57px;
}

.brxe-process-orbit.is-mobile .process-orbit__mobile-circle {
	width: 100%;
	aspect-ratio: 1/1;
	border-radius: 50%;
	background: var(--po-color);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	text-align: center;
	padding: 16px;
	color: var(--black);
}

.brxe-process-orbit.is-mobile .process-orbit__mobile-circle .process-orbit__icon {
	margin-bottom: 4px;
}

.brxe-process-orbit.is-mobile .process-orbit__mobile-circle .process-orbit__icon img {
	width: 32px;
	height: 32px;
}

.brxe-process-orbit.is-mobile .process-orbit__mobile-circle .process-orbit__details {
	opacity: 1;
	max-height: none;
	overflow: visible;
}

.brxe-process-orbit.is-mobile .process-orbit__mobile-circle .process-orbit__details-num {
	display: inline;
	font-size: 34px;
}

.brxe-process-orbit.is-mobile .process-orbit__mobile-circle .process-orbit__details-title {
	font-size: 34px;
	margin-bottom: 8px;
}

.brxe-process-orbit.is-mobile .process-orbit__mobile-circle .process-orbit__details-desc {
	font-size: 16px;
	max-width: none;
}

@media (max-width: 767px) {
	.brxe-process-orbit {
		overflow: hidden;
		width: 100%;
	}
	
	.brxe-process-orbit .process-orbit {
		width: 100%;
		height: auto;
	}
	
	.brxe-process-orbit .process-orbit__ring, .brxe-process-orbit .process-orbit__center {
		display: none;
	}
	
	.brxe-process-orbit .process-orbit__mobile {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 0;
		padding: 0;
	}
	
	.brxe-process-orbit .process-orbit__mobile-svg {
		width: 300px;
		height: 300px;
		margin: 0 auto 80px;
	}
	
	.brxe-process-orbit .process-orbit__mobile-item {
		width: 277px;
		margin-top: -30px;
	}
	
	.brxe-process-orbit .process-orbit__mobile-item:nth-child(even) {
		align-self: center;
		margin-left: -57px;
	}
	
	.brxe-process-orbit .process-orbit__mobile-item:nth-child(odd) {
		align-self: center;
		margin-right: -57px;
	}
	
	.brxe-process-orbit .process-orbit__mobile-circle {
		width: 100%;
		aspect-ratio: 1/1;
		border-radius: 50%;
		background: var(--po-color);
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		text-align: center;
		padding: 16px;
		color: var(--black);
	}
	
	.brxe-process-orbit .process-orbit__mobile-circle .process-orbit__icon {
		margin-bottom: 4px;
	}
	
	.brxe-process-orbit .process-orbit__mobile-circle .process-orbit__icon img {
		width: 32px;
		height: 32px;
	}
	
	.brxe-process-orbit .process-orbit__mobile-circle .process-orbit__details {
		opacity: 1;
		max-height: none;
		overflow: visible;
	}
	
	.brxe-process-orbit .process-orbit__mobile-circle .process-orbit__details-num {
		display: inline;
		font-size: 34px;
	}
	
	.brxe-process-orbit .process-orbit__mobile-circle .process-orbit__details-title {
		font-size: 34px;
		margin-bottom: 8px;
	}
	
	.brxe-process-orbit .process-orbit__mobile-circle .process-orbit__details-desc {
		font-size: 16px;
		max-width: none;
	}
}
/*# sourceMappingURL=img-ticker.min.css.map */

.brxe-img-ticker {
	border: 1px solid var(--c-border);
	overflow: hidden;
}

.img-ticker {
	width: 100%;
	overflow: hidden;
}

.img-ticker__track {
	display: flex;
	gap: 30px;
	will-change: transform;
}

@media (max-width: 767px) {
	.img-ticker__track {
		gap: 0px;
	}
}

.img-ticker__slide {
	flex: 0 0 400px;
	width: 400px;
	height: 177px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--c-white);
	border-radius: var(--border-radius-2x);
	box-shadow: var(--box-shadow-default);
	overflow: hidden;
}

@media (max-width: 767px) {
	.img-ticker__slide {
		max-width: 150px;
		width: 100%;
		height: 80px;
	}
}

.img-ticker__slide img {
	max-width: 60%;
	max-height: 60%;
	width: auto;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
	display: block;
}
/*# sourceMappingURL=ac-button.min.css.map */

.ac-button {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding: 31px 36px;
	border-radius: 100px;
	background-color: #fff;
	cursor: pointer;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
}

.ac-button__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	color: var(--blue);
}

.ac-button__icon--asterisk {
	position: absolute;
	right: 16px;
	z-index: 1;
	transition: all .45s ease;
}

.ac-button__icon--asterisk svg {
	width: 84px;
	height: 84px;
}

.ac-button__icon--arrow {
	transform: translateX(80px) translateY(2px);
	transition: transform .3s ease .1s, opacity .3s ease .15s;
}

.ac-button__icon--arrow svg {
	width: 76px;
	height: 45px;
}

.ac-button__icon--phone {
	transform: translateX(80px) translateY(2px);
	transition: transform .3s ease .1s, opacity .3s ease .15s;
}

.ac-button__icon--phone svg {
	width: 45px;
	height: 42px;
}

.ac-button:hover .ac-button__icon--arrow, .ac-button:focus .ac-button__icon--arrow, .ac-button:hover .ac-button__icon--phone, .ac-button:focus .ac-button__icon--phone {
	transform: translateX(0) translateY(2px);
	transition: transform .5s ease .1s, opacity .3s ease .15s;
}

.ac-button__track {
	display: flex;
	align-items: center;
	gap: 36px;
	transform: translateX(calc(100% + 36px));
	transition: transform .5s ease;
}

.ac-button__text {
	font-weight: 700;
	font-size: 40px;
	line-height: 1.2;
	color: var(--blue);
}

.ac-button:hover .ac-button__track, .ac-button:focus .ac-button__track {
	transform: translateX(0);
}

.ac-button:hover .ac-button__icon--asterisk, .ac-button:focus .ac-button__icon--asterisk {
	right: calc(100% + 16px);
	transform: rotate(-140deg);
}

@media (max-width: 767px) {
	.ac-button {
		padding: 18px 24px;
	}
	
	.ac-button .ac-button__text {
		font-size: 20px;
		letter-spacing: 0;
	}
	
	.ac-button .ac-button__track {
		transform: translateX(0);
		gap: 12px;
	}
	
	.ac-button .ac-button__icon--arrow, .ac-button .ac-button__icon--phone {
		transform: translateX(0) translateY(2px);
	}
	
	.ac-button .ac-button__icon--arrow svg {
		width: 32px;
		height: 20px;
	}
	
	.ac-button .ac-button__icon--phone svg {
		width: 24px;
		height: 23px;
	}
	
	.ac-button .ac-button__icon--asterisk {
		right: calc(100% + 16px);
		transform: rotate(-140deg);
	}
}
