@charset "UTF-8";
/*
* about_business.css
*
*/
/**
  画像トリミング
*/
.ly_careers_wrapper {
  background-image: linear-gradient(to bottom, var(--bb-recruit-bg-color-white) 0%, var(--bb-recruit-bg-color-white) 49%, transparent 50%);

  padding-block-start: 0;
}

@media (min-width: 1024px) {
  .bl_relatedCard_name {
    margin-right: calc(-1 * var(--_anchor-point));
  }
}

.un_business {
  --_hover-in-duration: 0.3s;
  --_hover-out-duration: 0.25s;
  --_hover-ease: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --_header-height: 2.75rem;
  margin-block-start: 0.4375rem;
}
@media (min-width: 768px) {
  .un_business {
    --_header-height: 3.4375rem;
    margin-block-start: 0.4375rem;
    padding-block-start: 0.625rem;
  }
}
@media (min-width: 1024px) {
  .un_business {
    margin-block-start: calc(var(--_header-height) + 1.625rem);
  }
}

.un_business_kv {
  position: relative;
  z-index: -1;
  width: calc(100vw - 1.5rem);

  margin-block-end: 2rem;
}
@media (min-width: 1024px) {
  .un_business_kv {
    position: absolute;
    top: max(-7.1527777778vw, -6.4375rem);
    right: max(-3.0555555556vw, -2.75rem);
    width: min(60.2326388889vw, 54.209375rem);
  }
}
@media screen and (min-width: 1280px) {
  .un_business_kv {
    width: min(63.4027777778vw, 57.0625rem);
  }
}

.un_business_kvImg {
  position: relative;
  width: 100%;

  aspect-ratio: 336/122;
}
@media (min-width: 768px) {
  .un_business_kvImg {
    aspect-ratio: 913/334;
  }
}
.un_business_kvImg span {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/recruit/assets/img//about_business/business_kv_img.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.un_business_kvImg span:nth-child(1) {
  display: block;

  clip-path: polygon(0% 34.43%, 7.67% 34.43%, 7.67% 89.92%, 0% 89.92%);
  translate: -0.4rem 0;
}
@media (max-width: 767.98px) {
  .un_business_kvImg span:nth-child(1) {
    translate: -0.35rem 0;
  }
}
.un_business_kvImg span:nth-child(2) {
  display: block;

  clip-path: polygon(8.06% 17.86%, 21.14% 17.86%, 21.14% 100%, 8.06% 100%);
  translate: -0.3rem 0;
}
@media (max-width: 767.98px) {
  .un_business_kvImg span:nth-child(2) {
    translate: -0.25rem 0;
  }
}
.un_business_kvImg span:nth-child(3) {
  display: block;

  clip-path: polygon(21.53% 31.54%, 40.53% 31.54%, 40.53% 95.01%, 21.53% 95.01%);
  translate: -0.2rem 0;
}
@media (max-width: 767.98px) {
  .un_business_kvImg span:nth-child(3) {
    translate: -0.15rem 0;
  }
}
.un_business_kvImg span:nth-child(4) {
  display: block;

  clip-path: polygon(40.92% 0%, 89.08% 0%, 89.08% 100%, 40.92% 100%);
}
.un_business_kvImg span:nth-child(5) {
  display: block;

  clip-path: polygon(89.38% 29.64%, 100% 29.64%, 100% 94.01%, 89.38% 94.01%);
  translate: 0.2rem 0;
}
@media (max-width: 767.98px) {
  .un_business_kvImg span:nth-child(5) {
    translate: 0.15rem 0;
  }
}

.un_business_body {
  margin-block-start: 3.75rem;
  scroll-margin-block-start: calc(var(--_header-height) + 1.875rem);
}
@media (min-width: 768px) {
  .un_business_body {
    margin-block-start: 5rem;
    scroll-margin-block-start: calc(var(--_header-height) + 2.5rem);
  }
}

.un_business_top-section {
  position: relative;

  padding-block-end: 5rem;
}
@media (min-width: 768px) {
  .un_business_top-section {
    padding-block-end: 6.125rem;
  }
}
.un_business_top-section::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6.9926811944vw;
  background-color: var(--bb-recruit-bg-color-white);

  clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
  translate: 0 101%;
}

.un_business_bottom-section {
  position: relative;
  z-index: var(--bb-recruit-base-zIndex);
  background-color: var(--bb-recruit-bg-color-white);

  margin-block-start: 6.9926811944vw;
  padding-block-start: 5.5rem;
  padding-block-end: 5.375rem;
}
@media (min-width: 768px) {
  .un_business_bottom-section {
    padding-block-start: 6.125rem;
    padding-block-end: 7.5rem;
  }
}

@media (min-width: 768px) {
  .un_lead {
    padding-block-start: 6.9375rem;
  }
}

.un_lead_ttl {
  font-size: 1.375rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .un_lead_ttl {
    font-size: 2rem;
  }
}

.un_lead_imgBox {
  display: flex;
  justify-content: center;
}

.un_lead_body {
  display: grid;
  position: relative;

  --_imgGrid-size: min(38.0555555556vw, 34.25rem);
  gap: 3.5rem;
  padding-block-start: 1.875rem;
}
@media (min-width: 768px) {
  .un_lead_body {
    gap: 4.375rem;
    padding-block-start: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .un_lead_body {
    align-items: center;

    grid-template-columns: var(--_imgGrid-size) 1fr;
  }
}

.un_lead_imgBox {
  --_imgPadding-size: min(7.1527777778vw, 6.4375rem);
}
@media (min-width: 1024px) {
  .un_lead_imgBox {
    padding-inline-start: var(--_imgPadding-size);
  }
}

.un_lead_txt {
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .un_lead_txt {
    font-size: 1.5rem;
  }
}

.un_lead_txts {
  display: flex;
  flex-direction: column;
  line-height: 1.6;

  gap: 1.375rem;
  padding-block-start: 1.125rem;
}
@media (min-width: 768px) {
  .un_lead_txts {
    line-height: 1.8;
  }
}
@media (min-width: 768px) {
  .un_lead_txts {
    gap: 1.5rem;
    padding-block-start: 1rem;
  }
}

.un_project {
  position: relative;
  z-index: var(--bb-recruit-base-zIndex);

  padding-block-start: 4.375rem;
}
@media (min-width: 768px) {
  .un_project {
    padding-block-start: 5.9375rem;
  }
}

.un_project_body {
  display: flex;
  flex-direction: column;

  padding-block-start: 2.5rem;
  gap: 2.5rem;
}

.un_project_item {
  display: grid;
  position: relative;

  --_imgGrid-size: min(40.33203125vw, 25.8125rem);
}
@media (min-width: 768px) {
  .un_project_item {
    grid-template-columns: var(--_imgGrid-size) 1fr;
  }
}

.un_project_item_imgBox {
  position: relative;
  z-index: -1;
  padding: 0.625rem;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  aspect-ratio: 312/184;
}
@media (min-width: 768px) {
  .un_project_item_imgBox {
    height: 100%;
    height: auto;

    aspect-ratio: 413/241;
    margin-block-end: 1.25rem;
  }
}
.un_project_item_imgBox::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);

          backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.un_project_item_imgBox img {
  position: relative;
  z-index: 10;
  width: 100%;
}
.un_project_item:nth-child(1) .un_project_item_imgBox {
  background-image: url("/recruit/assets/img/about_business/project_img_01.webp");
}
.un_project_item:nth-child(2) .un_project_item_imgBox {
  background-image: url("/recruit/assets/img/about_business/project_img_02.webp");
}
.un_project_item:nth-child(3) .un_project_item_imgBox {
  background-image: url("/recruit/assets/img/about_business/project_img_03.webp");
}
.un_project_item:nth-child(4) .un_project_item_imgBox {
  background-image: url("/recruit/assets/img/about_business/project_img_04.webp");
}
.un_project_item:nth-child(5) .un_project_item_imgBox {
  background-image: url("/recruit/assets/img/about_business/project_img_05.webp");
}
.un_project_item:nth-child(6) .un_project_item_imgBox {
  background-image: url("/recruit/assets/img/about_business/project_img_06.webp");
}
.un_project_item:nth-child(7) .un_project_item_imgBox {
  background-image: url("/recruit/assets/img/about_business/project_img_07.webp");
}

.un_project_item_txtBox {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 1.625rem 1.5rem 2.5rem;
  background-color: var(--bb-recruit-color-white);
}
@media (min-width: 768px) {
  .un_project_item_txtBox {
    padding: 1.9375rem 2.125rem 2rem 2.125rem;
    width: calc(100% + 1.25rem);

    margin-block-start: 1.25rem;
    translate: -1.25rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .un_project_item_txtBox {
    padding: 1.9375rem 3.9375rem 2rem 3.9375rem;
  }
}

.un_project_item_ttl_jp {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .un_project_item_ttl_jp {
    font-size: 1.5rem;
  }
}

.un_project_item_ttl_en {
  position: relative;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 0.5625rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .un_project_item_ttl_en {
    font-size: 0.75rem;

    padding-block-start: 0.125rem;
    padding-inline-start: 0.1875rem;
  }
}

.un_project_item_txt {
  line-height: 1.5;

  padding-block-start: 0.5625rem;
}
.un_project_item_txt::before,
.un_project_item_txt::after {
  content: "";
  display: block;

  inline-size: 0;
  block-size: 1px;
}
.un_project_item_txt::before {
  margin-block-end: calc((1 - 1.5) * 0.5em);
}
.un_project_item_txt::after {
  margin-block-start: calc((1 - 1.5) * 0.5em);
}
@media (min-width: 768px) {
  .un_project_item_txt {
    font-size: 1.125rem;
    line-height: 1.6;

    padding-block-start: 0.875rem;
  }
  .un_project_item_txt::before,
  .un_project_item_txt::after {
    content: "";
    display: block;

    inline-size: 0;
    block-size: 1px;
  }
  .un_project_item_txt::before {
    margin-block-end: calc((1 - 1.6) * 0.5em);
  }
  .un_project_item_txt::after {
    margin-block-start: calc((1 - 1.6) * 0.5em);
  }
}

.un_project_item_links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

  padding-block-start: 1.8125rem;
  gap: 0.875rem;
}
@media (min-width: 768px) {
  .un_project_item_links {
    justify-content: flex-start;

    margin-block-start: auto;
    padding-block-start: 1.5rem;
    -moz-column-gap: 4.125rem;
         column-gap: 4.125rem;
    row-gap: 0.875rem;
  }
}

.un_project_item_link {
  min-width: 7.75rem;
}
@media (min-width: 768px) {
  .un_project_item_link {
    min-width: 11.25rem;
  }
}
@media (max-width: 767.98px) {
  .un_project_item_link {
    gap: 0.25rem;
  }
}

.un_business_card {
  position: relative;
  z-index: var(--bb-recruit-base-zIndex);
  padding: 2rem 2.5rem 1.5rem;
  background-color: var(--bb-recruit-bg-color);

  clip-path: polygon(50px 0%, 100% 0%, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0% 100%, 0% 50px);
}
@media (min-width: 768px) {
  .un_business_card {
    padding: 2.5rem 3.125rem 1.25rem;

    clip-path: polygon(72px 0%, 100% 0%, 100% calc(100% - 72px), calc(100% - 72px) 100%, 0% 100%, 0% 72px);
  }
}

.un_business_card_ttl {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .un_business_card_ttl {
    white-space: nowrap;
    font-size: 1.5rem;
  }
}
.un_business_card_ttl::after {
  content: "";
  display: inline-block;
  position: relative;
  z-index: -1;
  right: 0.625rem;
  bottom: -0.375rem;
  width: 1.125rem;
  height: 1.125rem;
  background-color: var(--bb-recruit-color-gold);

  aspect-ratio: 1;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
}
@media (min-width: 768px) {
  .un_business_card_ttl::after {
    right: 1rem;
    bottom: -0.5625rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}

.un_business_card_caption {
  font-size: 0.625rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .un_business_card_caption {
    font-size: 0.75rem;
  }
}

.un_scale_body {
  display: grid;

  grid-template-areas: "card01" "card02" "card03";
  gap: 1.5rem;
  padding-block-start: 2rem;
}
@media screen and (min-width: 1200px) {
  .un_scale_body {
    padding-block-start: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "card01 card02" "card03 card03";
    gap: 2.5rem;
  }
}

.un_scale_card__01 {
  grid-area: card01;
}
.un_scale_card__01 .un_scale_card_body {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .un_scale_card__01 .un_scale_card_body {
    margin-block-start: -0.625rem;
  }
}
.un_scale_card__01 .un_scale_card_body p:first-child {
  display: flex;
  align-items: end;
  white-space: nowrap;
  color: var(--bb-recruit-color-gray-dark);
  font-size: 2rem;
  font-weight: 600;

  padding-block-start: 1.375rem;
  padding-inline-start: 1.125rem;
}
@media (min-width: 768px) {
  .un_scale_card__01 .un_scale_card_body p:first-child {
    font-size: 2.875rem;

    padding-block-start: 0;
    padding-inline-start: 0.5rem;
  }
}
.un_scale_card__01 .un_scale_card_body p:first-child span {
  color: var(--bb-recruit-color-gold-dark);
  font-size: 3.75rem;

  margin-inline-end: 0.625rem;
  translate: 0 -0.375rem;
}
@media (min-width: 768px) {
  .un_scale_card__01 .un_scale_card_body p:first-child span {
    font-size: 6.25rem;

    margin-inline-end: 0.75rem;
    translate: 0 -0.25rem;
  }
}
.un_scale_card__01 .un_scale_card_body p:first-child span::before,
.un_scale_card__01 .un_scale_card_body p:first-child span::after {
  content: "";
  display: block;

  inline-size: 0;
  block-size: 1px;
}
.un_scale_card__01 .un_scale_card_body p:first-child span::before {
  margin-block-end: calc((1 - 1.5) * 0.5em);
}
.un_scale_card__01 .un_scale_card_body p:first-child span::after {
  margin-block-start: calc((1 - 1.5) * 0.5em);
}
.un_scale_card__01 .un_scale_card_body p:first-child::before {
  content: "";
  display: inline-block;
  width: 3.125rem;
  height: 3.125rem;
  background-image: url("/recruit/assets/img/about_business/scale_icon_01_sm.svg");
  background-repeat: no-repeat;
  background-size: contain;

  aspect-ratio: 1;
  margin-inline-end: 0.5625rem;
  translate: 0 0rem;
}
@media (min-width: 768px) {
  .un_scale_card__01 .un_scale_card_body p:first-child::before {
    width: 5rem;
    height: 5rem;
    background-image: url("/recruit/assets/img/about_business/scale_icon_01_lg.svg");

    margin-inline-end: 1rem;
    translate: 0 -0.5rem;
  }
}
.un_scale_card__01 .un_scale_card_body p:nth-child(2) {
  color: var(--bb-recruit-color-gray-dark);
  font-size: 1rem;
  line-height: 1.3;

  padding-block-start: 0.6875rem;
}
@media (min-width: 768px) {
  .un_scale_card__01 .un_scale_card_body p:nth-child(2) {
    font-size: 1.125rem;

    padding-block-start: 0.75rem;
    padding-inline-start: 1.125rem;
  }
}
.un_scale_card__01 .un_scale_card_body p:nth-child(3) {
  padding-block-start: 1.1875rem;
}
@media (min-width: 768px) {
  .un_scale_card__01 .un_scale_card_body p:nth-child(3) {
    padding-block-start: 1.375rem;
  }
}
.un_scale_card__02 {
  grid-area: card02;
}
.un_scale_card__02 .un_scale_card_body {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .un_scale_card__02 .un_scale_card_body {
    margin-block-start: -0.625rem;
  }
}
.un_scale_card__02 .un_scale_card_body p:first-child {
  display: flex;
  align-items: end;
  white-space: nowrap;
  color: var(--bb-recruit-color-gray-dark);
  font-size: 2rem;
  font-weight: 600;

  padding-block-start: 1.375rem;
  margin-inline-start: -1rem;
}
@media (min-width: 768px) {
  .un_scale_card__02 .un_scale_card_body p:first-child {
    font-size: 2.875rem;

    padding-block-start: 0;
    padding-inline-end: 2.625rem;
    margin-inline-start: 0rem;
  }
}
.un_scale_card__02 .un_scale_card_body p:first-child span {
  color: var(--bb-recruit-color-gold-dark);
  font-size: 3.75rem;

  margin-inline-end: 0.625rem;
  translate: 0 -0.3125rem;
}
@media (min-width: 768px) {
  .un_scale_card__02 .un_scale_card_body p:first-child span {
    font-size: 6.25rem;

    margin-inline-end: 0.5rem;
    translate: 0 -0.25rem;
  }
}
.un_scale_card__02 .un_scale_card_body p:first-child span::before,
.un_scale_card__02 .un_scale_card_body p:first-child span::after {
  content: "";
  display: block;

  inline-size: 0;
  block-size: 1px;
}
.un_scale_card__02 .un_scale_card_body p:first-child span::before {
  margin-block-end: calc((1 - 1.5) * 0.5em);
}
.un_scale_card__02 .un_scale_card_body p:first-child span::after {
  margin-block-start: calc((1 - 1.5) * 0.5em);
}
.un_scale_card__02 .un_scale_card_body p:first-child::before {
  content: "";
  display: inline-block;
  width: 3.125rem;
  height: 3.125rem;
  background-image: url("/recruit/assets/img/about_business/scale_icon_02_sm.svg");
  background-repeat: no-repeat;
  background-size: contain;

  aspect-ratio: 1;
  margin-inline-end: 0.5625rem;
}
@media (min-width: 768px) {
  .un_scale_card__02 .un_scale_card_body p:first-child::before {
    width: 5rem;
    height: 5rem;
    background-image: url("/recruit/assets/img/about_business/scale_icon_02_lg.svg");

    margin-inline-end: 1rem;
    translate: 0 -0.25rem;
  }
}
.un_scale_card__02 .un_scale_card_body p:nth-child(2) {
  padding-block-start: 0.75rem;
}
@media (min-width: 768px) {
  .un_scale_card__02 .un_scale_card_body p:nth-child(2) {
    padding-block-start: 0.0625rem;
  }
}
.un_scale_card__02 .un_scale_card_body p:nth-child(3) {
  color: var(--bb-recruit-color-gray-dark);
  font-size: 1.25rem;

  padding-block-start: 0.625rem;
}
@media (min-width: 768px) {
  .un_scale_card__02 .un_scale_card_body p:nth-child(3) {
    font-size: 1.5rem;

    padding-block-start: 0.3125rem;
  }
}
.un_scale_card__02 .un_scale_card_body p:nth-child(4) {
  padding-block-start: 0.125rem;
}
@media (min-width: 768px) {
  .un_scale_card__02 .un_scale_card_body p:nth-child(4) {
    padding-block-start: 0;
  }
}
.un_scale_card__03 {
  grid-area: card03;
  padding-block-end: 3.75rem;
}
@media (min-width: 768px) {
  .un_scale_card__03 {
    padding-block-end: 3.875rem;
  }
}
.un_scale_card__03 .un_scale_card_body {
  display: grid;
  justify-content: space-around;

  grid-template-columns: 6.875rem;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 2.5rem;
  padding-block-start: 1.25rem;
}
@media screen and (min-width: 375px) {
  .un_scale_card__03 .un_scale_card_body {
    grid-template-columns: 6.875rem 6.875rem;
  }
}
@media (min-width: 768px) {
  .un_scale_card__03 .un_scale_card_body {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    row-gap: 2rem;
    padding-inline: 3.3125rem 6.375rem;
    padding-block-start: 0;
    grid-template-columns: 9rem 9rem;
  }
}
@media screen and (min-width: 1200px) {
  .un_scale_card__03 .un_scale_card_body {
    justify-content: space-between;

    grid-template-columns: repeat(4, 9rem);
  }
}
.un_scale_card__03 .un_scale_card_body .un_scale_card_item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.un_scale_card__03 .un_scale_card_body .un_scale_card_item::before {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-size: contain;

  aspect-ratio: 1;
}
@media (min-width: 768px) {
  .un_scale_card__03 .un_scale_card_body .un_scale_card_item::before {
    width: 4rem;
    height: 4rem;
  }
}
.un_scale_card__03 .un_scale_card_body .un_scale_card_item:first-child::before {
  background-image: url("/recruit/assets/img/about_business/scale_icon_03_01_sm.svg");
}
@media (min-width: 768px) {
  .un_scale_card__03 .un_scale_card_body .un_scale_card_item:first-child::before {
    background-image: url("/recruit/assets/img/about_business/scale_icon_03_01_lg.svg");
  }
}
.un_scale_card__03 .un_scale_card_body .un_scale_card_item:nth-child(2)::before {
  background-image: url("/recruit/assets/img/about_business/scale_icon_03_02_sm.svg");
}
@media (min-width: 768px) {
  .un_scale_card__03 .un_scale_card_body .un_scale_card_item:nth-child(2)::before {
    background-image: url("/recruit/assets/img/about_business/scale_icon_03_02_lg.svg");
  }
}
.un_scale_card__03 .un_scale_card_body .un_scale_card_item:nth-child(3)::before {
  background-image: url("/recruit/assets/img/about_business/scale_icon_03_03_sm.svg");
}
@media (min-width: 768px) {
  .un_scale_card__03 .un_scale_card_body .un_scale_card_item:nth-child(3)::before {
    background-image: url("/recruit/assets/img/about_business/scale_icon_03_03_lg.svg");
  }
}
.un_scale_card__03 .un_scale_card_body .un_scale_card_item:nth-child(4)::before {
  background-image: url("/recruit/assets/img/about_business/scale_icon_03_04_sm.svg");
}
@media (min-width: 768px) {
  .un_scale_card__03 .un_scale_card_body .un_scale_card_item:nth-child(4)::before {
    background-image: url("/recruit/assets/img/about_business/scale_icon_03_04_lg.svg");
  }
}
.un_scale_card__03 .un_scale_card_body .un_scale_card_item p:first-child {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .un_scale_card__03 .un_scale_card_body .un_scale_card_item p:first-child {
    font-size: 1.375rem;
  }
}
.un_scale_card__03 .un_scale_card_body .un_scale_card_item p:first-child::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.0625rem;
  background-color: var(--bb-recruit-color-black);
}
.un_scale_card__03 .un_scale_card_body .un_scale_card_item p:nth-child(2) {
  position: relative;
  color: var(--bb-recruit-color-gold-dark);
  font-size: 2.875rem;
  font-weight: 600;

  padding-block-start: 0.625rem;
}
@media (min-width: 768px) {
  .un_scale_card__03 .un_scale_card_body .un_scale_card_item p:nth-child(2) {
    font-size: 4.375rem;

    padding-block-start: 1.25rem;
  }
}
.un_scale_card__03 .un_scale_card_body .un_scale_card_item p:nth-child(2)::before,
.un_scale_card__03 .un_scale_card_body .un_scale_card_item p:nth-child(2)::after {
  content: "";
  display: block;

  inline-size: 0;
  block-size: 1px;
}
.un_scale_card__03 .un_scale_card_body .un_scale_card_item p:nth-child(2)::before {
  margin-block-end: calc((1 - 1.5) * 0.5em);
}
.un_scale_card__03 .un_scale_card_body .un_scale_card_item p:nth-child(2)::after {
  margin-block-start: calc((1 - 1.5) * 0.5em);
}
.un_scale_card__03 .un_scale_card_body .un_scale_card_item p:nth-child(2) span {
  position: absolute;
  right: -0.25rem;
  bottom: 0;
  white-space: nowrap;
  color: var(--bb-recruit-color-gray-dark);
  font-size: 1rem;

  translate: 100% 0;
}
@media (min-width: 768px) {
  .un_scale_card__03 .un_scale_card_body .un_scale_card_item p:nth-child(2) span {
    right: -0.5rem;
    font-size: 1.375rem;
  }
}
@media (max-width: 767.98px) {
  .un_scale_card__03 .un_scale_card_body .un_scale_card_item:first-child p:nth-child(2) {
    translate: -1.25rem 0;
  }
}
@media (max-width: 767.98px) {
  .un_scale_card__03 .un_scale_card_body .un_scale_card_item:nth-child(2) p:nth-child(2) {
    translate: -1.875rem 0;
  }
}

.un_performance {
  padding-block-start: 3rem;
}
@media (min-width: 768px) {
  .un_performance {
    padding-block-start: 5.875rem;
  }
}

.un_performance_body {
  display: grid;

  padding-block-start: 2rem;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .un_performance_body {
    gap: 2.5rem;
    padding-block-start: 2.5rem;
  }
}

@media (max-width: 767.98px) {
  .un_performance_card__01 {
    padding-inline: 0.75rem;
    padding-block-end: 1.25rem;
  }
}
@media (min-width: 768px) {
  .un_performance_card__01 {
    padding-block-end: 1rem;
  }
}
@media (max-width: 767.98px) {
  .un_performance_card__01 .un_business_card_ttl {
    margin-inline: 1.75rem;
  }
}
.un_performance_card__01 .un_performance_card_body {
  display: block;
  position: relative;

  padding-block-start: 0.875rem;
}
@media (min-width: 768px) {
  .un_performance_card__01 .un_performance_card_body {
    width: -moz-fit-content;
    width: fit-content;

    margin-inline: auto;
    padding-inline-end: 0.75rem;
  }
}
@media screen and (min-width: 1300px) {
  .un_performance_card__01 .un_performance_card_body {
    margin-block-start: -3.125rem;
  }
}
.un_performance_card__01 .un_performance_card_body > p {
  text-align: center;

  translate: 0 -0.25rem;
}
@media (min-width: 768px) {
  .un_performance_card__01 .un_performance_card_body > p {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: left;

    translate: calc(100% - 0.375rem) -1rem;
  }
}
@media screen and (min-width: 1200px) {
  .un_performance_card__01 .un_performance_card_body > p {
    translate: calc(100% - 0.375rem) -1.375rem;
  }
}
.un_performance_card__01 .un_performance_txtBox {
  display: flex;
  align-items: end;
  justify-content: center;
}
@media (min-width: 768px) {
  .un_performance_card__01 .un_performance_txtBox {
    display: inline-flex;

    gap: 0.5625rem;
  }
}
.un_performance_card__01 .un_performance_txtBox img {
  width: min(170px, 47.2222222222vw);
}
@media (min-width: 768px) {
  .un_performance_card__01 .un_performance_txtBox img {
    width: 11.8125rem;
  }
}
.un_performance_card__01 .un_performance_txtBox::before,
.un_performance_card__01 .un_performance_txtBox::after {
  content: "";
  display: inline-block;
  width: 3.875rem;
  height: 2.4375rem;
  background-image: url("/recruit/assets/img/about_business/performance_icon_01_02_sm.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .un_performance_card__01 .un_performance_txtBox::before,
  .un_performance_card__01 .un_performance_txtBox::after {
    width: 6.25rem;
    height: 3.9375rem;
  }
}
@media screen and (min-width: 1200px) {
  .un_performance_card__01 .un_performance_txtBox::before,
  .un_performance_card__01 .un_performance_txtBox::after {
    width: 15.625rem;
    height: 5rem;
    background-image: url("/recruit/assets/img/about_business/performance_icon_01_02_lg.svg");
  }
}
.un_performance_card__01 .un_performance_txtBox::before {
  translate: 0.625rem -0.625rem;
}
@media (min-width: 768px) {
  .un_performance_card__01 .un_performance_txtBox::before {
    translate: -0.1875rem -0.625rem;
  }
}
.un_performance_card__01 .un_performance_txtBox::after {
  translate: -0.625rem -0.625rem;
}
@media (min-width: 768px) {
  .un_performance_card__01 .un_performance_txtBox::after {
    translate: 0.1875rem -0.625rem;
  }
}
.un_performance_card__02 {
  display: flex;
  flex-direction: column;
  justify-content: center;

  gap: 3.125rem;
  padding-block-end: 2.75rem;
}
@media (min-width: 768px) {
  .un_performance_card__02 {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;

    gap: 2.5rem;
    padding-block-end: 2.5rem;
    padding-inline-end: 6.4375rem;
  }
}
.un_performance_card__02 .un_performance_block {
  flex-grow: 1;
}
.un_performance_card__02 .un_performance_block:first-child .un_performance_card_body {
  padding-block-start: 1.5rem;
}
@media (min-width: 768px) {
  .un_performance_card__02 .un_performance_block:first-child .un_performance_card_body {
    padding-block-start: 1rem;
    padding-inline-start: 3.3125rem;
  }
}
.un_performance_card__02 .un_performance_block:first-child .un_performance_imgBox {
  width: -moz-fit-content;
  width: fit-content;

  padding-block-start: 1.875rem;
}
@media (min-width: 768px) {
  .un_performance_card__02 .un_performance_block:first-child .un_performance_imgBox {
    padding-block-start: 2.875rem;
    padding-inline-start: 0.875rem;
  }
}
.un_performance_card__02 .un_performance_block:first-child p:last-child {
  padding-block-start: 0.625rem;
}
@media (min-width: 768px) {
  .un_performance_card__02 .un_performance_block:first-child p:last-child {
    padding-block-start: 0.75rem;
  }
}
.un_performance_card__02 .un_performance_block:last-child .un_performance_card_body {
  padding-block-start: 1.25rem;
}
@media (min-width: 768px) {
  .un_performance_card__02 .un_performance_block:last-child .un_performance_card_body {
    padding-block-start: 1rem;
  }
}
@media (min-width: 768px) {
  .un_performance_card__02 .un_performance_block:last-child .un_performance_card_body p:first-child {
    padding-inline-start: 3.3125rem;
  }
}
@media (min-width: 768px) {
  .un_performance_card__02 .un_performance_block:last-child .un_performance_card_body p:last-child {
    padding-block-start: 0.25rem;
    padding-inline-end: 0.9375rem;
  }
}
.un_performance_card__02 .un_performance_block:last-child .un_performance_imgBox {
  width: -moz-fit-content;
  width: fit-content;

  padding-block-start: 1.25rem;
}
@media (min-width: 768px) {
  .un_performance_card__02 .un_performance_block:last-child .un_performance_imgBox {
    padding-block-start: 1rem;
  }
}
.un_performance_card__02 .un_performance_card_body {
  width: 100%;

  padding-block-start: 1.5rem;
}
@media (min-width: 768px) {
  .un_performance_card__02 .un_performance_card_body {
    padding-block-start: 1rem;
  }
}
.un_performance_card__02 .un_performance_card_body .un_performance_imgBox {
  margin-inline: auto;
}
.un_performance_card__02 .un_performance_card_body p:first-child {
  display: flex;
  align-items: end;
  white-space: nowrap;
  color: var(--bb-recruit-color-gray-dark);
  font-size: 0.9375rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .un_performance_card__02 .un_performance_card_body p:first-child {
    font-size: 1.375rem;

    gap: 0.1875rem;
  }
}
.un_performance_card__02 .un_performance_card_body p:first-child span {
  color: var(--bb-recruit-color-gold-dark);
  font-size: 2.75rem;

  translate: 0 -0.125rem;
}
@media (min-width: 768px) {
  .un_performance_card__02 .un_performance_card_body p:first-child span {
    font-size: 4.375rem;

    translate: 0 0;
  }
}
.un_performance_card__02 .un_performance_card_body p:first-child span::before,
.un_performance_card__02 .un_performance_card_body p:first-child span::after {
  content: "";
  display: block;

  inline-size: 0;
  block-size: 1px;
}
.un_performance_card__02 .un_performance_card_body p:first-child span::before {
  margin-block-end: calc((1 - 1.5) * 0.5em);
}
.un_performance_card__02 .un_performance_card_body p:first-child span::after {
  margin-block-start: calc((1 - 1.5) * 0.5em);
}
.un_performance_card__02 .un_performance_card_body p:first-child span:not(:first-child) {
  margin-inline-start: 0.375rem;
}
.un_performance_card__02 .un_performance_card_body p:last-child {
  text-align: right;
}

.un_other {
  padding-block-start: 3rem;
}
@media (min-width: 768px) {
  .un_other {
    padding-block-start: 5.875rem;
  }
}

.un_other_body {
  display: grid;

  grid-template-areas: "card01" "card02" "card03";
  gap: 1.5rem;
  padding-block-start: 2rem;
}
@media screen and (min-width: 1200px) {
  .un_other_body {
    gap: 2.5rem;
    padding-block-start: 2.5rem;
    grid-template-areas: "card01 card02" "card03 card03";
  }
}

.un_other_card__01 {
  grid-area: card01;
}
@media (min-width: 768px) {
  .un_other_card__01 {
    padding-block-end: 2.5rem;
  }
}
.un_other_card__01 .un_other_card_body {
  width: 100%;

  padding-block-start: 1rem;
}
@media (min-width: 768px) {
  .un_other_card__01 .un_other_card_body {
    padding-block-start: 0.5rem;
    padding-inline-start: 0.75rem;
  }
}
.un_other_card__01 .un_other_card_body .un_other_card_txt {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .un_other_card__01 .un_other_card_body .un_other_card_txt {
    align-items: end;
  }
}
.un_other_card__01 .un_other_card_body .un_other_card_txt p {
  display: flex;
  align-items: end;
  color: var(--bb-recruit-color-gray-dark);
  font-size: 0.75rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .un_other_card__01 .un_other_card_body .un_other_card_txt p {
    font-size: 1.375rem;
  }
}
.un_other_card__01 .un_other_card_body .un_other_card_txt p span:first-child {
  color: var(--bb-recruit-color-gold-dark);
  font-size: 2.25rem;

  margin-inline-end: -0.3125rem;
  translate: 0 -0.125rem;
}
@media (min-width: 768px) {
  .un_other_card__01 .un_other_card_body .un_other_card_txt p span:first-child {
    font-size: 4.25rem;

    margin-inline-end: -0.5rem;
  }
}
.un_other_card__01 .un_other_card_body .un_other_card_txt p span:first-child::before,
.un_other_card__01 .un_other_card_body .un_other_card_txt p span:first-child::after {
  content: "";
  display: block;

  inline-size: 0;
  block-size: 1px;
}
.un_other_card__01 .un_other_card_body .un_other_card_txt p span:first-child::before {
  margin-block-end: calc((1 - 1.5) * 0.5em);
}
.un_other_card__01 .un_other_card_body .un_other_card_txt p span:first-child::after {
  margin-block-start: calc((1 - 1.5) * 0.5em);
}
.un_other_card__01 .un_other_card_body .un_other_card_txt p span:last-child {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-transform: uppercase;
  font-size: 1.125rem;

  padding-inline-start: 0.25rem;
  gap: 0.25rem;
  translate: 0 0.125rem;
}
@media (min-width: 768px) {
  .un_other_card__01 .un_other_card_body .un_other_card_txt p span:last-child {
    font-size: 2.1875rem;

    gap: 0.125rem;
    translate: 0 -0.125rem;
  }
}
.un_other_card__01 .un_other_card_body .un_other_card_txt p span:last-child::before,
.un_other_card__01 .un_other_card_body .un_other_card_txt p span:last-child::after {
  content: "";
  display: block;

  inline-size: 0;
  block-size: 1px;
}
.un_other_card__01 .un_other_card_body .un_other_card_txt p span:last-child::before {
  margin-block-end: calc((1 - 1.5) * 0.5em);
}
.un_other_card__01 .un_other_card_body .un_other_card_txt p span:last-child::after {
  margin-block-start: calc((1 - 1.5) * 0.5em);
}
.un_other_card__01 .un_other_card_body .un_other_card_txt p span:last-child::before {
  content: "";
  display: inline-block;
  width: 1.5625rem;
  height: 0.75rem;
  background-image: url("/recruit/assets/img/about_business/other_arw_icon.svg");
  background-repeat: no-repeat;
  background-size: contain;

  aspect-ratio: 2/1;
  translate: 0 -0.125rem;
}
@media (min-width: 768px) {
  .un_other_card__01 .un_other_card_body .un_other_card_txt p span:last-child::before {
    width: 3.125rem;
    height: 1.5625rem;

    padding-block-end: 0;
  }
}
.un_other_card__01 .un_other_card_body .un_other_card_txt::before {
  content: "";
  display: inline-block;
  width: 3.125rem;
  height: 3.125rem;
  background-image: url("/recruit/assets/img/about_business/other_icon_01_sm.svg");
  background-repeat: no-repeat;
  background-size: contain;

  aspect-ratio: 1;
  margin-inline-end: 0.375rem;
  translate: 0 0.25rem;
}
@media (min-width: 768px) {
  .un_other_card__01 .un_other_card_body .un_other_card_txt::before {
    width: 5rem;
    height: 5rem;
    background-image: url("/recruit/assets/img/about_business/other_icon_01_lg.svg");

    margin-inline-end: 0.5625rem;
    translate: 0 0.375rem;
  }
}
.un_other_card__01 .un_other_card_body .un_other_card_imgBox {
  width: -moz-fit-content;
  width: fit-content;

  padding-block-start: 1.125rem;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .un_other_card__01 .un_other_card_body .un_other_card_imgBox {
    padding-block-start: 1.5rem;
  }
}
.un_other_card__01 .un_other_card_body .un_other_card_imgBox > p {
  text-align: end;

  padding-block-start: 0.5rem;
}
@media (min-width: 768px) {
  .un_other_card__01 .un_other_card_body .un_other_card_imgBox > p {
    padding-block-start: 0.75rem;
  }
}
.un_other_card__02 {
  grid-area: card02;
}
@media (min-width: 768px) {
  .un_other_card__02 {
    padding-block-end: 2.5rem;
  }
}
.un_other_card__02 .un_other_card_body {
  width: 100%;

  padding-block-start: 1rem;
}
@media (min-width: 768px) {
  .un_other_card__02 .un_other_card_body {
    padding-block-start: 0.5rem;
    padding-inline-start: 0.75rem;
  }
}
.un_other_card__02 .un_other_card_body .un_other_card_txt {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .un_other_card__02 .un_other_card_body .un_other_card_txt {
    align-items: end;

    padding-block-start: 0;
  }
}
.un_other_card__02 .un_other_card_body .un_other_card_txt p {
  display: flex;
  align-items: end;
  color: var(--bb-recruit-color-gray-dark);
  font-size: 0.75rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .un_other_card__02 .un_other_card_body .un_other_card_txt p {
    font-size: 1.375rem;
  }
}
.un_other_card__02 .un_other_card_body .un_other_card_txt p span:first-child {
  color: var(--bb-recruit-color-gold-dark);
  font-size: 2.25rem;

  translate: 0 -0.125rem;
}
@media (min-width: 768px) {
  .un_other_card__02 .un_other_card_body .un_other_card_txt p span:first-child {
    font-size: 4.25rem;

    margin-inline-end: 0.1875rem;
  }
}
.un_other_card__02 .un_other_card_body .un_other_card_txt p span:first-child::before,
.un_other_card__02 .un_other_card_body .un_other_card_txt p span:first-child::after {
  content: "";
  display: block;

  inline-size: 0;
  block-size: 1px;
}
.un_other_card__02 .un_other_card_body .un_other_card_txt p span:first-child::before {
  margin-block-end: calc((1 - 1.5) * 0.5em);
}
.un_other_card__02 .un_other_card_body .un_other_card_txt p span:first-child::after {
  margin-block-start: calc((1 - 1.5) * 0.5em);
}
.un_other_card__02 .un_other_card_body .un_other_card_txt p span:last-child {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-transform: uppercase;
  font-size: 1.125rem;

  padding-inline-start: 0.25rem;
  gap: 0.25rem;
  translate: 0 0.125rem;
}
@media (min-width: 768px) {
  .un_other_card__02 .un_other_card_body .un_other_card_txt p span:last-child {
    font-size: 2.1875rem;

    gap: 0.125rem;
    translate: 0 -0.125rem;
  }
}
.un_other_card__02 .un_other_card_body .un_other_card_txt p span:last-child::before,
.un_other_card__02 .un_other_card_body .un_other_card_txt p span:last-child::after {
  content: "";
  display: block;

  inline-size: 0;
  block-size: 1px;
}
.un_other_card__02 .un_other_card_body .un_other_card_txt p span:last-child::before {
  margin-block-end: calc((1 - 1.5) * 0.5em);
}
.un_other_card__02 .un_other_card_body .un_other_card_txt p span:last-child::after {
  margin-block-start: calc((1 - 1.5) * 0.5em);
}
.un_other_card__02 .un_other_card_body .un_other_card_txt p span:last-child::before {
  content: "";
  display: inline-block;
  width: 1.5625rem;
  height: 0.75rem;
  background-image: url("/recruit/assets/img/about_business/other_arw_icon.svg");
  background-repeat: no-repeat;
  background-size: contain;

  aspect-ratio: 2/1;
  translate: 0 -0.125rem;
}
@media (min-width: 768px) {
  .un_other_card__02 .un_other_card_body .un_other_card_txt p span:last-child::before {
    width: 3.125rem;
    height: 1.5625rem;

    padding-block-end: 0;
  }
}
.un_other_card__02 .un_other_card_body .un_other_card_txt::before {
  content: "";
  display: inline-block;
  width: 3.125rem;
  height: 3.125rem;
  background-image: url("/recruit/assets/img/about_business/other_icon_02_sm.svg");
  background-repeat: no-repeat;
  background-size: contain;

  aspect-ratio: 1;
  margin-inline-end: 0.5rem;
  translate: 0 0.25rem;
}
@media (min-width: 768px) {
  .un_other_card__02 .un_other_card_body .un_other_card_txt::before {
    width: 5rem;
    height: 5rem;
    background-image: url("/recruit/assets/img/about_business/other_icon_02_lg.svg");

    padding-inline-end: 0;
    margin-inline-end: 0.75rem;
    translate: 0 0.375rem;
  }
}
.un_other_card__02 .un_other_card_body .un_other_card_imgBox {
  width: -moz-fit-content;
  width: fit-content;

  margin-inline: auto;
  margin-block-start: 0.1875rem;
}
@media (min-width: 768px) {
  .un_other_card__02 .un_other_card_body .un_other_card_imgBox {
    margin-block-start: -1.75rem;
  }
}
.un_other_card__02 .un_other_card_body .un_other_card_imgBox > p {
  text-align: end;

  padding-block-start: 0.875rem;
}
.un_other_card__03 {
  grid-area: card03;
  padding-block-end: 2rem;
}
@media (min-width: 768px) {
  .un_other_card__03 {
    padding-block-end: 3.25rem;
  }
}
.un_other_card__03 .un_other_card_body {
  display: flex;
  flex-direction: column;

  padding-block-start: 0.5rem;
  gap: 0.1875rem;
}
@media (min-width: 768px) {
  .un_other_card__03 .un_other_card_body {
    flex-direction: row;

    padding-block-start: 1rem;
    gap: 4.8125rem;
  }
}
.un_other_card__03 .un_other_card_body::before {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url("/recruit/assets/img/about_business/other_icon_03_sm.svg");
  background-repeat: no-repeat;
  background-size: contain;

  aspect-ratio: 1;
}
@media (min-width: 768px) {
  .un_other_card__03 .un_other_card_body::before {
    width: 5rem;
    height: 5rem;
    background-image: url("/recruit/assets/img/about_business/other_icon_03_lg.svg");

    margin-block-start: 0.75rem;
  }
}
.un_other_card__03 .un_other_listWrapper {
  position: relative;
}
@media (min-width: 768px) {
  .un_other_card__03 .un_other_listWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;

    gap: 2.5rem;
    padding-inline-end: 6.25rem;
  }
}
.un_other_card__03 .un_other_list {
  width: 100%;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2;

  padding-block-start: 0.9375rem;
}
@media (min-width: 768px) {
  .un_other_card__03 .un_other_list {
    width: auto;
    min-height: 10rem;
    font-size: 1.25rem;

    padding-block-start: 0;
  }
}
.un_other_card__03 .un_other_list:first-child {
  padding-block-start: 0;
}
.un_other_card__03 .un_other_list p:first-child {
  color: var(--bb-recruit-color-gold-dark);
}
.un_other_card__03 .un_other_list ul li {
  position: relative;
  color: var(--bb-recruit-color-gray-dark);
  line-height: 1.5;

  padding-inline-start: 0.625rem;
  padding-block: 0.25rem;
}
@media (min-width: 768px) {
  .un_other_card__03 .un_other_list ul li {
    padding-inline-start: 0.625rem;
  }
}
.un_other_card__03 .un_other_list ul li::before {
  content: "";
  display: inline-block;
  position: relative;
  border-radius: 50%;
  width: 0.375rem;
  height: 0.375rem;
  background-color: currentColor;

  margin-inline-end: 0.625rem;
  translate: 0 -50%;
}
.un_other_card__03 .un_other_list:last-child {
  display: flex;
  flex-direction: column;
}
.un_other_card__03 .un_other_list:last-child > p:last-child {
  display: block;
  text-align: end;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .un_other_card__03 .un_other_list:last-child > p:last-child {
    font-size: 1rem;

    margin-block-start: auto;
    padding-block-start: 1.5rem;
    padding-block-end: 0.375rem;
  }
}
.un_other_card__03 .un_other_etc {
  width: 100%;
  text-align: end;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .un_other_card__03 .un_other_etc {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    font-size: 1rem;

    padding-inline-end: 6.25rem;
    padding-block-end: 0.375rem;
  }
}