/****************************************
 * style.css
 * 専用CSS
 ****************************************/
/* KV */
@media screen and (min-width: 768px) {
  .kv-text-inner {
    max-width: 450px;
    width: 100%;
    position: relative;
    left: 10%;
  }
  .catch-section {
    padding-bottom: 160px;
    z-index: 10;
  }
}
@media screen and (max-width: 767px) {
  .catch-section {
    padding-bottom: 130px;
  }
}
/* ベネフィットセクション */
.workplace-section .gpsObj .locasma a {
  max-width: 600px;
  border-radius: 15px;
  margin: auto;
}
.workplace-section .gpsObj .locasma a::before {
  font-family: recop-iconfonts;
  content: "\E885";
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: normal;
  color: var(--color-main);
  right: 16px;
  width: 26px;
  height: 26px;
  border-radius: 50vh;
  background-color: var(--color-bg-white);
}
@media screen and (min-width: 768px) {
  .media-block-inner:not(:last-of-type) {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .workplace-section .gpsObj .locasma a span {
    padding-left: 0;
  }
  .workplace-section .gpsObj .locasma a span::before {
    left: -45px;
  }
  .point-list-contents {
    margin-top: 30px;
  }
}
/* データセクション */
.data-section {
  padding-bottom: 220px;
}
.data-section .section-inner {
  padding: 60px 0 0;
  position: relative;
  z-index: 12;
}
.img-belt-content {
  margin-bottom: 0;
  position: relative;
}
.img-belt-content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background: linear-gradient(90deg, #F1F5FE 0%, #EBF1FE 50%, #E2E6F2 100%);
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .data-section {
    padding-bottom: 140px;
  }
  .data-section .section-inner {
    padding: 40px 30px 0;
  }
}
/* データセクション：data-worktime-dayのラベル位置設定 */
.data-worktime-day .data-label:nth-of-type(1) {
  color: var(--color-strong-text);
  top: 34%;
  left: 48%;
}
.data-worktime-day .data-label:nth-of-type(2) {
  top: 81%;
  left: 38%;
  color: var(--color-strong-text);
}
.data-worktime-day .data-label:nth-of-type(3) {
  top: 59%;
  left: 14%;
  color: var(--color-strong-text);
}
.data-worktime-day .data-label:nth-of-type(4) {
  top: 31%;
  left: 20%;
}
.data-worktime-day .data-label:nth-of-type(5) {
  top: 11%;
  left: 20%;
}
.data-worktime-day .data-label:nth-of-type(6) {
  top: 8%;
  left: 30%;
}
/* データセクション：data-worktime-weekのラベル位置設定 */
.data-worktime-week .data-label:nth-of-type(1) {
  top: 58%;
  left: 13%;
}
.data-worktime-week .data-label:nth-of-type(2) {
  top: 45%;
  left: 32%;
}
.data-worktime-week .data-label:nth-of-type(3) {
  top: 31%;
}
.data-worktime-week .data-label:nth-of-type(4) {
  top: 41%;
  left: 70%;
}
.data-worktime-week .data-label:nth-of-type(5) {
  top: 29%;
  left: 87%;
}
/* データセクション：data-worktime-yearsのラベル位置設定 */
.data-worktime-years .data-label:nth-of-type(1) {
  top: 39%;
  left: 17%;
}
.data-worktime-years .data-label:nth-of-type(2) {
  top: 19%;
  left: 39%;
}
.data-worktime-years .data-label:nth-of-type(3) {
  top: 61%;
  left: 61%;
}
.data-worktime-years .data-label:nth-of-type(4) {
  top: 71%;
  left: 83%;
}
/* 福利厚生 */
.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;
  }
}