/*-------------
	feature
-------------*/
.un-featureContent {
	background-image: url(../../../assets/images/feature/bg_circle_01.png), url(../../../assets/images/feature/bg_circle_01.png), url(../../../assets/images/common/bg_main-b.svg);
	background-position: right -200px top -240px, -260px 100px, left 10px bottom -100px;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: 500px, 500px, auto;
	overflow: hidden;
}
@media (max-width: 1024px) {
	.un-featureContent {
		background-size: 500px, 500px, 147px;
	}
}
@media (max-width: 767px) {
	.un-featureContent {
		background-image: url(../../../assets/images/feature/bg_circle_01_sp.png), url(../../../assets/images/feature/bg_circle_01_sp.png), url(../../../assets/images/common/bg_main-b.svg);
		background-position: right -150px top -180px, -210px 60px, left -40px bottom -85px;
		background-size: 330px, 330px, 147px;
	}
}

.un-contentsBg {
	background: var(--color-bg);
}
@media (min-width: 768px) {
	.un-contentsBg {
		background: url(../../../assets/images/feature/bg_circle_content.png), var(--color-bg);
		background-repeat: no-repeat;
		background-size: 1790px;
		background-position: center 1550px;
	}
}

.un-featureTop__head {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 36px 20px 30px;
}
@media (min-width: 768px) {
	.un-featureTop__head {
		padding-top: 68px;
		padding-bottom: 45px;
	}
}
.un-featureTop__head::before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background: url(../../../assets/images/feature/bg_circle_s_01.svg) no-repeat center/cover;
	position: absolute;
	right: 9px;
	top: 15px;
}
@media (min-width: 768px) {
	.un-featureTop__head::before {
		width: 70px;
		height: 70px;
		left: calc(50% + 300px);
		right: auto;
		top: 64px;
	}
}
.un-featureTop__head::after {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background: url(../../../assets/images/feature/bg_circle_s_02.svg) no-repeat center/cover;
	position: absolute;
	left: 9px;
	bottom: 30px;
}
@media (min-width: 768px) {
	.un-featureTop__head::after {
		width: 20px;
		height: 20px;
		left: auto;
		right: calc(50% + 302px);
		bottom: 45px;
	}
}
.un-featureTop__title > h1 {
	padding-top: 20px;
	text-align: center;
	color: var(--color-cv);
	font-family: var(--font-yumin);
	font-size: 3.6rem;
	position: relative;
	margin-bottom: 23px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: var(--line-height-s);
}
@media (min-width: 768px) {
	.un-featureTop__title > h1 {
		font-size: 6rem;
		padding-top: 38px;
		margin-bottom: 5px;
	}
}
.un-featureTop__title > h1::before {
	content: "";
	width: 100%;
	height: 4px;
	display: block;
	border-radius: 6px;
	background: linear-gradient(90deg, #E8FC00 0%, #8FD044 50%);
	position: absolute;
	top: 0;
	left: 0;
}
@media (min-width: 768px) {
	.un-featureTop__title > h1::before {
		height: 6px;
	}
}
.un-featureTop__title span {
	color: var(--color-prim);
}
.un-featureTop__lead {
	font-size: 1.4rem;
	text-align: center;
}
.un-featureTop__mv {
	position: relative;
}
.un-featureTop__mvLogo {
	position: relative;
	width: 250px;
	background-color: #fff;
	padding: 10px 10px 10px 30px;
	border-radius: 52px 0 0 52px;
	margin: 0 0 -10px auto;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
	z-index: 2;
}
@media (min-width: 768px) {
	.un-featureTop__mvLogo {
		width: 370px;
		padding: 20px 40px;
		margin: 0 0 -50px auto;
	}
}
.un-featureTop__mvLogo > img {
	width: 200px;
}
@media (min-width: 768px) {
	.un-featureTop__mvLogo > img {
		width: 250px;
	}
}
.un-featureTop__mvImg {
	margin-left: 10px;
	height: 200px;
	border-radius: 40px 0 0 40px;
	overflow: hidden;
}
@media (min-width: 768px) {
	.un-featureTop__mvImg {
		margin-left: 0;
		height: 500px;
		border-radius: 100px 0 0 100px;
	}
}
.un-featureTop__mvImg > img {
  object-fit: cover;
	object-position: calc(50% - 27px) calc(50% - 6px);
	width: 117%;
	height: 100%;
}
@media (min-width: 768px) {
	.un-featureTop__mvImg > img {
    object-position: 0 calc(50% - 20px);
		width: 100%;
	}
}
.un-featureTop__mvImgRound {
	position: absolute;
	width: 100px;
}
.un-featureTop__mvImgRound--01 {
	top: -20px;
    left: -10px;
	z-index: 0;
}
.un-featureTop__mvImgRound--01::before {
    content: "";
    position: absolute;
    display: block;
    background: url(../../../assets/images/feature/bg_circle_s_01.svg) no-repeat center/cover;
	width: 40px;
	height: 40px;
	left: 0;
    bottom: -25px;
    z-index: 1;
}
.un-featureTop__mvImgRound--02 {
	bottom: -85px;
	right: 0;
	z-index: 0;
}
.un-featureTop__mvImgRound--02::before {
    content: "";
    position: absolute;
    display: block;
    background: url(../../../assets/images/feature/bg_circle_s_01.svg) no-repeat center/cover;
	width: 40px;
    height: 40px;
	right: -15px;
    top: -10px;
    z-index: 1;
}
@media (min-width: 768px) {
	.un-featureTop__mvImgRound {
		width: 220px;
	}
	.un-featureTop__mvImgRound--01 {
		top: -70px;
		left: -20px;
	}
	.un-featureTop__mvImgRound--01::before {
		width: 86px;
		height: 86px;
		left: 68px;
		bottom: -194px;
	}
	.un-featureTop__mvImgRound--01::after {
		content: "";
		position: absolute;
		display: block;
		background: url(../../../assets/images/feature/bg_circle_s_03.svg) no-repeat center/cover;
		width: 156px;
		height: 156px;
		left: -50px;
		top: -80px;
		z-index: -1;
	}
	.un-featureTop__mvImgRound--01 > figure {
		position: relative;
	}
	.un-featureTop__mvImgRound--01 > figure::before {
		content: "";
		position: absolute;
		display: block;
		background: url(../../../assets/images/feature/bg_circle_s_01.svg) no-repeat center/cover;
		width: 130px;
		height: 130px;
		left: 138px;
		bottom: -65px;
		z-index: 1;
	}
	.un-featureTop__mvImgRound--02 {
		bottom: 40px;
		right: 20px;
		z-index: 0;
	}
	.un-featureTop__mvImgRound--02::before {
		width: 68px;
		height: 68px;
		right: 10px;
		top: -18px;
	}
	.un-featureTop__mvImgRound--02::after {
		content: "";
		position: absolute;
		display: block;
		background: url(../../../assets/images/feature/bg_circle_s_03.svg) no-repeat center/cover;
		width: 156px;
		height: 156px;
		right: -50px;
		bottom: -80px;
		z-index: -1;
	}
	.un-featureTop__mvImgRound--02 > figure {
		position: relative;
	}
	.un-featureTop__mvImgRound--02 > figure::before {
		content: "";
		position: absolute;
		display: block;
		background: url(../../../assets/images/feature/bg_circle_s_01.svg) no-repeat center/cover;
		width: 110px;
		height: 110px;
		left: 30px;
		top: -175px;
		z-index: 1;
	}
}
.un-featureTop__mvTitle {
	position: relative;
	background: linear-gradient(90deg, #6FBA2C 0%, #1B622F 100%);
	border-radius: 52px;
	padding: 22px 10px 18px;
	margin: -34px 10px 0;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
	z-index: 1;
}
@media (min-width: 768px) {
	.un-featureTop__mvTitle {
		padding: 30px 25px 20px 48px;
		width: 900px;
		margin: -50px auto 0;
	}
}
.un-featureTop__mvTitle h2 {
	color: #fff;
	font-family: var(--font-yumin);
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
}
@media (min-width: 768px) {
	.un-featureTop__mvTitle h2 {
		font-size: 4rem;
		position: relative;
	}
}
.un-featureTop__mvTitle h2::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: url(../../../assets/images/feature/bg_ttl_dot.svg) no-repeat center/cover;
	position: absolute;
	left: 11px;
	top: 11px;
	transform: rotate(-4deg);
}
@media (min-width: 768px) {
	.un-featureTop__mvTitle h2::before {
		left: 136px;
		top: -14px;
		transform: rotate(0deg);
	}
}
.un-featureTop__mvTitle h2::after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: url(../../../assets/images/feature/bg_ttl_dot.svg) no-repeat center/cover;
	transform: rotate(180deg);
	position: absolute;
	right: 11px;
	bottom: 11px;
}
@media (min-width: 768px) {
	.un-featureTop__mvTitle h2::after {
		right: 128px;
		bottom: -4px;
	}
}
.un-featureTop__mvTitle > span {
	position: absolute;
	left: 0;
	top: -70px;
	display: block;
	width: 90px;
}
@media (min-width: 768px) {
	.un-featureTop__mvTitle > span {
		left: 13px;
		top: -80px;
		width: 155px;
	}
}

.un-featureStructure {
	padding-top: 30px;
	padding-bottom: 0;
}
.un-featureStructure:first-child {
	padding-top: 60px;
}
.un-featureStructure:last-child {
	padding-bottom: 103px;
}
@media (min-width: 768px) {
	.un-featureStructure:last-child {
		padding-bottom: 120px;
	}
}
@media (min-width: 768px) {
	.un-featureStructure {
		padding-top: 40px;
	}
}
.un-featureStructure__main {
	padding-top: 30px;
	padding-bottom: 40px;
}
@media (min-width: 768px) {
	.un-featureStructure__main {
		padding-top: 60px;
		padding-bottom: 70px;
	}
}

.un-featureTtl__lv3 {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	font-family: var(--font-yumin);
	font-size: 2.4rem;
	text-align: center;
	color: var(--color-cv);
	font-weight: bold;
	line-height: var(--line-height-s);
	margin-bottom: 28px;
}
@media (min-width: 768px) {
	.un-featureTtl__lv3 {
		font-size: 3.2rem;
		gap: 20px;
		margin-bottom: 34px;
	}
}
.un-featureTtl__lv3::before, .un-featureTtl__lv3::after {
	content: "";
	display: block;
	height: 6px;
	width: 22px;
	background: url(../../../assets/images/common/icon_title_dot.svg) no-repeat center/contain;
	flex-shrink: 0;
}
@media (min-width: 768px) {
	.un-featureTtl__lv3::before, .un-featureTtl__lv3::after {
		width: 25.5px;
	}
}
.un-featureTtl__lv3--inb {
	display: inline-block;
}
.un-featureTtl__sub {
	color: var(--color-prim);
	font-weight: bold;
	font-size: 1.7rem;
	margin-bottom: 27px;
	text-align: center;
}
@media (min-width: 768px) {
	.un-featureTtl__sub {
		font-size: 2rem;
	}
}
.un-featureTtl__lv4 {
	text-align: center;
	font-size: 2rem;
	padding-bottom: 24px;
	position: relative;
	margin-bottom: 40px;
	font-weight: 700;
}
.un-featureTtl__lv4::after {
	content: "";
	width: 160px;
	display: block;
	height: 3px;
	background: linear-gradient(90deg, var(--color-prim) 0%, var(--color-prim) 50%, var(--color-orange) 51%, var(--color-orange) 100%);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.un-featureTtl__lv5 {
	background: #EFF5D0;
	margin-bottom: 20px;
	font-weight: 700;
}
@media (min-width: 768px) {
	.un-featureTtl__lv5 {
		margin-bottom: 30px;
	}
}
.un-featureTtl__lv5 h5 {
	color: var(--color-cv);
	padding: 17px 0 19px 38px;
	position: relative;
}
@media (min-width: 768px) {
	.un-featureTtl__lv5 h5 {
		padding: 17px 0 19px 50px;
	}
}
.un-featureTtl__lv5 h5::before {
	content: "";
	width: 20px;
	height: 2px;
	background: var(--color-cv);
	display: block;
	position: absolute;
	top: calc(50% - 2px);
	left: 3px;
}
@media (min-width: 768px) {
	.un-featureTtl__lv5 h5::before {
		width: 25px;
	}
}

.un-person {
	margin-top: 30px;
}
@media (min-width: 768px) {
	.un-person {
		margin: 60px auto 0;
	}
}
.un-person__list {
	display: flex;
	justify-content: center;
}
@media (min-width: 768px) {
	.un-person__list {
		gap: 60px;
	}
}
@media (max-width: 767px) {
	.un-person__list {
		flex-direction: column;
	}
}
.un-person__item {
	text-align: center;
	display: flex;
	flex-direction: column;
}
@media (max-width: 767px) {
	/* .un-person__item:nth-child(1) {
		order: 2;
	}
	.un-person__item:nth-child(2) {
		order: 1;
	}
	.un-person__item:nth-child(3) {
		order: 3;
	}
	.un-person__item:nth-child(1), .un-person__item:nth-child(3) {
		position: relative;
		margin-top: 70px;
	}
	.un-person__item:nth-child(1)::before, .un-person__item:nth-child(3)::before {
		content: "";
		display: block;
		width: 30px;
		height: 30px;
		background: url(../../../assets/images/feature/img_person_x.svg) no-repeat center/cover;
		position: absolute;
		left: 50%;
		top: -35px;
		transform: translate(-50%, -50%);
	} */
	.un-person__item + .un-person__item {
		position: relative;
		margin-top: 70px;
	}
	.un-person__item + .un-person__item::before {
		content: "";
		display: block;
		width: 30px;
		height: 30px;
		background: url(../../../assets/images/feature/img_person_x.svg) no-repeat center/cover;
		position: absolute;
		left: 50%;
		top: -35px;
		transform: translate(-50%, -50%);
	}
}
@media (min-width: 768px) {
	.un-person__item + .un-person__item {
		position: relative;
		margin-top: 0;
	}
	.un-person__item + .un-person__item::before {
		content: "";
		display: block;
		width: 30px;
		height: 30px;
		background: url(../../../assets/images/feature/img_person_x.svg) no-repeat center/cover;
		position: absolute;
		bottom: 3px;
		left: -44px;
		top: auto;
		transform: translate(0, 0);
	}
}
.un-person__img {
	max-width: 220px;
	margin: 0 auto;
	margin-bottom: 15px;
}
@media (min-width: 768px) {
	.un-person__cap {
		flex-grow: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
}
.un-person__capTxt {
	font-size: 1.5rem;
	line-height: var(--line-height-s);
}
.un-person__capTxt + .un-person__capTxt {
	margin-top: 8px;
}
.un-person__name {
	font-size: 3rem;
	line-height: var(--line-height-s);
	padding-top: 10px;
}
.un-person__name > span {
	color: var(--color-prim);
}
.un-person__name--blue > span {
	color: var(--color-blue);
}
.un-person__name--orng > span {
	color: var(--color-orange);
}
@media (min-width: 768px) {
	.un-person__name {
		margin: auto 0 0;
	}
}

@media (min-width: 768px) {
	.un-featureSection {
		padding-left: 60px;
		padding-right: 60px;
	}
}
@media (min-width: 768px) {
	.un-featureSection--box {
		padding-left: 45px;
		padding-right: 45px;
	}
}

.un-interview__contents + .un-interview__contents {
	margin-top: 30px;
}

.un-interview__contents__flex {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .un-interview__contents__flex {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
	.un-interview__contents--name {
		padding-left: 50px;
		position: relative;
	}
}
.un-interview__contents--col {
	display: flex;
	gap: 20px;
	flex-direction: column;
}
@media (min-width: 768px) {
	.un-interview__contents--col {
		gap: 30px;
		flex-direction: row;
	}
}
.un-interview__contents--col-01 {
	display: flex;
	gap: 30px;
	flex-direction: column;
}
@media (min-width: 768px) {
	.un-interview__contents--col-01 {
		flex-direction: row;
	}
	.un-interview__contents--col-01 > div {
		flex-shrink: 0;
		width: 300px;
	}
}
.un-interview__contents--col-02 {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
@media (min-width: 768px) {
	.un-interview__contents--col-02 {
		flex-direction: row;
		gap: 20px;
	}
	.un-interview__contents--col-02 > div,
.un-interview__contents--col-02 figure {
		flex-shrink: 0;
		margin-left: 20px;
	}
}
.un-interview__contents--col-02 > div,
.un-interview__contents--col-02 figure {
	width: 240px;
	margin: 0 auto;
}
.un-interview__name {
	font-weight: bold;
	color: var(--color-prim);
	display: block;
	margin-bottom: 10px;
}
@media (min-width: 768px) {
	.un-interview__name {
		position: absolute;
		left: 0;
		top: 0;
		margin-bottom: 0;
	}
}
.un-interview__name--blue {
	color: var(--color-blue);
}
.un-interview__name--orng {
	color: var(--color-orange);
}
.un-interview__txt + .un-interview__txt {
	margin-top: 20px;
}
.un-interview__txt .un-interview__txt--orng {
  font-weight: bold;
  color: var(--color-orange);
}
.un-interview__float {
	width: 240px;
	margin: 0 auto 20px;
	border-radius: 10px;
	overflow: hidden;
}
@media (min-width: 768px) {
	.un-interview__float {
		width: 300px;
		float: right;
		margin: 0 0 14px 20px;
	}
}
.un-interview__img {
	width: 240px;
	margin: 0 auto 20px;
}
.un-interview__img > figure {
	border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 768px) {
	.un-interview__img {
		width: 300px;
		margin: 0 0 14px 20px;
    flex-shrink: 0;
	}
}
.un-interview__2col {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
* + .un-interview__2col {
	margin-top: 10px;
}
.un-interview__2col figure {
	width: calc((100% - 10px) / 2);
}
.un-interview__img {
	border-radius: 10px;
	overflow: hidden;
}
.un-interview__imgCap {
	font-size: 1.2rem;
	margin-top: 15px;
	color: var(--color-txt-caption);
}
.un-interview__box {
	padding-top: 40px;
}
.un-interview__boxInner {
	position: relative;
	background-color: var(--color-bg);
	padding: 20px;
	border-radius: 20px;
}
@media (min-width: 768px) {
	.un-interview__boxInner {
		padding: 40px 60px;
	}
}
.un-interview__boxLabel {
	position: absolute;
	top: -40px;
	left: 50%;
	display: inline-block;
	background-color: var(--color-bg);
	color: var(--color-cv);
	font-weight: bold;
	text-align: center;
	border-radius: 20px 20px 0 0;
	padding: 14px 30px 0;
	transform: translateX(-50%);
	min-width: 220px;
}
.un-interview__boxLabel > span {
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: dotted 3px var(--color-cv);
}
.un-interview__boxTtl {
	text-align: center;
	color: var(--color-cv);
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 25px;
}
@media (min-width: 768px) {
	.un-interview__boxTtl {
		font-size: 2.5rem;
	}
}
.un-interview__boxTxt {
	font-size: 1.4rem;
}
.un-interview__boxTxt > p + p {
	margin-top: 20px;
}
.un-interview__panelList {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
@media (max-width: 767px) {
	.un-interview__panelList {
		flex-direction: column;
	}
}
.un-interview__panelItem {
	position: relative;
	background-color: #fff;
	border-radius: 20px;
	padding: 60px 20px 20px;
	margin-top: 47px;
}
@media (min-width: 768px) {
	.un-interview__panelItem {
		width: calc((100% - 30px) / 3);
	}
}
.un-interview__panelImg {
	position: absolute;
	top: -47px;
	left: 50%;
	width: 96px;
	transform: translateX(-50%);
}
.un-interview__panelTxt {
	font-weight: bold;
}
.un-clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.un-personBottomList__item {
	position: relative;
	text-align: center;
	display: flex;
	flex-direction: column;
}
.un-personBottomList__item::before {
	content: "";
	position: absolute;
	display: block;
	background: url(../../../assets/images/feature/bg_circle_s_01.svg) no-repeat center/cover;
	z-index: 3;
}
.un-personBottomList__item::after {
	content: "";
	position: absolute;
	display: block;
	background: url(../../../assets/images/feature/bg_circle_s_03.svg) no-repeat center/cover;
	z-index: 0;
}
.un-personBottomList__img {
	position: relative;
	max-width: 172px;
	margin: 0 auto;
	z-index: 1;
}
@media (max-width: 767px) {
	.un-personBottomList__item:nth-child(1)::before {
		width: 64px;
		height: 64px;
		left: 135px;
		top: 12px;
	}
	.un-personBottomList__item:nth-child(1)::after {
		width: 107px;
		height: 107px;
		left: -46px;
		bottom: -46px;
	}
	.un-personBottomList__item:nth-child(1) > .un-personBottomList__img {
		margin: 0 auto 0 0;
	}
	.un-personBottomList__item:nth-child(2) {
		margin-top: -80px;
	}
	.un-personBottomList__item:nth-child(2)::before {
		width: 63px;
		height: 63px;
		right: -32px;
		top: 25px;
	}
	.un-personBottomList__item:nth-child(2)::after {
		width: 124px;
		height: 124px;
		right: -30px;
		top: -65px;
	}
	.un-personBottomList__item:nth-child(2) > .un-personBottomList__img {
		margin: 0 0 0 auto;
	}
	.un-personBottomList__item:nth-child(2) > .un-personBottomList__img::before {
		content: "";
		position: absolute;
		display: block;
		background: url(../../../assets/images/feature/bg_circle_s_01.svg) no-repeat center/cover;
		z-index: 3;
		width: 32px;
		height: 32px;
		left: -140px;
		bottom: 30px;
	}
}
@media (min-width: 768px) {
	.un-personBottomList {
		display: flex;
		justify-content: center;
		gap: 80px;
	}
	.un-personBottomList__item:nth-child(1)::before {
		width: 82px;
		height: 82px;
		left: -60px;
		top: 110px;
	}
	.un-personBottomList__item:nth-child(1)::after {
		width: 136px;
		height: 136px;
		left: -36px;
		top: -26px;
	}
	.un-personBottomList__item:nth-child(1) > .un-personBottomList__img::before {
		content: "";
		position: absolute;
		display: block;
		background: url(../../../assets/images/feature/bg_circle_s_01.svg) no-repeat center/cover;
		z-index: 3;
		width: 62px;
		height: 62px;
		right: -22px;
		top: 30px;
	}
	.un-personBottomList__item:nth-child(1) > .un-personBottomList__img::after {
		content: "";
		position: absolute;
		display: block;
		background: url(../../../assets/images/feature/bg_circle_s_03.svg) no-repeat center/cover;
		z-index: -2;
		width: 158px;
		height: 158px;
		right: -113px;
		bottom: -13px;
	}
	.un-personBottomList__item:nth-child(2)::before {
		width: 80px;
		height: 80px;
		right: -40px;
		top: -5px;
	}
	.un-personBottomList__item:nth-child(2)::after {
		width: 150px;
		height: 150px;
		right: -108px;
		bottom: 18px;
	}
	.un-personBottomList__item:nth-child(2) > .un-personBottomList__img::before {
		content: "";
		position: absolute;
		display: block;
		background: url(../../../assets/images/feature/bg_circle_s_01.svg) no-repeat center/cover;
		z-index: 3;
		width: 40px;
		height: 40px;
		left: -8px;
		top: -26px;
	}
	.un-personBottomList__item:nth-child(2) > .un-personBottomList__img::after {
		content: "";
		position: absolute;
		display: block;
		background: url(../../../assets/images/feature/bg_circle_s_01.svg) no-repeat center/cover;
		z-index: -1;
		width: 82px;
		height: 82px;
		left: -28px;
		bottom: 5px;
	}
	.un-personBottomList__img {
		max-width: 220px;
	}
}
/*# sourceMappingURL=style.css.map */
