    @charset "UTF-8";

/* ========================================
   59az8 / 59dv4 共通上書き
   既存CSSで不要な装飾を外す
======================================== */
.select_jobtype_kibo:before,
.select_jobtype_gakusyu:before {
  content: none;
}

/* ========================================
   FV共通調整
======================================== */
.fv-text,
.fv-fact-content-text {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.fv .fv-fact {
  padding-top: 41px;
}

.fv .fv-fact .fv-fact-box-inner h2 {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.fv .fv-fact .fv-fact-box-inner.scale .fv-fact-content-text .num {
  top: 9px;
}

.fv .fv-fact .fv-fact-box-inner.scale .fv-fact-content-text .char {
  line-height: 22px;
  margin-left: 4.7px;
}

.fv-copy-sp,
.fv-note-sp {
  display: none;
}

/* ========================================
   フォームエリア調整
======================================== */
#btm_area {
  margin-top: -72px;
}

#btm_area .content-inner .radius-header,
#btm_area .content-inner .radius-header span {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-feature-settings: "palt";
}

#btm_area .content-inner .radius-header {
  letter-spacing: 2px;
}

#btm_area .content-inner .radius-header span {
  padding-top: 5px;
  letter-spacing: 0.5px;
  font-size: 12px;
}

/* ========================================
   SP調整
======================================== */
@media (max-width: 767px) {
  #btm_area {
    margin-top: 0;
    padding: 18px 5.3333333333vw 20px;
  }

  .fv-note-sp {
    display: block;
    background: #fff;
  }

  .fv-note-sp img {
    display: block;
    width: 100%;
    height: auto;
  }

  .fv .fv-inner {
    height: 89vw; /* 実機確認ベース */
    background-image: url(/content_assets/59dv4/img/mv_sp.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    padding: 0 5.2%;
    overflow: hidden;
  }

  .fv .fv-fact {
    gap: 1.3333333333vw;
    padding-top: 67.4666666667vw; /* デザイン位置合わせ */
  }

  .fv .fv-fact .fv-fact-box-inner h2 {
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 12px;
  }

  .fv .fv-fact .fv-fact-box-inner.scale .fv-fact-content-text .num {
    top: 0;
  }

  .fv .fv-fact .fv-fact-box-inner.scale .fv-fact-content-text .char {
    line-height: 15px;
  }

  #btm_area .content-inner .radius-header {
    letter-spacing: -0.24px;
  }
}
