/*-------------
	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;
}
@media (min-width: 768px) {
	.un-section {
		padding-left: 240px;
	}
	.un-section__inner {
		max-width: 994px;
		margin: 0 auto;
		padding-bottom: 140px;
	}
}
@media (max-width: 1024px) {
	.un-section {
		padding-left: 0;
	}
}

.un-strengthshTop {
	padding-bottom: 110px;
	overflow: hidden;
}
.un-strengthshTop__inner {
	padding: 0;
}
.un-strengthshTop__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-strengthshTop__circle::before {
	content: "";
	width: 40px;
	aspect-ratio: 1/1;
	position: absolute;
	bottom: 6%;
	right: 10%;
	background: var(--color-gradient2);
	border-radius: 100%;
}
.un-strengthshTop__circle::after {
	content: "";
	width: 11px;
	aspect-ratio: 1/1;
	position: absolute;
	bottom: 0;
	right: 20%;
	background: var(--color-prim);
	border-radius: 100%;
}
.un-strengthshTop__titleBox {
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 3;
	text-align: center;
	margin-top: 44%;
}
.un-strengthshTop__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-strengthshTop__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-strengthshTop__titleBox2 {
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 3;
	text-align: center;
	margin-top: 44%;
}
.un-strengthshTop__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-strengthshTop__titleBox2__title > span {
	font-size: 5rem;
}
@media (min-width: 768px) {
	.un-strengthshTop {
		padding-bottom: 127px;
	}
	.un-strengthshTop__circle {
		width: 800px;
		height: 800px;
		margin-top: -513px;
	}
	.un-strengthshTop__circle::before {
		width: 70px;
		right: 120px;
		bottom: -20px;
	}
	.un-strengthshTop__circle::after {
		width: 20px;
		bottom: -64px;
		right: 182px;
	}
	.un-strengthshTop__titleBox {
		top: 80px;
		margin-top: 513px;
	}
	.un-strengthshTop__titleBox__title {
		font-size: 3.4rem;
	}
	.un-strengthshTop__titleBox2 {
		top: 154px;
		margin-top: 513px;
	}
	.un-strengthshTop__titleBox2__title {
		font-size: 5.6rem;
	}
	.un-strengthshTop__titleBox2__title > span {
		font-size: 9rem;
	}
}

.un-strengthshSection__left {
	position: relative;
}
.un-strengthshSection__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-strengthshSection__numBox--wh {
	background-color: #FFF;
}
.un-strengthshSection__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-strengthshSection__list {
	margin-top: 30px;
}
.un-strengthshSection__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-strengthshSection__list__item::before {
	content: "";
	width: 15px;
	height: 15px;
	border-radius: 100%;
	background-color: var(--color-prim);
	position: absolute;
	left: 0;
	top: 17px;
}
.un-strengthshSection__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-strengthshSection__list__item::after {
		display: block;
	}
}
.un-strengthshSection__list__bd {
	position: relative;
	display: inline-block;
	width: 100%;
}
@media (min-width: 768px) {
	.un-strengthshSection__list__bd {
		width: auto;
	}
}
.un-strengthshSection__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-strengthshSection__list__bd::after {
		display: none;
	}
}
.un-strengthshSection__subbox {
	margin-top: 25px;
}
.un-strengthshSection__subbox__title {
	aspect-ratio: 307/93;
	max-width: 307px;
	width: 100%;
	background: url(../../../assets/images/strengths/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-strengthshSection__subbox__title--s {
	font-size: 1.6rem;
}
.un-strengthshSection__subbox__textbox {
	background-color: #FFF;
	border-radius: 200px;
	padding: 75px 30px 50px;
	margin-top: -55px;
	z-index: -1;
	position: relative;
}
.un-strengthshSection__subbox__textbox__text {
	font-size: 1.6rem;
}
.un-strengthshSection__rightIv {
	padding-top: 30px;
}
.un-strengthshSection__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-strengthshSection__imageTtl > span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 35px;
}
.un-strengthshSection__imageTtl > span::before,
.un-strengthshSection__imageTtl > span::after { 
	position: absolute;
	top: 0;
	content:'';
	width: 8px;
	height: 100%;
	display: inline-block;
  }
  .un-strengthshSection__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-strengthshSection__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-strengthshSection__imageIv {
	width: calc(100% + 20px);
	margin-left: -10px;
}
@media (min-width: 768px) {
	.un-strengthshSection__imageTtl {
		margin: 50px 0 20px;
	}
}
.un-strengthshSection__rightSp {
	padding-top: 30px;
}
.un-strengthshSection__rightCf {
	padding-top: 30px;
}
.un-strengthshSection__company {
	position: relative;
	padding-bottom: 20px;
}
.un-strengthshSection__company::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: #D5D5D5 dotted 2px;
}
.un-strengthshSection__company + .un-strengthshSection__company {
	margin-top: 30px;
}
.un-strengthshSection__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-strengthshSection__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-strengthshSection__company__logo {
	margin-top: 10px;
}
.un-strengthshSection__company__logo > img {
	width: auto;
	height: 77px;
}
.un-strengthshSection__company__list__item {
	color: var(--color-txt-caption-v2);
	font-weight: 700;
}
.un-strengthshSection__company__list__item::before {
	color: var(--color-txt-caption-v2);
}
@media (min-width: 768px) {
	.un-strengthshSection__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-strengthshSection__numBox {
		top: -95px;
		font-size: 8rem;
		width: 400px;
		height: 360px;
		padding: 70px 0 150px;
	}
	.un-strengthshSection__title {
		font-size: 3.8rem;
		padding-top: 68px;
	}
	.un-strengthshSection__list {
		display: inline-block;
		margin-top: 70px;
	}
	.un-strengthshSection__subbox {
		margin-top: 50px;
	}
	.un-strengthshSection__subbox__textbox {
		width: calc(100% + 50px);
		margin-left: -25px;
		padding-left: 60px;
		padding-right: 60px;
	}
	.un-strengthshSection__imageIv {
		width: 100%;
	}
	.un-strengthshSection__rightSp {
		padding-top: 118px;
		width: 535px;
	}
	.un-strengthshSecton--cf {
		position: relative;
	}
	.un-strengthshSecton--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-strengthshSection__company {
		display: flex;
		gap: 24px;
	}
	.un-strengthshSection__company + .un-strengthshSection__company {
		margin-top: 50px;
	}
	.un-strengthshSection__company__main {
		display: flex;
		align-items: center;
		gap: 80px;
	}
	.un-strengthshSection__company__title {
		margin: 0;
	}
	.un-strengthshSection__company__logo {
		width: 290px;
		margin-top: 10px;
	}
}


.un-strengthshFinance {
	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-strengthshFinance {
		background-position: left -40px bottom -85px;
		background-size: 147px;
	}
	.un-strengthshFinance__bg {
		display: none;
	}
}
@media (max-width: 767px) {
	.un-strengthshFinance {
		background-position: left -40px bottom -85px;
	}
}

/*# sourceMappingURL=style.css.map */
