/****************************************
 * style.css
 * 専用CSS
 ****************************************/
/* KV */
@media screen and (min-width: 768px) {
  .kv-text-inner {
    max-width: 450px;
    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: 31%;
  left: 45%;
  color: var(--color-strong-text);
}
.data-worktime-day .data-label:nth-of-type(2) {
  top: 76%;
  left: 48%;
  color: var(--color-strong-text);
}
.data-worktime-day .data-label:nth-of-type(3) {
  top: 73%;
  left: 18%;
  color: var(--color-strong-text);
}
.data-worktime-day .data-label:nth-of-type(4) {
  top: 40%;
  left: 16%;
}
.data-worktime-day .data-label:nth-of-type(5) {
  top: 10%;
  left: 13%;
}
.data-worktime-day .data-label:nth-of-type(6) {
  top: 7%;
  left: 41%;
}
/* データセクション：data-worktime-weekのラベル位置設定 */
.data-worktime-week .data-label:nth-of-type(1) {
  top: 26%;
  left: 13%;
}
.data-worktime-week .data-label:nth-of-type(2) {
  top: 19%;
  left: 32%;
}
.data-worktime-week .data-label:nth-of-type(3) {
  top: 31%;
}
.data-worktime-week .data-label:nth-of-type(4) {
  top: 55%;
  left: 68%;
}
.data-worktime-week .data-label:nth-of-type(5) {
  top: 74%;
  left: 87%;
}
/* データセクション：data-monthly-incomeのラベル位置設定 */
.data-monthly-income .data-label:nth-of-type(1) {
  top: 31%;
  left: 44%;
  color: var(--color-strong-text);
}
.data-monthly-income .data-label:nth-of-type(2) {
  top: 70%;
  left: 49%;
  color: var(--color-strong-text);
}
.data-monthly-income .data-label:nth-of-type(3) {
  top: 70%;
  left: 17%;
  color: var(--color-strong-text);
}
.data-monthly-income .data-label:nth-of-type(4) {
  top: 35%;
  left: 17%;
}
.data-monthly-income .data-label:nth-of-type(5) {
  top: 12%;
  left: 23%;
}
.data-monthly-income .data-label:nth-of-type(6) {
  top: 8%;
  left: 32%;
}
/* データセクション：data-typeのラベル位置設定 */
.data-type .data-label {
  flex-direction: column;
  align-items: flex-end;
  gap: 0;
}
.data-type .data-label .countup {
  font-size: 46px;
}
.data-type .data-label span {
  font-size: 26px;
  line-height: 0.9;
}
.data-type .data-label:nth-of-type(1) {
  top: 35%;
  left: 87%;
}
.data-type .data-label:nth-of-type(2) {
  top: 35%;
  left: 12%;
}
/* シフトセクション */
.shift-section {
  padding-bottom: 220px;
}
@media screen and (min-width: 768px) {
  .point-text {
    max-width: calc(100% - 104px);
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .shift-section {
    padding-bottom: 140px;
  }
}
.shift-section .section-inner {
  padding-top: 20px;
}
/* よくある質問 */
.faq-section {
  padding-bottom: 220px;
}
@media screen and (max-width: 767px) {
  .faq-section {
    padding-bottom: 140px;
  }
}