/*-------------
	top
-------------*/
.un-content {
	overflow: hidden;
}

.un-section--wh {
	background-color: #FFF;
}
.un-section__inner {
	padding: 0 20px 100px;
	width: 100%;
	position: relative;
	z-index: 2;
}
.un-section__inner2 {
	width: 100%;
	position: relative;
	z-index: 2;
}
.un-section__inner2 .c-heading-primary {
	margin-left: 0;
	margin-right: 0;
}
@media (min-width: 768px) {
	.un-section {
		padding-left: 240px;
	}
	.un-section__inner {
		max-width: 994px;
		margin: 0 auto;
		padding-bottom: 140px;
	}
	.un-section__inner2 {
		max-width: 954px;
		margin: 0 auto;
	}
}
@media (max-width: 1024px) {
	.un-section {
		padding-left: 0;
	}
}

.un-growthTop {
	padding-bottom: 110px;
	overflow: hidden;
}
.un-growthTop__inner {
	padding: 0;
}
.un-growthTop__circle {
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	background: var(--color-gradient2);
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	margin-top: -44%;
	border-radius: 100%;
	z-index: -1;
	opacity: 0.6;
}
.un-growthTop__circle::before {
	content: "";
	width: 40px;
	aspect-ratio: 1/1;
	position: absolute;
	bottom: 6%;
	right: 10%;
	background: var(--color-gradient2);
	border-radius: 100%;
}
.un-growthTop__circle::after {
	content: "";
	width: 11px;
	aspect-ratio: 1/1;
	position: absolute;
	bottom: 0;
	right: 20%;
	background: var(--color-prim);
	border-radius: 100%;
}
.un-growthTop__titleBox {
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 3;
	text-align: center;
	margin-top: 44%;
}
.un-growthTop__titleBox__title {
	background-color: #FFF;
	border-radius: 50px;
	display: inline-block;
	padding: 4px 28px;
	color: var(--color-cv);
	font-weight: 700;
	font-size: 1.8rem;
	letter-spacing: 0.5px;
	position: relative;
}
.un-growthTop__titleBox__title::after {
	content: "";
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	display: block;
	width: 14px;
	height: 10px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -9px;
	margin: auto;
	background-color: #FFF;
}
.un-growthTop__titleBox2 {
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 3;
	text-align: center;
	margin-top: 44%;
}
.un-growthTop__titleBox2__title {
	display: inline-block;
	color: var(--color-cv);
	font-weight: 700;
	font-size: 3.1rem;
	line-height: 1.2;
	letter-spacing: 0.5px;
	font-family: var(--font-yumin);
}
.un-growthTop__titleBox2__title > span {
	font-size: 5rem;
}
@media (min-width: 768px) {
	.un-growthTop {
		padding-bottom: 127px;
	}
	.un-growthTop__circle {
		width: 800px;
		height: 800px;
		margin-top: -513px;
	}
	.un-growthTop__circle::before {
		width: 70px;
		right: 120px;
		bottom: -20px;
	}
	.un-growthTop__circle::after {
		width: 20px;
		bottom: -64px;
		right: 182px;
	}
	.un-growthTop__titleBox {
		top: 80px;
		margin-top: 513px;
	}
	.un-growthTop__titleBox__title {
		font-size: 3.4rem;
	}
	.un-growthTop__titleBox2 {
		top: 154px;
		margin-top: 513px;
	}
	.un-growthTop__titleBox2__title {
		font-size: 5.6rem;
	}
	.un-growthTop__titleBox2__title > span {
		font-size: 9rem;
	}
}

.un-growthSection__left {
	position: relative;
}
.un-growthSection__numBox {
	position: absolute;
	left: 0;
	right: 0;
	top: -80px;
	font-family: var(--font-yumin);
	font-size: 5.9rem;
	font-weight: 700;
	color: var(--color-cv);
	background-color: var(--color-bg);
	text-align: center;
	line-height: 1;
	z-index: -1;
	clip-path: ellipse(50% 50%);
	width: 270px;
	padding: 50px 0 120px;
	margin: 0 auto;
}
.un-growthSection__numBox--wh {
	background-color: #FFF;
}
.un-growthSection__title {
	text-align: center;
	font-family: var(--font-yumin);
	font-size: 2.4rem;
	font-weight: 700;
	line-height: var(--line-height-s);
	padding-top: 40px;
}
.un-growthSection__list {
	margin-top: 30px;
}
.un-growthSection__list__item {
	padding-left: 2.5rem;
	line-height: 3;
	position: relative;
	font-size: 1.6rem;
	font-weight: 700;
	font-feature-settings: "palt";
	letter-spacing: 0.5px;
	text-align: left;
}
.un-growthSection__list__item::before {
	content: "";
	width: 15px;
	height: 15px;
	border-radius: 100%;
	background-color: var(--color-prim);
	position: absolute;
	left: 0;
	top: 17px;
}
.un-growthSection__list__item::after {
	content: "";
	position: absolute;
	display: none;
	left: 0;
	bottom: 0;
	width: calc(100%);
	border-bottom: #D5D5D5 dotted 3px;
}
@media (min-width: 768px) {
	.un-growthSection__list__item::after {
		display: block;
	}
}
.un-growthSection__list__bd {
	position: relative;
	display: inline-block;
	width: 100%;
}
@media (min-width: 768px) {
	.un-growthSection__list__bd {
		width: auto;
	}
}
.un-growthSection__list__bd::after {
	content: "";
	position: absolute;
	left: -2.5rem;
	bottom: 0;
	width: calc(100% + 2.5rem);
	border-bottom: #D5D5D5 dotted 3px;
}
@media (min-width: 768px) {
	.un-growthSection__list__bd::after {
		display: none;
	}
}
.un-growthSection__subbox {
	margin-top: 25px;
}
.un-growthSection__subbox__title {
	aspect-ratio: 307/93;
	max-width: 307px;
	width: 100%;
	background: url(../../../assets/images/growth/bg-ivtext.svg) center/contain no-repeat;
	text-align: center;
	color: #FFF;
	font-size: 2rem;
	font-weight: 700;
	padding-top: 10px;
	line-height: var(--line-height-s);
	margin: 0 auto;
}
.un-growthSection__subbox__title--s {
	font-size: 1.6rem;
}
.un-growthSection__subbox__textbox {
	background-color: #FFF;
	border-radius: 200px;
	padding: 75px 30px 50px;
	margin-top: -55px;
	z-index: -1;
	position: relative;
}
.un-growthSection__subbox__textbox__text {
	font-size: 1.6rem;
}
.un-growthSection__rightIv {
	padding-top: 30px;
}
.un-growthSection__imageTtl {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: var(--line-height-s);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 35px 0 20px;
}
.un-growthSection__imageTtl > span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 35px;
}
.un-growthSection__imageTtl > span::before,
.un-growthSection__imageTtl > span::after { 
	position: absolute;
	top: 0;
	content:'';
	width: 8px;
	height: 100%;
	display: inline-block;
  }
  .un-growthSection__imageTtl > span::before {
	border-left: solid 3px var(--color-txt-caption-v2);
	border-top: solid 3px var(--color-txt-caption-v2);
	border-bottom: solid 3px var(--color-txt-caption-v2);
	left: 0;
  }
  .un-growthSection__imageTtl > span::after {
	content: '';
	border-top: solid 3px var(--color-txt-caption-v2);
	border-right: solid 3px var(--color-txt-caption-v2);
	border-bottom: solid 3px var(--color-txt-caption-v2);
	right: 0;
  }
.un-growthSection__imageIv {
	width: calc(100% + 20px);
	margin-left: -10px;
}
@media (min-width: 768px) {
	.un-growthSection__imageTtl {
		margin: 50px 0 20px;
	}
}
.un-growthSection__rightSp {
	padding-top: 30px;
}
.un-growthSection__rightCf {
	padding-top: 30px;
}
.un-growthSection__company {
	position: relative;
	padding-bottom: 20px;
}
.un-growthSection__company::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: #D5D5D5 dotted 2px;
}
.un-growthSection__company + .un-growthSection__company {
	margin-top: 30px;
}
.un-growthSection__company__title {
	position: relative;
	width: 96px;
	height: 96px;
	color: var(--color-cv);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: var(--line-height-s);
	margin: 0 auto;
}
.un-growthSection__company__title::before {
	content: "";
	background: var(--color-gradient2);
	width: 100%;
	height: 100%;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0.5;
}
.un-growthSection__company__logo {
	margin-top: 10px;
}
.un-growthSection__company__logo > img {
	width: auto;
	height: 77px;
}
.un-growthSection__company__list__item {
	color: var(--color-txt-caption-v2);
	font-weight: 700;
}
.un-growthSection__company__list__item::before {
	color: var(--color-txt-caption-v2);
}
@media (min-width: 768px) {
	/* .un-growthSection__left {
		width: 350px;
	}
	.un-growthSection__inner {
		display: flex;
		justify-content: space-between;
	} */
	.un-growthSection__inner--sp::before {
		content: "";
		width: 300px;
		height: 300px;
		background: var(--color-gradient2);
		border-radius: 100%;
		position: absolute;
		left: -270px;
		top: -135px;
		filter: blur(15px);
		opacity: 0.2;
	}
	.un-growthSection__numBox {
		top: -95px;
		font-size: 8rem;
		width: 400px;
		height: 360px;
		padding: 70px 0 150px;
	}
	.un-growthSection__title {
		font-size: 3.8rem;
		padding-top: 68px;
	}
	.un-growthSection__list {
		display: inline-block;
		margin-top: 70px;
	}
	.un-growthSection__subbox {
		margin-top: 50px;
	}
	.un-growthSection__subbox__textbox {
		width: calc(100% + 50px);
		margin-left: -25px;
		padding-left: 60px;
		padding-right: 60px;
	}
	/* .un-growthSection__rightIv {
		width: 462px;
		padding-top: 67px;
		padding-right: 30px;
	} */
	.un-growthSection__imageIv {
		width: 100%;
	}
	.un-growthSection__rightSp {
		padding-top: 118px;
		width: 535px;
	}
	.un-growthSection__rightCf {
		/* position: relative;
		width: 476px;
		padding-top: 70px;
		padding-right: 101px; */
	}
	.un-growthSecton--cf {
		position: relative;
	}
	.un-growthSecton--cf::before {
		content: "";
		width: 450px;
		height: 450px;
		background: var(--color-gradient2);
		border-radius: 100%;
		position: absolute;
		right: -114px;
		top: -58px;
		filter: blur(15px);
		opacity: 0.2;
	}
	.un-growthSection__company {
		display: flex;
		gap: 24px;
	}
	.un-growthSection__company + .un-growthSection__company {
		margin-top: 50px;
	}
	.un-growthSection__company__main {
		display: flex;
		align-items: center;
		gap: 80px;
	}
	.un-growthSection__company__title {
		margin: 0;
	}
	.un-growthSection__company__logo {
		width: 290px;
		margin-top: 10px;
	}
}

.un-growthEx {
	padding-top: 60px;
}
@media (min-width: 768px) {
	.un-growthEx {
		padding-top: 100px;
	}
}

.un-pipelineMethod {
	width: calc(100% + 20px);
	margin-left: -10px;
}
.un-pipelineMethod__title {
	background-color: var(--color-bg);
	border-radius: 20px;
	text-align: center;
	padding: 30px 15px 234px;
	font-size: 2rem;
	font-weight: 700;
	color: var(--color-cv);
}
.un-pipelineMethod__list {
	margin-top: -220px;
}
.un-pipelineMethod__list__item {
	width: calc(100% - 20px);
	min-height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 100px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: var(--line-height-s);
	color: #FFF;
	background-color: var(--color-dusty);
	margin: 10px auto 0;
}
.un-pipelineMethod__list__item:nth-child(2) {
	background-color: #F08100;
}
.un-pipelineMethod__list__item:nth-child(3) {
	background-color: var(--color-pink);
}
.un-pipelineMethod__sub {
	position: relative;
}
.un-pipelineMethod__sub::before {
	content: "";
	display: block;
	aspect-ratio: 260/57;
	width: 260px;
	margin: 20px auto;
	background: url(../../../assets/images/common/icon-arrow_gy.svg) center/contain no-repeat;
}
.un-pipelineMethod__sub::after {
	content: "";
	width: 100%;
	height: calc(100% - 77px);
	position: absolute;
	left: 0;
	bottom: 0;
	background: var(--color-gradient);
	opacity: 0.5;
	z-index: -1;
	border-radius: 20px;
}
.un-pipelineMethod__sub__text {
	font-size: 3rem;
	line-height: var(--line-height-s);
	font-weight: 500;
	font-family: var(--font-yumin);
	text-align: center;
	color: var(--color-cv);
	padding: 14px 15px 13px;
}
.un-pipelineMethod__sub__textMin {
	display: block;
	font-size: 1.6rem;
}
@media (min-width: 768px) {
	.un-pipelineMethod {
		width: 100%;
		margin-left: 0;
		position: relative;
	}
	.un-pipelineMethod::before {
		content: "";
		width: 450px;
		height: 450px;
		background: var(--color-gradient2);
		opacity: 0.2;
		border-radius: 100%;
		filter: blur(15px);
		position: absolute;
		left: -515px;
		top: -2600px;
		z-index: -1;
	}
	.un-pipelineMethod__title {
		padding: 36px 20px 100px;
		font-size: 2.1rem;
	}
	.un-pipelineMethod__list {
		display: flex;
		justify-content: center;
		gap: 20px;
		margin-top: -70px;
	}
	.un-pipelineMethod__list__item {
		width: 265px;
		height: 100px;
		margin: 0;
		font-size: 2rem;
	}
	.un-pipelineMethod__sub__text {
		font-size: 3.2rem;
		padding: 23px 15px 22px;
	}
}

.un-pipelineEx--center {
	align-items: center;
}
.un-pipelineEx__top {
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 15px;
}
.un-pipelineEx__title {
	color: #FFF;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: var(--line-height-s);
	text-align: center;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.un-pipelineEx__title--or {
	background-color: var(--color-orange);
}
.un-pipelineEx__title--gr {
	background-color: var(--color-dusty);
}
.un-pipelineEx__titleBox {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.un-pipelineEx__logo {
	width: 167px;
}
.un-pipelineEx .c-text + .c-text {
	margin-top: 10px;
}
.un-pipelineEx__item + .un-pipelineEx__item {
	margin-top: 30px;
}
.un-pipelineEx__list {
	margin-top: 10px;
}
* + .un-pipelineEx__table {
	margin-top: 20px;
}
.un-pipelineEx__table .c-table__header,
.un-pipelineEx__table .c-table__cell {
	padding: 5px;
	font-weight: 400;
	text-align: left;
}
.un-pipelineEx__table .c-table__header {
	background-color: var(--color-bg);
	color: #223C2C;
	font-weight: bold;
}
.un-pipelineEx__table .c-list__item {
	font-size: 1.4rem;
}
@media (min-width: 768px) {
	.un-pipelineEx {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 44px 0;
	}
	.un-pipelineEx__item {
		width: calc((100% - 44px) / 2);
	}
	.un-pipelineEx__item + .un-pipelineEx__item {
		margin-top: 0;
	}
}

.un-growthFinance {
	background-image: url(../../../assets/images/common/bg_main-b.svg);
	background-position: left 250px bottom -100px;
	background-repeat: no-repeat;
}
@media (max-width: 1024px) {
	.un-growthFinance {
		background-position: left -40px bottom -85px;
		background-size: 147px;
	}
	.un-growthFinance__bg {
		display: none;
	}
}
@media (max-width: 767px) {
	.un-growthFinance {
		background-position: left -40px bottom -85px;
	}
}

@media (min-width: 768px) {
	.un-financeList {
		display: flex;
		position: relative;
	}
	.un-financeList::before {
		content: "";
		width: 300px;
		height: 300px;
		background: var(--color-gradient2);
		opacity: 0.2;
		border-radius: 100%;
		filter: blur(15px);
		position: absolute;
		right: -224px;
		top: -323px;
		z-index: -1;
	}
	.un-financeList__item:nth-child(1) {
		padding-right: 25px;
	}
	.un-financeList__item:nth-child(2) {
		padding-left: 25px;
		border-left: #CCC solid 1px;
	}
	.un-financeList__title {
		margin-top: 0;
	}
}

.un-pipelineEx__box {
	background-color: var(--color-bg);
	border-radius: 20px;
	padding: 20px 30px;
}
@media (min-width: 768px) {
	.un-pipelineEx__box {
		padding: 20px 40px;
	}
}

.un-pipelineEx__OrderList > li {
	display: flex;
	font-weight: bold;
}
.un-pipelineEx__OrderList > li + li {
	margin-top: 10px;
}
.un-pipelineEx__OrderList > li > span:first-of-type {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: var(--color-prim);
	color: #fff;
	display: inline-block;
	font-size: 1.6rem;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
	margin-right: 5px;
	margin-top: 3px;
	flex-shrink: 0;
}
.un-pipelineEx__OrderList > li > span:nth-child(2) {
	flex-grow: 1;
}

@media (max-width: 767px) {
	.un-financeGraph__item + .un-financeGraph__item {
		margin-top: 15px;
	}
}
@media (min-width: 768px) {
	.un-financeGraph {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 25px;
	}
	.un-financeGraph__item--graph {
		width: 530px;
	}
	.un-financeGraph__item--table {
		width: 360px;
	}
}
.un_txtpanel__big {
	position: relative;
}
.un_txtpanel__big > sup {
	position: absolute;
    top: 0;
    right: -36px;
    font-size: 1.4rem;
	color: var(--color-txt);
}
@media (min-width: 768px) {
	.un_txtpanel__big > sup {
		top: 5px;
	}
}
/*# sourceMappingURL=style.css.map */
