@charset "UTF-8";

:root {
  --default-digit-height: 0;
  --job-card-color: #2869A3;
}

.startRollarea {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.startRoll {
  overflow: hidden;
  display: flex;
  height: var(--default-digit-height);
  line-height: var(--default-digit-height);
  flex-shrink: 0;
}

.digit {
  display: inline-block;
  position: relative;
  text-align: right;
}

.digit span {
  display: block;
  transition: transform 2s ease-in-out;
}

.unit {
  margin-left: 5px;
  line-height: 2;
  align-self: flex-end;
}

.our-figure {
  padding-bottom: 150px;
  padding-top: 90px;
}

.our-figure__subtitle {
  font-size: 1.2rem;
  color: var(--dark-gray);
}

.our-figure__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.our-figure__item {
  border-radius: 10px;
  border: 1px solid #dddddd;
  text-align: center;
  position: relative;
  background-color: #ffffff;
}

.our-figure__item--2 {
  grid-column: 2/4;
}

.our-figure__item--3 {
  grid-column: 1/3 !important;
}

.our-figure__item--5 {
  grid-column: 1/3 !important;
}

.our-figure__item-title {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  background-color: #096DA2;
  padding: 3px 40px;
  display: inline-block;
  border-radius: 0 0 10px 10px;
  letter-spacing: 1.5px;
}

.our-figure__item-subtitle {
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
}

.our-figure__item-icon {
  position: absolute;
}

.our-figure__item-inner {
  padding: 34px 40px 46px;
}

.our-figure__value {
  font-size: 100px;
  font-weight: 600;
  color: #096DA2;
  letter-spacing: 5px;
}

.our-figure__unit {
  font-size: 34px;
  transform: translateY(-10px);
}

.our-figure__label {
  font-weight: 500;
  font-size: 30px;
  width: 100%;
  margin-top: 4px;
}

/* 創業年スタイル */

.foundation-year__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 37px;
}

.foundation-year__icon {
  width: 165px;
}

.foundation-year__unit {
  margin-left: 0;
  transform: translateY(-12px);
}

/* 売上推移スタイル */

.sales-trend__inner {
  max-width: 523px;
  margin: 0 auto;
}

.sales-trend__chart {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 36px;
  gap: 80px;
  margin-bottom: 28px;
  position: relative;
  z-index: 2;
}

.sales-trend__bar {
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
}

.sales-trend__bar::after {
  content: "";
  position: absolute;
  top: 0;
  left: -80px;
  width: 80px;
  height: 34px;
  background: background-image: url(https://20595209.fs1.hubspotusercontent-na2.net/hubfs/20595209/raw_assets/public/Adval%20Renew%20Theme/assets/images/recruit/line_icon_01.svg) center center/cover;
  border-radius: 5px;
}

.sales-trend__bar--2023 {
  width: 115px;
}

.sales-trend__bar--2023::after {
  content: none;
}

.sales-trend__bar--2024 {
  width: 124px;
}

.sales-trend__color {
  width: 100%;
  position: relative;
}

.sales-trend__color::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: #d9d9d9;
  border-radius: 5px;
}

.sales-trend__bar--2023 .sales-trend__color {
  height: 180px;
}

.is-animated .sales-trend__bar--2023 .sales-trend__color::before {
  -webkit-animation: bar01-graphAnim-01 1s forwards;
          animation: bar01-graphAnim-01 1s forwards;
}

.sales-trend__bar--2024 .sales-trend__color {
  height: 215px;
}

.is-animated .sales-trend__bar--2024 .sales-trend__color::before {
  -webkit-animation: bar01-graphAnim-02 1s forwards;
          animation: bar01-graphAnim-02 1s forwards;
}

.sales-trend__bar--current .sales-trend__color {
  width: 124px;
  height: 246px;
}

.sales-trend__bar--current .sales-trend__color::before {
  background: linear-gradient(180deg, #1CB3C4 0%, #096DA2 80%);
}

.is-animated .sales-trend__bar--current .sales-trend__color::before {
  -webkit-animation: bar01-graphAnim-03 1s forwards;
          animation: bar01-graphAnim-03 1s forwards;
}

@-webkit-keyframes bar01-graphAnim-01 {
  0% {
    height: 0%;
  }

  100% {
    height: 100%;
  }
}

@keyframes bar01-graphAnim-01 {
  0% {
    height: 0%;
  }

  100% {
    height: 100%;
  }
}

@-webkit-keyframes bar01-graphAnim-02 {
  0% {
    height: 0%;
  }

  100% {
    height: 100%;
  }
}

@keyframes bar01-graphAnim-02 {
  0% {
    height: 0%;
  }

  100% {
    height: 100%;
  }
}

@-webkit-keyframes bar01-graphAnim-03 {
  0% {
    height: 0%;
  }

  100% {
    height: 100%;
  }
}

@keyframes bar01-graphAnim-03 {
  0% {
    height: 0%;
  }

  100% {
    height: 100%;
  }
}

.sales-trend__line {
  position: absolute;
  width: 80px;
  height: 34px;
  top: 107px;
  left: 282px;
}

.sales-trend__line--2 {
  left: 50%;
  transform: translateX(-50%);
}

.sales-trend__value {
  position: absolute;
  font-weight: 600;
  font-size: 30px;
  color: #096DA2;
  letter-spacing: 1.5px;
  top: -43px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  z-index: 2;
}

.sales-trend__bar--current .sales-trend__value {
  border-radius: 1000px;
  background-color: #fff;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  padding: 0 13px;
  left: 30px;
  top: -33px;
}

.sales-trend__unit {
  font-size: 18px;
  height: auto;
  transform: translateY(-2px);
}

.sales-trend__person {
  width: 128px;
  left: 2%;
  top: 6%;
}

/* 部門人数比スタイル */

.department-ratio__legend {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 35px 20px 31px;
}

.department-ratio__legend-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 17px;
  gap: 15px;
  position: relative;
}

.department-ratio__legend-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: background-image: url(https://20595209.fs1.hubspotusercontent-na2.net/hubfs/20595209/raw_assets/public/Adval%20Renew%20Theme/assets/images/recruit/line_icon_02.svg) no-repeat right bottom/3px;
}

.department-ratio__value {
  font-size: 80px;
  font-weight: 600;
  line-height: normal;
}

.department-ratio__unit {
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 1.7px;
}

.department-ratio__color {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 8px;
}

.department-ratio__legend-item--sales {
  color: #2869A3;
}

.department-ratio__legend-item--management {
  color: #3AAD9D;
}

.department-ratio__legend-item--cs {
  color: #864FAF;
}

.department-ratio__legend-item--cs::after {
  content: none;
}

.department-ratio__icon {
  width: 110px;
  margin-top: -21px;
}

.department-ratio__devider svg {
  height: 383px;
  width: 3px;
  color: #1CB3C4;
}

/* 男女比率スタイル */

.gender-ratio__legend {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.gender-ratio__legend-item {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.gender-ratio__legend-item--male {
  color: #2869A3;
  padding-right: 20px;
  position: relative;
  gap: 22px;
}

.gender-ratio__legend-item--male::after {
  content: "";
  position: absolute;
  top: 5%;
  right: 0;
  width: 3px;
  height: 33.5%;
  margin-left: 20px;
  background: background-image: url(https://20595209.fs1.hubspotusercontent-na2.net/hubfs/20595209/raw_assets/public/Adval%20Renew%20Theme/assets/images/recruit/line_icon_02.svg) no-repeat right bottom/3px;
}

.gender-ratio__legend-item--female {
  color: #FB93AC;
  padding-left: 20px;
}

.gender-ratio__legend-item--female .gender-ratio__title {
  padding-right: 20px;
}

.gender-ratio__legend-item--female .gender-ratio__value {
  transform: translateX(-8px);
}

.gender-ratio__value {
  font-size: 90px;
  font-weight: 600;
  line-height: 1;
  margin-top: -13px;
}

.gender-ratio__unit {
  font-size: 34px;
  letter-spacing: 1.7px;
  margin-left: 5px;
  transform: translateY(-4px);
}

.gender-ratio__icon {
  margin-top: 15px;
}

.gender-ratio__legend-item--male .gender-ratio__icon {
  width: 119px;
  transform: translate(32px, -32px);
}

.gender-ratio__legend-item--female .gender-ratio__icon {
  width: 112px;
  transform: translate(-26px, -7px);
}

/* 年齢構成スタイル */

.age-composition__inner {
  padding: 22px 0 27px;
  max-width: 715px;
  margin: 0 auto;
}

.age-composition__chart {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: end;
  gap: 85px;
  position: relative;
}

.age-composition__bar {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.age-composition__color {
  border-radius: 5px;
  width: 100%;
  position: relative;
}

.age-composition__color::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: #D9D9D9;
  border-radius: 5px;
}

.age-composition__bar--20s .age-composition__color {
  height: 250px;
}

.age-composition__bar--20s .age-composition__color::before {
  background: linear-gradient(180deg, #1CB3C4 0%, #096DA2 80%);
}

.is-animated .age-composition__bar--20s .age-composition__color::before {
  -webkit-animation: bar02-graphAnim-01 1s forwards;
          animation: bar02-graphAnim-01 1s forwards;
}

.age-composition__bar--30s .age-composition__color {
  height: 220px;
}

.is-animated .age-composition__bar--30s .age-composition__color::before {
  -webkit-animation: bar02-graphAnim-02 1s forwards;
          animation: bar02-graphAnim-02 1s forwards;
}

.age-composition__bar--40s .age-composition__color {
  height: 122px;
}

.is-animated .age-composition__bar--40s .age-composition__color::before {
  -webkit-animation: bar02-graphAnim-03 1s forwards;
          animation: bar02-graphAnim-03 1s forwards;
}

.age-composition__bar--50s .age-composition__color {
  height: 30px;
}

.is-animated .age-composition__bar--50s .age-composition__color::before {
  -webkit-animation: bar02-graphAnim-04 1s forwards;
          animation: bar02-graphAnim-04 1s forwards;
}

@-webkit-keyframes bar02-graphAnim-01 {
  0% {
    height: 0%;
  }

  100% {
    height: 100%;
  }
}

@keyframes bar02-graphAnim-01 {
  0% {
    height: 0%;
  }

  100% {
    height: 100%;
  }
}

@-webkit-keyframes bar02-graphAnim-02 {
  0% {
    height: 0%;
  }

  100% {
    height: 100%;
  }
}

@keyframes bar02-graphAnim-02 {
  0% {
    height: 0%;
  }

  100% {
    height: 100%;
  }
}

@-webkit-keyframes bar02-graphAnim-03 {
  0% {
    height: 0%;
  }

  100% {
    height: 100%;
  }
}

@keyframes bar02-graphAnim-03 {
  0% {
    height: 0%;
  }

  100% {
    height: 100%;
  }
}

@-webkit-keyframes bar02-graphAnim-04 {
  0% {
    height: 0%;
  }

  100% {
    height: 100%;
  }
}

@keyframes bar02-graphAnim-04 {
  0% {
    height: 0%;
  }

  100% {
    height: 100%;
  }
}

.age-composition__value {
  font-weight: 600;
  color: #096DA2;
  font-size: 41px;
  letter-spacing: 1.8px;
  margin-top: -20px;
  line-height: 1.4;
  display: flex;
  align-items: center;
}

.age-composition__bar--20s .age-composition__value {
  letter-spacing: 2.05px;
}

.age-composition__bar--30s .age-composition__value {
  font-size: 36px;
}

.age-composition__bar--40s .age-composition__value {
  font-size: 34px;
  top: -45px;
}

.age-composition__bar--50s .age-composition__value {
  font-size: 32px;
  top: -45px;
}

.age-composition__unit {
  font-size: 18px;
}

.age-composition__bar--20s .age-composition__unit {
  transform: translateY(-3px);
}

.age-composition__labels {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  place-items: center;
  gap: 85px;
}

.age-composition__label {
  margin-top: 0;
}

.age-composition__label-unit {
  font-size: 20px;
  margin-left: 5px;
}

.age-composition__person {
  width: 207px;
  top: 48px;
  right: 35px;
}

/* 平均残業時間スタイル */

.overtime {
  text-align: center;
}

.overtime__inner {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-top: 5px;
}

.overtime__value {
  letter-spacing: normal;
  margin-top: 15px;
  transform: translateX(-14px);
}

.overtime__icon {
  width: 150px;
  margin: 0 auto;
}

/* 給与平均スタイル */

.salary {
  padding-bottom: 43px;
}

.salary__value {
  margin-top: 20px;
}

.salary__icon {
  width: 165px;
  margin: 5px auto 0;
}

.our-figure__item--8 .salary__value {
  margin-top: 15px;
}

.our-figure__item--8 .salary__icon {
  margin-top: 18px;
  width: 177px;
}

.our-figure__item--9 .salary__title {
  padding-left: 10px;
  padding-right: 10px;
}

.our-figure__item--9 .salary__value {
  margin-top: 45px;
}

.our-figure__item--9 .salary__icon {
  margin-top: 15px;
  width: 191px;
}

.job-list {
  padding-top: 201px;
  position: relative;
}

.job-list::before, .job-list::after {
  content: "";
  position: absolute;
}

.job-list::before {
  top: 0;
  right: 0;
  width: 700px;
  height: 110px;
  background: background-image: url(https://20595209.fs1.hubspotusercontent-na2.net/hubfs/20595209/raw_assets/public/Adval%20Renew%20Theme/assets/images/recruit/job_list_bg.svg) no-repeat top left/cover;
}

.job-list::after {
  top: -11%;
  left: 41%;
  width: 248px;
  height: 197px;
  background: background-image: url(https://20595209.fs1.hubspotusercontent-na2.net/hubfs/20595209/raw_assets/public/Adval%20Renew%20Theme/assets/images/recruit/job_list_icon.svg) no-repeat top left/cover;
  -webkit-animation: fuwafuwa 3s infinite;
          animation: fuwafuwa 3s infinite;
}

/* スライダーコンテナ */

.job-slider {
  margin: 0 auto 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

/* ジョブカード */

.benefit {
  padding-bottom: 58px;
}

.job-card {
  background-color: #fff;
  padding: 30px 40px 42px;
  width: calc(33.3333333333% - 20px);
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  border: 1px solid #ddd;
}

.job-card__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: var(--job-card-color);
}

.job-card__type {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 13px;
  text-align: center;
}

.job-card__type::after {
  content: " －";
}

.job-card__type::before {
  content: "－ ";
}

.job-card__image {
  position: relative;
  /* padding-bottom: 75.25%; */
  margin-bottom: 70px;
  /* border-radius: 5px; */
}

.job-card__image img {
  /* position: absolute;
  top: 0;
  left: 0; */
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}

.job-card__cta {
  /* width: 97%; */
  width: 100%;
  margin: 0 auto;
  background-color: var(--job-card-color);
}

/* スライダーナビゲーション */

.job-card .slick-prev,
.job-card .slick-next {
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 10;
  /* bottom: 19.5%; */
  bottom: 20px;
  font-size: 0;
  background-color: var(--job-card-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.job-card .slick-prev:hover,
.job-card .slick-next:hover {
  opacity: 0.8;
}

.job-card .slick-prev {
  /* right: 22%; */
  right: 50px;
}

.job-card .slick-next {
  /* right: 9%; */
  right: 0;
}

.job-card .slick-arrow svg {
  width: 9px;
  height: auto;
}

.job-card .slick-prev svg {
  margin-right: 2px;
}

.job-card .slick-next svg {
  margin-left: 2px;
}

/* ドットインジケーター */

.job-card .slick-dots,
.slick-dots {
  position: absolute;
  display: flex;
  /* bottom: 21%; */
  bottom: 27.5px;
  gap: 10px;
}

.job-card .slick-dots li,
.slick-dots li {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: 1px solid var(--job-card-color);
}

.job-card .slick-dots li button,
.slick-dots li button {
  /* height: 100%;
  width: 100%;
  border-radius: 50%;
  font-size: 0;
  border: 1px solid #2869A3; */
  display: none;
}

/* .job-card .slick-dots li.slick-active button {
  background-color: #2869A3;
}

.job-card--2 .slick-dots li button {
  border-color: #3AAD9D;
}

.job-card--2 .slick-dots li.slick-active button {
  background-color: #3AAD9D;
} */

.job-card .slick-dots li.slick-active {
  background-color: var(--job-card-color);
}

/* TABS */

.tabs {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.tabs + .tabs {
  margin-bottom: 40px;
}

.tabs__item {
  padding: 2px 24px;
  border: 1px solid #096DA2;
  border-radius: 8px;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
  color: #096DA2;
  height: 62px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  letter-spacing: 2.4px;
  line-height: normal;
  text-align: center;
}

.tabs__item span {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tabs__item .symbol_icon {
  width: 28px;
  height: auto;
}

.tabs__item .arrow_icon {
  width: 16px;
  height: 12px;
  transform: rotate(90deg);
}

.tabs__item:hover {
  background-color: #096DA2;
  color: #fff;
}

.tabs__item[href="#employee_benefits_allowance"] svg {
  width: 42px;
}

.tabs__item--active {
  background-color: #096DA2;
  color: #fff;
}

/* SECTION BLOCK */

.card-block {
  margin-bottom: 40px;
}

.card-block__description {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.25;
  padding: 0 40px;
  letter-spacing: 0.8px;
  margin-bottom: 30px;
}

/* CARDS */

.cards__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 40px;
}

.card {
  border: 1px solid #dddddd;
  padding: 30px;
}

.card__number {
  font-size: 60px;
  font-weight: 600;
  line-height: 0.9;
  color: #096DA2;
  border-bottom: 2px solid #096DA2;
  display: inline-block;
  margin-bottom: 10px;
  padding-bottom: 2px;
}

.card__image {
  width: 100%;
  background: #C4C4C4;
  border-radius: 5px;
  margin-bottom: 9px;
  padding-bottom: 59.55%;
  position: relative;
  height: 0;
}

.card__image img {
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.card__title {
  font-size: 24px;
  font-weight: 700;
  color: #096DA2;
  letter-spacing: 1.2px;
  line-height: normal;
  text-align: center;
  margin-bottom: 6px;
  display: flex;
  justify-self: center;
  align-items: center;
}

.card__text {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.8px;
}

/* SLIDER WRAPPER */

.team {
  padding-bottom: 165px;
  padding-top: 94px;
}

.team__container {
  max-width: 1400px;
}

.team-slider {
  padding: 0 80px;
}

.team-slider .slick-slide {
  position: relative;
}

/* TEAM CARD */

.team-card {
  margin: 0 15px;
}

.team-card__image {
  width: 100%;
}

.team-card__role {
  margin: 12px 15px 0;
  font-size: 16px;
  font-weight: bold;
  color: #1CB3C4;
}

/* ARROWS */

.team-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: background-image: url(https://20595209.fs1.hubspotusercontent-na2.net/hubfs/20595209/raw_assets/public/Adval%20Renew%20Theme/assets/images/recruit/arrow_icon_04.svg) no-repeat center center/50px;
  color: #fff;
  border: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  font-size: 0;
  z-index: 10;
}

.team-slider .slick-arrow:hover {
  opacity: 0.8;
}

.team-slider .slick-prev {
  left: 0;
}

.team-slider .slick-next {
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}

/* DOTS */

.team-slider .slick-dots {
  position: absolute;
  bottom: -13%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.team-slider .slick-dots li {
  color: #096DA2;
  border-color: #096DA2;
  cursor: pointer;
}

.team-slider .slick-dots li.slick-active {
  background-color: #096DA2;
}

/* COLUMNS */

.faq {
  position: relative;
  padding-top: 90px;
  padding-bottom: 35px;
}

.fag__container {
  max-width: 1560px;
  position: relative;
}

.fag__container::before {
  content: "";
  position: absolute;
  right: -30px;
  top: -12px;
  width: 202px;
  height: 200px;
  background: background-image: url(https://20595209.fs1.hubspotusercontent-na2.net/hubfs/20595209/raw_assets/public/Adval%20Renew%20Theme/assets/images/recruit/faq_deco.svg) no-repeat right top;
  -webkit-animation: fuwafuwa 3s infinite;
          animation: fuwafuwa 3s infinite;
}

.fag_title {
  margin-bottom: 63px;
}

.faq__columns {
  margin-bottom: 65px;
}

.faq-block__title {
  margin-bottom: 33px;
}

.faq__column-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  justify-content: center;
  align-items: flex-start;
}

.faq-block__title .faq__category {
  font-size: 20px;
  color: #00aebe;
  text-align: left;
  margin-bottom: 16px;
}

/* FAQ ITEM */

.faq-item {
  border-bottom: 1px solid #ddd;
  font-size: 20px;
  padding-right: 20px;
}

.faq-item__question {
  width: 100%;
  background: none;
  border: none;
  padding: 15px 0 10px;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  word-break: break-word;
  line-height: normal;
}

/* ICON "Q" */

.faq-item__icon {
  display: inline-block;
  min-width: 70px;
  height: 70px;
  background-color: #333;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-item__icon--answer {
  background-color: #096DA2;
}

.faq-item__text {
  padding-right: 20px;
}

/* TOGGLE SIGN */

.faq-item__toggle {
  font-size: 24px;
  margin-left: auto;
  display: flex;
  height: 15px;
  width: 15px;
  align-items: center;
  justify-content: center;
  z-index: 10;
  position: relative;
}

.faq-item__toggle::before, .faq-item__toggle::after {
  background: #333;
  content: "";
  height: 15px;
  left: 50%;
  top: 50%;
  min-height: 15px;
  min-width: 2px;
  position: absolute;
  will-change: transform;
}

.faq-item__toggle::before {
  transform: translate3d(-50%, -50%, 0);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.faq-item__toggle::after {
  content: "";
  height: 2px;
  min-height: 2px;
  min-width: 15px;
  width: 15px;
  transform: translate3d(-50%, -50%, 0);
}

.faq-item__question.is-open .faq-item__toggle::before {
  transform: translate3d(-50%, -50%, 0) rotate(90deg);
}

/* ANSWER */

.faq-item__answer {
  display: none;
  text-align: left;
  overflow: hidden;
}

.faq-item__answer-inner {
  display: flex;
  padding: 10px 0 4px;
  color: #096DA2;
  line-height: 1.6;
  font-weight: 500;
}

.faq-item__answer-inner p {
  word-break: break-word;
}

/* ========== Modal Base ========== */

.modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
}

.modal.is-open {
  display: block;
}

.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(15px) brightness(1.15);
          backdrop-filter: blur(15px) brightness(1.15);
}

/* ========== Container ========== */

.modal__container {
  position: relative;
  width: 90%;
  max-width: 1400px;
  height: 80vh;
  margin: 15vh auto 5vh;
  background: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  padding: 45px 50px;
  border: 1px solid #096DA2;
}

/* ========== Header ========== */

.modal__title {
  padding-bottom: 18px;
}

.modal__close {
  width: 70px;
  height: 70px;
  border: none;
  cursor: pointer;
  position: absolute;
  top: -5.5%;
  right: -3%;
}

/* ========== Body ========== */

.modal__body {
  overflow-y: auto;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}

.profile-toggle {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
  width: calc(50% - 33px);
}

/* text */

.toggle-label {
  font-size: 20px;
  color: #d9d9d9;
  font-weight: 700;
}

.toggle-label.is-active {
  color: #096DA2;
}

/* switch */

.toggle-switch {
  width: 70px;
  height: 34px;
  background: #ddd;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  position: relative;
  padding: 0;
  transition: background 0.3s ease;
}

.toggle-switch .toggle-knob {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: transform 0.3s ease;
}

/* ON state */

.toggle-switch.is-on {
  background: #096DA2;
}

.toggle-switch.is-on .toggle-knob {
  transform: translateX(36px);
}

/* Job table style */
.job-table {
  width: 100%;
}

.job-table tr {
  display: grid;
  grid-template-columns: 180px 1fr;
}

.job-table th {
  background: #096DA2;
  padding: 13px 19px 10px;
  font-weight: 500;
  line-height: normal;
  color: #ffffff;
  border-bottom: 1px solid #eee;
  font-size: 18px;
  letter-spacing: 5.4px;
  display: flex;
  align-items: center;
}

.job-table td {
  font-size: 18px;
  padding: 13px 19px 10px;
  border-bottom: 1px solid #eee;
  letter-spacing: 0.9px;
  line-height: normal;
}

.text-red {
  color: #E60012;
  font-weight: 500;
}

/* ========== Footer ========== */

.modal__footer {
  padding: 25px 0 0;
  text-align: center;
}

.modal__cta {
  display: inline-flex;
  align-items: center;
  background: #096DA2;
  color: #fff;
  padding: 0 25px;
  border-radius: 1000px;
  font-weight: 700;
  min-width: 300px;
  letter-spacing: 3.2px;
  position: relative;
}

.modal__container--lg {
  max-width: 1100px;
}

.modal--profile .modal__container {
  height: 75vh;
}

.profile {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  color: #096DA2;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 6px;
  overflow-y: auto;
  overflow-x: hidden;
}

.profile dd {
  font-weight: 400;
}

.profile__image img {
  width: 100%;
  border-radius: 5px;
}

.profile__label {
  margin-bottom: 24px;
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  color: #ffffff;
  background: #096DA2;
  padding: 0 45px;
  text-transform: uppercase;
  position: relative;
  height: 50px;
}

.profile__label:after {
  content: "";
  position: absolute;
  right: -19px;
  top: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 20px solid #096DA2;
}

.profile__name {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 20px;
  letter-spacing: 12px;
}

.profile__name small {
  font-size: 20px;
  letter-spacing: 6px;
}

.profile__meta {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 16px;
  margin-bottom: 15px;
}

.profile__meta dt {
  color: #096DA2;
  font-weight: bold;
}

.profile__meta dd {
  margin-bottom: 10px;
}

.profile__message {
  padding-top: 30px;
  position: relative;
  background: background-image: url(https://20595209.fs1.hubspotusercontent-na2.net/hubfs/20595209/raw_assets/public/Adval%20Renew%20Theme/assets/images/recruit/line_icon_03.svg) repeat-x top left;
}

.profile__message dt {
  color: #096DA2;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 4px;
  margin-bottom: 16px;
}

.profile__message dd {
  line-height: normal;
}

/* message and image */

.profile__image,
.profile__message {
  display: none;
  -webkit-animation: fade 0.4s ease;
          animation: fade 0.4s ease;
}

.profile__image.is-active,
.profile__message.is-active {
  display: block;
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fade {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (min-width: 1025px) and (max-width: 1239px) {
  .foundation-year__unit {
    font-size: 2.7419354839vw;
    margin-bottom: 3px;
  }
  .our-figure__item--9 .salary__title {
    font-size: 2.4193548387vw;
  }
}

@media screen and (max-width: 1700px) {
  .fag__container::before {
    right: 12px;
  }
}

@media screen and (max-width:1239px) {
  .our-figure__content {
    gap: 15px;
  }
  .our-figure__item-title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .our-figure__item-subtitle {
    font-size: 1.935483871vw;
  }
  .our-figure__label {
    font-size: 2.4193548387vw;
  }
  .sales-trend__inner {
    max-width: 42.1774193548vw;
  }
  .sales-trend__chart {
    gap: 6.4516129032vw;
  }
  .sales-trend__bar::after {
    left: -6.4516129032vw;
    width: 6.4516129032vw;
    height: 2.7419354839vw;
  }
  .sales-trend__bar--2023 {
    width: 9.2741935484vw;
  }
  .sales-trend__bar--2024 {
    width: 10vw;
  }
  .sales-trend__bar--2023 .sales-trend__color {
    height: 14.5161290323vw;
  }
  .sales-trend__bar--2024 .sales-trend__color {
    height: 17.3387096774vw;
  }
  .sales-trend__bar--current .sales-trend__color {
    width: 10vw;
    height: 19.8387096774vw;
  }
  .sales-trend__value {
    font-size: 2.4193548387vw;
    top: -3.4677419355vw;
  }
  .sales-trend__bar--current .sales-trend__value {
    padding: 0 1.2096774194vw;
    top: -1.0483870968vw;
    left: 2.4193548387vw;
  }
  .sales-trend__unit {
    font-size: 1.4516129032vw;
    transform: translateY(0);
  }
  .sales-trend__person {
    width: 10.3225806452vw;
  }
  .gender-ratio__legend-item--male {
    padding-right: 1.6129032258vw;
  }
  .gender-ratio__title {
    margin-bottom: 0.8064516129vw;
  }
  .gender-ratio__value {
    font-size: 7.2580645161vw;
    margin-top: -1.0483870968vw;
  }
  .gender-ratio__legend-item--male .gender-ratio__icon {
    width: 9.5967741935vw;
    transform: translate(2.2580645161vw, -0.8064516129vw);
  }
  .gender-ratio__legend-item--female .gender-ratio__icon {
    width: 9.0322580645vw;
    transform: translate(-1.6935483871vw, -0.4032258065vw);
  }
  .age-composition__inner {
    max-width: 57.6612903226vw;
  }
  .age-composition__chart {
    gap: 6.8548387097vw;
  }
  .job-list::before {
    width: 56.4516129032vw;
    height: 8.8709677419vw;
  }
  .job-list::after {
    width: 20vw;
    height: 15.8870967742vw;
    left: 18.5483870968vw;
    top: -8.064516129vw;
  }
}

@media screen and (max-width:1024px) {
  .our-figure__container {
    max-width: 750px;
  }
  .our-figure__content {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 10px;
  }
  .our-figure__item {
    grid-column: unset;
  }
  .our-figure__item--1 {
    grid-column: 1/3;
  }
  .our-figure__item--2 {
    grid-column: 1/3;
  }
  .our-figure__item--4 {
    grid-column: 1/3;
  }
  .our-figure__item--7 {
    order: 8;
  }
  .our-figure__item--8 {
    order: 9;
  }
  .our-figure__item-title {
    font-size: 2.9268292683vw;
  }
  .sales-trend__inner {
    max-width: 51.0243902439vw;
  }
  .sales-trend__chart {
    gap: 7.8048780488vw;
  }
  .sales-trend__bar::after {
    left: -7.8048780488vw;
    width: 7.8048780488vw;
    height: 3.3170731707vw;
  }
  .sales-trend__bar--2023 {
    width: 11.2195121951vw;
  }
  .sales-trend__bar--2024 {
    width: 12.0975609756vw;
  }
  .sales-trend__bar--2023 .sales-trend__color {
    height: 17.5609756098vw;
  }
  .sales-trend__bar--2024 .sales-trend__color {
    height: 20.9756097561vw;
  }
  .sales-trend__bar--current .sales-trend__color {
    width: 12.0975609756vw;
    height: 24vw;
  }
  .job-list::before {
    width: 68.2926829268vw;
    height: 10.7317073171vw;
  }
  .job-slider {
    justify-content: center;
  }
  .job-card {
    width: calc(50% - 20px);
  }
  .job-card .slick-prev,
.job-card .slick-next {
    bottom: 18%;
  }
  .job-card .slick-dots,
.slick-dots {
    bottom: 19.5%;
  }
  .cards__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-device-width: 767px) and (-webkit-min-device-pixel-ratio: 2) {
  .foundation-year__value .digit:last-child {
    /* transform: translateY(1.0666666667vw); */
  }
  .gender-ratio__legend-item--female .gender-ratio__value .digit:last-child {
    /* transform: translateY(-0.5333333333vw); */
  }
  .gender-ratio__unit {
    /* transform: translateY(1.0666666667vw) !important; */
  }
}

@media screen and (max-width:767px) {
  #employee_benefits_allowance .c-title-02 svg {
    width: 7.7333333333vw;
  }
  .unit {
    margin-left: 3px;
  }
  .our-figure {
    padding-bottom: 8vw;
    padding-top: 7.2vw;
  }
  .our-figure__title {
    font-size: 6.4vw;
    margin-bottom: 7.4666666667vw;
  }
  .our-figure__item-title {
    font-size: 4.8vw;
    padding: 6px 10.6666666667vw;
  }
  .our-figure__item-subtitle {
    font-size: 3.7333333333vw;
    line-height: 1.21;
    margin-bottom: 1.3333333333vw;
  }
  .our-figure__item-inner {
    padding-top: 4.8vw;
    padding-bottom: 6.4vw;
  }
  .our-figure__value {
    font-size: 13.3333333333vw;
    letter-spacing: 0;
  }
  .our-figure__unit {
    font-size: 4.2666666667vw;
    transform: translateY(-0.8854166667vw);
  }
  .our-figure__label {
    font-size: 4.8vw;
    letter-spacing: 0.9px;
  }
  .foundation-year__inner {
    flex-direction: row-reverse;
    justify-content: center;
    gap: 4.2666666667vw;
  }
  .foundation-year__icon {
    width: 25.3333333333vw;
    transform: translateX(-1.0666666667vw);
  }
  .sales-trend__inner {
    max-width: 100%;
    padding: 0 11.2vw 0 8.8vw;
  }
  .sales-trend__chart {
    gap: unset;
    padding-top: 10.9333333333vw;
    margin-bottom: 3.2vw;
  }
  .sales-trend__bar {
    width: 17.3333333333vw;
  }
  .sales-trend__bar--2023 {
    margin-right: 7.7333333333vw;
  }
  .sales-trend__bar--2023 .sales-trend__unit {
    margin-left: -3px !important;
  }
  .sales-trend__bar--2024 {
    margin-right: 9.8666666667vw;
  }
  .sales-trend__bar--2024::after {
    width: 7.2vw;
    height: 8.2666666667vw;
    left: -7.7333333333vw;
    top: 1.3333333333vw;
    background-image: background-image: url(https://20595209.fs1.hubspotusercontent-na2.net/hubfs/20595209/raw_assets/public/Adval%20Renew%20Theme/assets/images/recruit/line_icon_sp_01.svg);
  }
  .sales-trend__bar--2024 .sales-trend__unit {
    margin-left: 0;
  }
  .sales-trend__bar--current::after {
    width: 10.1333333333vw;
    height: 5.6vw;
    left: -10.1333333333vw;
    top: 0.5333333333vw;
    background-image: background-image: url(https://20595209.fs1.hubspotusercontent-na2.net/hubfs/20595209/raw_assets/public/Adval%20Renew%20Theme/assets/images/recruit/line_icon_sp_02.svg);
  }
  .sales-trend__bar--current .sales-trend__unit {
    transform: translateY(0.8vw);
  }
  .sales-trend__bar--2023 .sales-trend__color {
    height: 26.6666666667vw;
  }
  .sales-trend__bar--2024 .sales-trend__color {
    height: 36vw;
  }
  .sales-trend__bar--current .sales-trend__color {
    width: 100%;
    height: 41.6vw;
  }
  .sales-trend__value {
    font-size: 4.2666666667vw;
    letter-spacing: 0.8px;
    top: -7.4666666667vw;
  }
  .sales-trend__bar--current .sales-trend__value {
    font-size: 4.2666666667vw;
    padding: 0 1.3333333333vw;
    top: -3.4666666667vw;
    height: 6.1333333333vw;
    display: flex;
    align-items: center;
  }
  .sales-trend__unit {
    font-size: 3.7333333333vw;
    letter-spacing: 0.7px;
    transform: translate(4px, 0);
  }
  .sales-trend__person {
    width: 13.0666666667vw;
    top: 16%;
  }
  .department-ratio__legend {
    padding: 4.2666666667vw 0 2.1333333333vw;
  }
  .department-ratio__legend-item {
    background-size: 0.5333333333vw;
    padding-bottom: 5.3333333333vw;
    gap: 0;
  }
  .department-ratio__legend-item::after {
    height: 95%;
    background-size: 0.5333333333vw;
  }
  .department-ratio__value {
    font-size: 8vw;
  }
  .department-ratio__unit {
    font-size: 5.3333333333vw;
    transform: translateY(1.0666666667vw);
  }
  .department-ratio__legend-item--sales .department-ratio__title {
    margin-top: 2.6666666667vw;
    margin-bottom: 3.4666666667vw;
  }
  .department-ratio__icon {
    width: 17.3333333333vw;
    margin-top: 0.8vw;
  }
  .gender-ratio__legend {
    margin-top: 5.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }
  .gender-ratio__legend-item {
    flex-direction: row;
  }
  .gender-ratio__legend-item--male::after {
    width: 0.5333333333vw;
    height: 16vw;
    background-size: 0.5333333333vw;
    background-position: left bottom;
  }
  .gender-ratio__legend-item--male {
    padding-right: 5.3333333333vw;
    gap: 1.8666666667vw;
  }
  .gender-ratio__legend-item--female {
    padding-left: 5.3333333333vw;
  }
  .gender-ratio__legend-item--female .gender-ratio__title {
    padding-right: 2.6666666667vw;
  }
  .gender-ratio__title {
    margin-bottom: 0.5333333333vw;
  }
  .gender-ratio__value {
    font-size: 10.6666666667vw;
    margin-top: -1.3333333333vw;
  }
  .gender-ratio__unit {
    font-size: 8vw;
    transform: translateY(2.1333333333vw);
  }
  .gender-ratio__icon {
    margin-top: 2.6666666667vw;
  }
  .gender-ratio__legend-item--male .gender-ratio__icon {
    width: 10.6666666667vw;
    transform: translateX(0);
  }
  .gender-ratio__legend-item--female .gender-ratio__icon {
    width: 9.6vw;
    transform: translateX(0);
  }
  .age-composition__inner {
    max-width: 73.3333333333vw;
    padding-top: 0.8vw;
    padding-bottom: 4.2666666667vw;
  }
  .age-composition__chart {
    gap: 6.4vw;
  }
  .age-composition__bar--20s .age-composition__color {
    height: 40vw;
  }
  .age-composition__bar--30s .age-composition__color {
    height: 35.2vw;
  }
  .age-composition__bar--40s .age-composition__color {
    height: 19.4666666667vw;
  }
  .age-composition__bar--50s .age-composition__color {
    height: 5.3333333333vw;
  }
  .age-composition__value {
    margin-top: 0;
    line-height: normal;
  }
  .age-composition__bar--20s .age-composition__value {
    font-size: 6.4vw;
  }
  .age-composition__bar--30s .age-composition__value {
    font-size: 5.3333333333vw;
  }
  .age-composition__bar--40s .age-composition__value {
    font-size: 5.3333333333vw;
  }
  .age-composition__bar--50s .age-composition__value {
    font-size: 5.3333333333vw;
  }
  .age-composition__unit {
    font-size: 3.7333333333vw;
    letter-spacing: 0.7px;
    transform: translateY(0);
  }
  .age-composition__bar--20s .age-composition__unit {
    transform: translateY(0);
  }
  .age-composition__label-unit {
    font-size: 3.7333333333vw;
  }
  .age-composition__person {
    width: 29.3333333333vw;
    right: 2.6666666667vw;
    top: 13.6vw;
  }
  .overtime__inner {
    padding-top: 1.3333333333vw;
    padding-bottom: 5.3333333333vw;
    gap: 2.1333333333vw;
  }
  .overtime__title {
    font-size: 4.2666666667vw;
    padding: 7px 5px;
  }
  .overtime__value {
    font-size: 10.6666666667vw;
    margin-top: 2.1333333333vw;
  }
  .overtime__icon {
    width: 16vw;
    margin-top: -2.9333333333vw;
  }
  .salary {
    padding-bottom: 4.8vw;
  }
  .salary__title {
    font-size: 4.2666666667vw;
    padding: 7px 10px;
  }
  .salary__value {
    font-size: 10.6666666667vw;
    padding-top: 1.3333333333vw;
    margin-top: 1.3333333333vw;
  }
  .salary__unit {
    margin-left: 0;
  }
  .salary__icon {
    width: 16.5333333333vw;
    margin-top: -0.5333333333vw;
  }
  .our-figure__item--7 .salary__title {
    padding: 7px 5px;
  }
  .our-figure__item--7 .salary__value {
    transform: translateX(-1.3333333333vw);
  }
  .our-figure__item--8 .salary__value {
    margin-top: 1.0666666667vw;
    transform: translateX(-1.3333333333vw);
  }
  .our-figure__item--8 .salary__icon {
    width: 17.8666666667vw;
    margin-top: 0;
  }
  .our-figure__item--9.salary {
    padding-bottom: 2.4vw;
  }
  .our-figure__item--9 .salary__title {
    padding: 4px 10px;
    line-height: 1.31;
    letter-spacing: 0.8px;
  }
  .our-figure__item--9 .salary__value {
    margin-top: 1.3333333333vw;
  }
  .our-figure__item--9 .salary__icon {
    width: 20.5333333333vw;
    margin-top: 2.1333333333vw;
  }
  .job-list {
    padding-top: 25.3333333333vw;
    padding-bottom: 0;
  }
  .job-list::before {
    width: 58.6666666667vw;
    height: 18.6666666667vw;
    background-image: background-image: url(https://20595209.fs1.hubspotusercontent-na2.net/hubfs/20595209/raw_assets/public/Adval%20Renew%20Theme/assets/images/recruit/job_list_bg_sp.svg);
  }
  .job-list::after {
    top: -4.5333333333vw;
    left: 8.2666666667vw;
    width: 28.5333333333vw;
    height: 22.4vw;
  }
  .job-list__title {
    font-size: 6.4vw;
    margin-bottom: 7.2vw;
  }
  .job-slider {
    margin-bottom: 0;
  }
  .benefit {
    padding-bottom: 2.1333333333vw;
  }
  .benefit__title {
    font-size: 6.4vw;
    margin-bottom: 7.4666666667vw;
  }
  .job-card {
    width: 100%;
    padding: 2.6666666667vw 5.3333333333vw 5.0666666667vw;
  }
  .job-card__title {
    font-size: 8vw;
  }
  .job-card__type {
    font-size: 5.3333333333vw;
  }
  .job-card__image {
    /* padding-bottom: 85.25%; */
    /* margin-bottom: 18.6666666667vw; */
    margin-bottom: 18.667vw;
  }
  .job-card .slick-prev,
.job-card .slick-next {
    width: 8vw;
    height: 8vw;
    bottom: 5.333vw;
  }
  .job-card .slick-prev {
    /* right: 18.4vw; */
    right: 13.333vw;
  }
  .job-card .slick-next {
    /* right: 5.0666666667vw; */
    right: 0;
  }
  .job-card .slick-arrow svg {
    width: 2.564vw;
  }
  .job-card .slick-dots,
  .slick-dots {
    /* bottom: 22.9333333333vw; */
    bottom: 7.333vw;
  }
  .tabs {
    gap: 4vw 2.6666666667vw;
    margin-bottom: 4vw;
  }
  .tabs + .tabs {
    margin-bottom: 5.8666666667vw;
  }
  .tabs__item {
    width: calc(50% - 2vw);
    height: 14.4vw;
    font-size: 4.2666666667vw;
    padding: 5px 0 1px;
    gap: 4px;
    letter-spacing: 1.4px;
  }
  .tabs__item[href="#health_systems"], .tabs__item[href="#career_and_skill_development_system"] {
    font-size: 3.7333333333vw;
    height: 17.3333333333vw;
    gap: 3.2vw;
    line-height: 1.35;
  }
  .tabs__item span {
    gap: 1.3333333333vw;
  }
  .tabs__item .symbol_icon {
    width: 5.3333333333vw;
  }
  .tabs__item[href="#employee_benefits_allowance"] svg {
    width: 7.7333333333vw;
  }
  .tabs__item[href="#childbirth_and_childcare_system"] svg {
    width: 4.8vw;
  }
  .card-block {
    margin-bottom: 5.8666666667vw;
  }
  .card-block__description {
    padding: 0;
    font-size: 3.7333333333vw;
    margin-bottom: 4vw;
    line-height: 1.71;
  }
  .cards__inner {
    grid-template-columns: 1fr;
    padding: 0;
  }
  .card {
    padding: 4vw 4vw 2.1333333333vw;
  }
  .card__number {
    font-size: 7.4666666667vw;
    padding-bottom: 1.0666666667vw;
  }
  .card__image {
    padding-bottom: 67.55%;
  }
  .card__title {
    font-size: 4.8vw;
    margin-bottom: 3.2vw;
  }
  .card__text {
    font-size: 3.7333333333vw;
    line-height: 1.71;
  }
  .team {
    padding-bottom: 13.3333333333vw;
    padding-top: 6.9333333333vw;
  }
  .team-slider {
    padding: 4.6666666667vw;
  }
  .team__title {
    font-size: 6.4vw;
  }
  .team-slider .slick-arrow {
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
  .team-slider .slick-dots {
    bottom: -5%;
  }
  .faq {
    padding-top: 6.9333333333vw;
    padding-bottom: 5.3333333333vw;
  }
  .fag__container::before {
    top: -4.5333333333vw;
    right: 2.4vw;
    background-size: 27.2vw;
  }
  .fag_title {
    margin-bottom: 5.8666666667vw;
  }
  .faq__columns {
    margin-bottom: 6.6666666667vw;
  }
  .faq__columns:last-child {
    margin-bottom: 0;
  }
  .faq-block__title {
    font-size: 4.2666666667vw;
    margin-bottom: 0;
    padding-bottom: 0.5333333333vw;
  }
  .faq__column-inner {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .faq-item {
    font-size: 3.7333333333vw;
    padding-right: 2.1333333333vw;
  }
  .faq-item__question {
    font-size: 3.7333333333vw;
    padding: 4vw 0 1.0666666667vw;
  }
  .faq-item__icon {
    font-size: 5.3333333333vw;
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    min-width: 9.3333333333vw;
    margin-right: 2.6666666667vw;
  }
  .faq-item__text {
    padding-right: 2.6666666667vw;
  }
  .faq-item__toggle {
    height: 3.2vw;
    width: 3.2vw;
  }
  .faq-item__toggle::before, .faq-item__toggle::after {
    min-height: 3.2vw;
    height: 3.2vw;
  }
  .faq-item__toggle::after {
    min-width: 3.2vw;
    width: 3.2vw;
    height: 2px;
    min-height: 2px;
  }
  .faq-item__answer-inner {
    padding: 1.8666666667vw 0 0.5333333333vw;
    line-height: normal;
    letter-spacing: 0.7px;
  }
  .modal__container {
    padding: 4vw 5.3333333333vw;
  }
  .modal__close {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    top: -5.0666666667vw;
    right: -5.0666666667vw;
  }
  .profile-toggle {
    gap: 2.6666666667vw;
    margin-top: 4vw;
    width: 100%;
  }
  .toggle-label {
    font-size: 4.2666666667vw;
  }
  .toggle-switch {
    width: 17.6vw;
    height: 8vw;
  }
  .toggle-switch .toggle-knob {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    top: 0.5333333333vw;
    left: 0.5333333333vw;
  }
  .job-table tr {
    grid-template-columns: 1fr;
  }
  .job-table th {
    font-size: 4.2666666667vw;
    padding: 1.8666666667vw 3.7333333333vw 1.3333333333vw;
    border-bottom: none;
  }
  .job-table td {
    padding: 1.8666666667vw 3.7333333333vw 1.3333333333vw;
    font-size: 4.2666666667vw;
  }
  .modal__cta {
    width: 100%;
  }
  .profile {
    grid-template-columns: 1fr;
    gap: 8vw;
    font-size: 4.8vw;
  }
  .profile__label {
    font-size: 5.3333333333vw;
    padding: 0 6.6666666667vw;
    height: 10.6666666667vw;
    margin-bottom: 4vw;
  }
  .profile__label:after {
    right: -3.2vw;
    border-top: 5.3333333333vw solid transparent;
    border-bottom: 5.3333333333vw solid transparent;
    border-left: 3.2vw solid #096DA2;
  }
  .profile__name {
    font-size: 8vw;
    margin-bottom: 4vw;
    letter-spacing: 4px;
  }
  .profile__name small {
    font-size: 4.8vw;
  }
}

@media print, screen and (min-width:768px) {
  .salary__value .digit:nth-child(2) {
    transform: translateX(-8px);
  }
  .salary__value .digit:nth-child(3) {
    transform: translateX(-14px);
  }
  .salary__unit {
    transform: translate(-18px, -7px);
  }
  .our-figure__item--9 .salary__value .digit:first-child {
    transform: translateX(14px);
  }
  .our-figure__item--9 .salary__value .digit:nth-child(2) {
    transform: translateX(8px);
  }
  .our-figure__item--9 .salary__unit {
    transform: translate(-6px, -7px);
  }
  .job-slider.is-animated .service__btn {
    opacity: 1;
    transform: translateY(0);
  }
  .job-card .service__btn {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.7s, transform 0.7s;
  }
  .modal__cta.service__btn {
    opacity: 1;
    transform: translateY(0);
  }
}