.recruit-data__inner {
  padding-inline: 40px;
  max-width: 1220px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 980px) {
  .recruit-data__inner {
    padding-inline: 15px;
  }
}
@media (max-width: 768px) {
  .recruit-data__inner {
    padding-inline: 0;
  }
}

.recruit-data__boxes {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
}
@media (max-width: 1023px) {
  .recruit-data__boxes {
    gap: 24px;
  }
}

.recruit-data__box {
  padding: 300px 80px 80px 80px;
  border-radius: 16px;
  background-color: var(--color-white);
  position: relative;
}
@media (max-width: 1280px) {
  .recruit-data__box {
    padding-inline: 40px;
  }
}
@media (max-width: 768px) {
  .recruit-data__box {
    padding-inline: 15px;
    padding-top: 180px;
    padding-bottom: 24px;
  }
}
@media (max-width: 540px) {
  .recruit-data__box {
    padding-top: 110px;
  }
}

.recruit-data__box-head {
  width: 57%;
  padding-block: 32px 102px;
  box-sizing: border-box;
  display: grid;
  place-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  overflow: hidden;
}
@media (max-width: 768px) {
  .recruit-data__box-head {
    width: 53%;
    padding-block: 32px 66px;
  }
}
@media (max-width: 540px) {
  .recruit-data__box-head {
    padding-block: 16px 33px;
  }
}
.recruit-data__box-head::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 999px;
  background: linear-gradient(90deg, #b1e4fb 0%, #1546c5 100%);
}

.recruit-data__title {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: var(--color-white);
}
@media (max-width: 768px) {
  .recruit-data__title {
    gap: 8px;
  }
}
.recruit-data__title .en {
  font-family: "Poppins", sans-serif;
  font-size: 64px;
  font-weight: 600;
  font-style: italic;
  line-height: 100%;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .recruit-data__title .en {
    font-size: 24px;
  }
}
.recruit-data__title .jp {
  display: grid;
  place-items: center;
  padding: 8px;
  box-sizing: border-box;
  width: 100%;
  background-color: var(--color-white);
  border-radius: 4px;
  color: var(--color-primary);
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0.12em;
}
@media (max-width: 768px) {
  .recruit-data__title .jp {
    gap: 2.4px;
    font-size: 10px;
    padding: 2px 10px;
    width: 85%;
  }
}

.recruit-data__note {
  margin-top: 16px;
}
@media (max-width: 1023px) {
  .recruit-data__note {
    padding-inline: 9px;
    margin-top: 6px;
  }
}

.recruit-data__note-item {
  display: flex;
  flex-direction: column;
}

.recruit-data__note-num {
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .recruit-data__note-num {
    font-size: 12px;
  }
}

.recruit-data__note-text {
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .recruit-data__note-text {
    font-size: 11px;
  }
}

.data-card {
  padding-block: 40px;
  border: 1px solid var(--color-primary);
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  position: relative;
}
@media (max-width: 768px) {
  .data-card {
    padding-block: 14px;
    gap: 10px;
  }
}

.data-card__title {
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (max-width: 1280px) {
  .data-card__title {
    font-size: 23px;
  }
}
@media (max-width: 768px) {
  .data-card__title {
    font-size: 16px;
  }
}

.data-card__num {
  font-family: "Poppins", sans-serif;
  font-size: 96px;
  font-weight: 600;
  font-style: italic;
  line-height: 75%;
  background: linear-gradient(90deg, #b1e4fb 0%, #1546c5 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.04em;
}
@media (max-width: 1280px) {
  .data-card__num {
    font-size: 88px;
  }
}
@media (max-width: 768px) {
  .data-card__num {
    font-size: 40px;
  }
}

.data-card__unit {
  display: inline-block;
  margin-left: 4px;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .data-card__unit {
    margin-left: 1.7px;
    font-size: 12px;
  }
}

.data-card__text {
  display: inline-block;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (max-width: 768px) {
  .data-card__text {
    font-size: 12px;
  }
}

.data-card__range {
  display: inline-block;
  margin-inline: 8px;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0.04em;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .data-card__range {
    margin-inline: 4px;
    font-size: 19px;
    transform: translateY(0);
  }
}

.data-card__attention {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: inline-block;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .data-card__attention {
    bottom: 6px;
    right: 6px;
    font-size: 11px;
  }
}
.data-card__attention.is-regular {
  font-weight: 400;
}
@media (max-width: 768px) {
  .data-card__attention.is-regular {
    bottom: 2px;
    right: 2px;
    font-size: 10px;
  }
}
@media (max-width: 540px) {
  .data-card__attention.is-regular {
    font-size: 9px;
  }
}

.company-block {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  position: relative;
}
.company-block .data-card {
  width: calc((100% - 32px) / 3);
}
@media (max-width: 1023px) {
  .company-block {
    gap: 10px;
  }
  .company-block .data-card {
    width: calc((100% - 10px) / 2);
  }
  .company-block .data-card:last-child {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .company-block {
    gap: 6px;
  }
  .company-block .data-card {
    width: calc((100% - 6px) / 2);
  }
}

.company-deco {
  position: absolute;
  top: -214px;
  right: 67px;
  width: 180px;
}
@media (max-width: 1023px) {
  .company-deco {
    width: 100px;
    top: -118px;
  }
}
@media (max-width: 768px) {
  .company-deco {
    width: 80px;
    top: -95px;
    right: 27px;
  }
}
@media (max-width: 540px) {
  .company-deco {
    width: 54px;
    top: -64px;
  }
}
.company-deco img {
  aspect-ratio: 180/214;
}

.work-box .recruit-data__box-head::before {
  background: linear-gradient(90deg, #ddf1fa 0%, #57b5f2 100%);
}
.work-box .data-card__num {
  background: linear-gradient(90deg, #ddf1fa 0%, #57b5f2 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

.work-block {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
  position: relative;
}
@media (max-width: 1023px) {
  .work-block {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .work-block {
    gap: 5px;
  }
}

.work-block--1 {
  display: flex;
  gap: 16px;
}
@media (max-width: 1023px) {
  .work-block--1 {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .work-block--1 {
    gap: 6px;
  }
}
.work-block--1 .data-card {
  width: calc((100% - 32px) / 3);
}
@media (max-width: 1023px) {
  .work-block--1 .data-card {
    width: calc((100% - 10px) / 2);
  }
}
@media (max-width: 768px) {
  .work-block--1 .data-card {
    width: calc((100% - 6px) / 2);
  }
}
.work-block--1 .data-card--middle {
  width: calc((100% - 32px) / 3 * 2 + 16px);
}
@media (max-width: 1023px) {
  .work-block--1 .data-card--middle {
    width: calc((100% - 10px) / 2);
  }
}
@media (max-width: 768px) {
  .work-block--1 .data-card--middle {
    width: calc((100% - 6px) / 2);
  }
}

.work-block--2 {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 1023px) {
  .work-block--2 {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .work-block--2 {
    gap: 5px;
  }
}
.work-block--2 .data-card {
  width: calc((100% - 32px) / 3);
}
@media (max-width: 1023px) {
  .work-block--2 .data-card {
    width: calc((100% - 10px) / 2);
  }
  .work-block--2 .data-card:last-child {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .work-block--2 .data-card {
    width: calc((100% - 6px) / 2);
  }
}

.work-block--3 {
  position: relative;
}

.work-block--6 {
  display: flex;
  gap: 16px;
}
@media (max-width: 1023px) {
  .work-block--6 {
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .work-block--6 {
    gap: 6px;
  }
}
.work-block--6 .data-card {
  width: calc((100% - 32px) / 3);
}
@media (max-width: 1023px) {
  .work-block--6 .data-card {
    width: calc((100% - 10px) / 2);
  }
  .work-block--6 .data-card:last-child {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .work-block--6 .data-card {
    width: calc((100% - 6px) / 2);
  }
}

.work-card__boxes {
  margin-top: 26px;
  width: 90%;
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media (max-width: 1023px) {
  .work-card__boxes {
    margin-top: -12px;
    flex-direction: column;
    gap: 12px;
  }
}
@media (max-width: 1023px) {
  .work-card__boxes {
    margin-top: 2px;
  }
}

.work-card__box {
  box-sizing: border-box;
  padding: 55px 40px;
  border-radius: 8px;
  border: 1px solid var(--color-primary);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1280px) {
  .work-card__box {
    padding-inline: 16px;
  }
}
@media (max-width: 1023px) {
  .work-card__box {
    width: 100%;
    padding: 16px;
  }
}
.work-card__box--ten {
  width: 35%;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .work-card__box--ten {
    width: 100%;
  }
}
.work-card__box--twenty {
  flex-grow: 1;
}

.work-card__box-title {
  padding: 10px;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #57b5f2;
  color: var(--color-white);
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .work-card__box-title {
    font-size: 16px;
  }
}

.work-card__box-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1023px) {
  .work-card__box-list {
    gap: 8px;
  }
}

.work-card__box-item {
  text-align: center;
}
.work-card__box-item--row {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 980px) {
  .work-card__box-item--row {
    flex-direction: column;
    gap: 8px;
  }
}

.work-card__box-plus {
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .work-card__box-plus {
    font-size: 12px;
  }
}

.work-card__box-group .data-card__unit:last-child {
  margin-top: 4px;
  display: block;
  text-align: center;
}

.work-card__list {
  display: flex;
}
@media (max-width: 1023px) {
  .work-card__list {
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    position: relative;
  }
  .work-card__list::before, .work-card__list::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: var(--color-primary);
  }
  .work-card__list::after {
    height: 87%;
    width: 1px;
  }
  .work-card__list--flex::before {
    width: 70%;
    height: 1px;
  }
  .work-card__list--paid {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .work-card__list {
    padding-top: 6px;
  }
  .work-card__list--paid {
    width: 80%;
    max-width: 340px;
  }
}

.work-card__item {
  padding-inline: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1280px) {
  .work-card__item {
    padding-inline: 30px;
  }
}
@media (max-width: 1023px) {
  .work-card__item {
    padding-inline: 0;
    width: 35%;
    box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  .work-card__item {
    gap: 10px;
  }
}
.work-card__item:not(:first-child) {
  border-left: 1px solid var(--color-primary);
}
@media (max-width: 1023px) {
  .work-card__item:not(:first-child) {
    border: none;
  }
}
.work-card__item .data-card__title {
  font-size: 16px;
}
@media (max-width: 768px) {
  .work-card__item .data-card__title {
    font-size: 14px;
  }
}

.work-deco-1 {
  position: absolute;
  left: 34px;
  top: -96px;
  width: 80px;
}
@media (max-width: 540px) {
  .work-deco-1 {
    width: 40px;
    top: -48px;
  }
}
.work-deco-1 img {
  aspect-ratio: 80/97;
}

.work-deco-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80px;
}
@media (max-width: 540px) {
  .work-deco-2 {
    width: 40px;
  }
}
.work-deco-2 img {
  aspect-ratio: 80/155;
}

.life-box .recruit-data__box-head::before {
  background: linear-gradient(90deg, #58e6ff 0%, #c46bd1 100%);
}
.life-box .data-card {
  border-color: #c46bd1;
}
.life-box .recruit-data__title > .jp,
.life-box .data-card__title,
.life-box .data-card__unit {
  color: #c46bd1;
}
.life-box .data-card__num {
  background: linear-gradient(90deg, #58e6ff 0%, #c46bd1 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

.life-block {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  position: relative;
}
@media (max-width: 1023px) {
  .life-block {
    gap: 10px;
  }
}
@media (max-width: 1023px) {
  .life-block {
    gap: 5px;
  }
}
.life-block .data-card {
  width: calc((100% - 32px) / 3);
}
@media (max-width: 1023px) {
  .life-block .data-card {
    width: calc((100% - 10px) / 2);
  }
}
@media (max-width: 768px) {
  .life-block .data-card {
    width: calc((100% - 5px) / 2);
  }
}
.life-block .data-card--middle {
  width: calc((100% - 32px) / 3 * 2 + 16px);
}
@media (max-width: 1023px) {
  .life-block .data-card--middle {
    width: calc((100% - 10px) / 2);
  }
}
@media (max-width: 768px) {
  .life-block .data-card--middle {
    width: calc((100% - 5px) / 2);
  }
}
.life-block .data-card:nth-child(3), .life-block .data-card:nth-child(4) {
  position: relative;
}
.life-block .data-card:last-child {
  border: none;
  padding: 0;
}
@media (max-width: 1023px) {
  .life-block .data-card:last-child {
    width: 60%;
    margin-inline: auto;
  }
  .life-block .data-card:last-child img {
    aspect-ratio: 345/230;
  }
}

.life-deco-1 {
  position: absolute;
  right: -23px;
  top: -36px;
  width: 89px;
  z-index: 5;
}
@media (max-width: 1280px) {
  .life-deco-1 {
    right: -36px;
  }
}
@media (max-width: 1023px) {
  .life-deco-1 {
    width: 70px;
    right: -4px;
  }
}
@media (max-width: 540px) {
  .life-deco-1 {
    width: 40px;
    top: -12px;
  }
}
.life-deco-1 img {
  aspect-ratio: 89/151;
}

.life-deco-2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
}
@media (max-width: 1023px) {
  .life-deco-2 {
    width: 60px;
  }
}
@media (max-width: 540px) {
  .life-deco-2 {
    width: 40px;
  }
}
.life-deco-2 img {
  aspect-ratio: 70/106;
}

.life-deco-3 {
  position: absolute;
  bottom: 0;
  left: -9px;
  width: 96px;
}
@media (max-width: 1280px) {
  .life-deco-3 {
    width: 82px;
  }
}
@media (max-width: 1023px) {
  .life-deco-3 {
    left: 5px;
  }
}
@media (max-width: 768px) {
  .life-deco-3 {
    width: 70px;
  }
}
@media (max-width: 540px) {
  .life-deco-3 {
    width: 40px;
  }
}
.life-deco-3 img {
  aspect-ratio: 96/78;
}

.member-box .recruit-data__box-head::before {
  background: linear-gradient(90deg, #ff5858 0%, #f09819 100%);
}
.member-box .data-card {
  border-color: #f09819;
}
.member-box .recruit-data__title > .jp,
.member-box .data-card__title,
.member-box .data-card__unit {
  color: #f09819;
}
.member-box .data-card__num {
  background: linear-gradient(90deg, #ff5858 0%, #f09819 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

.member-block {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 1023px) {
  .member-block {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .member-block {
    gap: 5px;
  }
}
.member-block .data-card {
  width: calc((100% - 32px) / 3);
}
@media (max-width: 1023px) {
  .member-block .data-card {
    width: calc((100% - 10px) / 2);
  }
}
@media (max-width: 768px) {
  .member-block .data-card {
    width: calc((100% - 5px) / 2);
  }
}
.member-block .data-card:nth-child(2) {
  width: calc((100% - 32px) / 3 * 2 + 16px);
}
@media (max-width: 1023px) {
  .member-block .data-card:nth-child(2) {
    width: calc((100% - 10px) / 2);
  }
}
@media (max-width: 768px) {
  .member-block .data-card:nth-child(2) {
    width: calc((100% - 5px) / 2);
  }
}
@media (max-width: 1023px) {
  .member-block .data-card:nth-child(3) {
    width: 100%;
  }
}
.member-block .data-card:nth-child(4) {
  width: calc((100% - 32px) / 3 * 2 + 16px);
}
@media (max-width: 1023px) {
  .member-block .data-card:nth-child(4) {
    width: 100%;
  }
}
.member-block .data-card--wide {
  width: 100%;
}
.member-block .data-card:nth-child(2), .member-block .data-card:nth-child(6) {
  position: relative;
}
@media (max-width: 1023px) {
  .member-block .data-card:nth-child(4), .member-block .data-card:nth-child(5), .member-block .data-card:nth-child(6) {
    padding-block: 20px;
  }
}

.member-deco-1 {
  position: absolute;
  right: -38px;
  top: -108px;
  width: 100px;
  z-index: 5;
}
@media (max-width: 1023px) {
  .member-deco-1 {
    width: 80px;
    top: -28px;
  }
}
@media (max-width: 768px) {
  .member-deco-1 {
    width: 60px;
    right: -16px;
    top: -38px;
  }
}
@media (max-width: 540px) {
  .member-deco-1 {
    width: 40px;
    top: -23px;
  }
}
.member-deco-1 img {
  aspect-ratio: 100/217;
}

.member-deco-2 {
  position: absolute;
  bottom: 0;
  left: 6%;
  width: 9.7%;
}
@media (max-width: 1023px) {
  .member-deco-2 {
    left: -16px;
  }
}
.member-deco-2 img {
  aspect-ratio: 96/229;
}

.member-graph {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
}
@media (max-width: 1023px) {
  .member-graph {
    width: 70%;
    max-width: 70%;
  }
}
@media (max-width: 768px) {
  .member-graph {
    gap: 4px;
  }
}
@media (max-width: 540px) {
  .member-graph {
    width: 85%;
    max-width: 400px;
  }
}

.member-graph__item {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 768px) {
  .member-graph__item {
    gap: 8px;
    justify-content: space-between;
  }
}

.member-graph__name {
  min-width: 140px;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #f09819;
}
@media (max-width: 768px) {
  .member-graph__name {
    min-width: 97px;
    font-size: 12px;
  }
}

.member-graph__result {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 8px;
}
@media (max-width: 768px) {
  .member-graph__result {
    gap: 4px;
  }
}

.member-graph__people-num {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 600;
  font-style: italic;
  line-height: 75%;
  background: linear-gradient(90deg, #ff5858 0%, #f09819 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .member-graph__people-num {
    font-size: 24px;
  }
}

.member-graph__people-unit {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  margin-left: 4px;
  font-size: 16px;
  line-height: 75%;
  color: #f09819;
}
@media (max-width: 768px) {
  .member-graph__people-unit {
    margin-left: 2px;
    font-size: 12px;
  }
}

.member-graph__bar {
  display: inline-block;
  height: 40px;
  border-radius: 100px 0 0 100px;
  background-color: #f09819;
}
@media (max-width: 1023px) {
  .member-graph__bar {
    height: 30px;
  }
}
@media (max-width: 768px) {
  .member-graph__bar {
    height: 20px;
  }
}

.member-graph--job .member-graph__bar-1 {
  width: 175px;
}
@media (max-width: 768px) {
  .member-graph--job .member-graph__bar-1 {
    width: 120px;
  }
}
.member-graph--job .member-graph__bar-2 {
  width: 50px;
}
@media (max-width: 768px) {
  .member-graph--job .member-graph__bar-2 {
    width: 40px;
  }
}
.member-graph--job .member-graph__bar-3 {
  width: 68px;
}
@media (max-width: 768px) {
  .member-graph--job .member-graph__bar-3 {
    width: 50px;
  }
}

.member-graph--age .member-graph__bar-1 {
  width: 154px;
}
@media (max-width: 768px) {
  .member-graph--age .member-graph__bar-1 {
    width: 50px;
  }
}
.member-graph--age .member-graph__bar-2 {
  width: 185px;
}
@media (max-width: 768px) {
  .member-graph--age .member-graph__bar-2 {
    width: 60px;
  }
}
.member-graph--age .member-graph__bar-3 {
  width: 117px;
}
@media (max-width: 768px) {
  .member-graph--age .member-graph__bar-3 {
    width: 40px;
  }
}
.member-graph--age .member-graph__bar-4 {
  width: 209px;
}
@media (max-width: 768px) {
  .member-graph--age .member-graph__bar-4 {
    width: 70px;
  }
}
.member-graph--age .member-graph__bar-5 {
  width: 71px;
}
@media (max-width: 768px) {
  .member-graph--age .member-graph__bar-5 {
    width: 25px;
  }
}

.member-graph--skill .member-graph__bar-1 {
  width: 199px;
}
@media (max-width: 768px) {
  .member-graph--skill .member-graph__bar-1 {
    width: 120px;
  }
}
.member-graph--skill .member-graph__bar-2 {
  width: 185px;
}
@media (max-width: 768px) {
  .member-graph--skill .member-graph__bar-2 {
    width: 100px;
  }
}
.member-graph--skill .member-graph__bar-3 {
  width: 144px;
}
@media (max-width: 768px) {
  .member-graph--skill .member-graph__bar-3 {
    width: 80px;
  }
}
.member-graph--skill .member-graph__bar-4 {
  width: 71px;
}
@media (max-width: 768px) {
  .member-graph--skill .member-graph__bar-4 {
    width: 50px;
  }
}/*# sourceMappingURL=data.css.map */