/****************************************
 * style.css
 * 専用CSS
 ****************************************/
/* KV */
@media screen and (min-width: 768px) {
  .kv-text-inner {
    max-width: 460px;
    width: 100%;
    position: relative;
    left: 10%;
  }
}
/* データセクション */
@media screen and (min-width: 768px) {
  .data-section {
    padding-top: 80px;
    margin-top: -140px;
  }
}
.data-section .section-inner {
  padding-top: 20px;
  position: relative;
  z-index: 12;
}
/* データセクション：data-worktime-dayのラベル位置設定 */
.data-worktime-day .data-label:nth-of-type(1) {
  top: 30%;
  left: 48%;
  color: var(--color-strong-text);
}
.data-worktime-day .data-label:nth-of-type(2) {
  top: 72%;
  left: 47%;
  color: var(--color-strong-text);
}
.data-worktime-day .data-label:nth-of-type(3) {
  top: 64%;
  left: 16%;
  color: var(--color-strong-text);
}
.data-worktime-day .data-label:nth-of-type(4) {
  top: 33%;
  left: 15%;
}
.data-worktime-day .data-label:nth-of-type(5) {
  top: 11%;
  left: 16%;
}
.data-worktime-day .data-label:nth-of-type(6) {
  top: 6%;
  left: 27%;
}
/* データセクション：data-worktime-weekのラベル位置設定 */
.data-worktime-week .data-label:nth-of-type(1) {
  top: 60%;
  left: 13%;
}
.data-worktime-week .data-label:nth-of-type(2) {
  top: 48%;
  left: 32%;
}
.data-worktime-week .data-label:nth-of-type(3) {
  top: 30%;
}
.data-worktime-week .data-label:nth-of-type(4) {
  top: 28%;
  left: 70%;
}
.data-worktime-week .data-label:nth-of-type(5) {
  top: 35%;
  left: 87%;
}
/* データセクション：data-worktime-yearsのラベル位置設定 */
.data-worktime-years .data-label:nth-of-type(1) {
  top: 29%;
  left: 13%;
}
.data-worktime-years .data-label:nth-of-type(2) {
  top: 19%;
  left: 32%;
}
.data-worktime-years .data-label:nth-of-type(3) {
  top: 64%;
}
.data-worktime-years .data-label:nth-of-type(4) {
  top: 74%;
  left: 69%;
}
.data-worktime-years .data-label:nth-of-type(5) {
  top: 81%;
  left: 87%;
}
/* データセクション：data-monthly-incomeのラベル位置設定 */
.data-monthly-income .data-label:nth-of-type(1) {
  top: 20%;
  left: 40%;
  color: var(--color-strong-text);
}
.data-monthly-income .data-label:nth-of-type(2) {
  top: 50%;
  left: 53%;
  color: var(--color-strong-text);
}
.data-monthly-income .data-label:nth-of-type(3) {
  top: 76%;
  left: 28%;
  color: var(--color-strong-text);
}
.data-monthly-income .data-label:nth-of-type(4) {
  top: 44%;
  left: 13%;
}
.data-monthly-income .data-label:nth-of-type(5) {
  top: 26%;
  left: 8%;
}
.data-monthly-income .data-label:nth-of-type(6) {
  top: 22%;
  left: 23%;
  color: var(--color-strong-text);
}
/* シフトセクション */
.shift-section {
  padding-bottom: 220px;
}
@media screen and (max-width: 767px) {
  .shift-section {
    padding-bottom: 140px;
  }
}
.shift-section .section-inner {
  padding-top: 20px;
}
/* 福利厚生 */
.media-block-img.benefits-img img {
  aspect-ratio: 520 / 375;
}
@media screen and (max-width: 767px) {
  .media-block-img.benefits-img img {
    aspect-ratio: 375 / 271;
    max-width: none;
    width: calc(100% + 60px);
    margin: 0 -30px;
    border-radius: 0;
  }
}
/* よくある質問 */
.faq-section {
  padding-bottom: 220px;
}
@media screen and (max-width: 767px) {
  .faq-section {
    padding-bottom: 140px;
  }
}