/*
Theme Name:   PHRS Child
Theme URI:    https://phrs-inc.jp/
Description:  Progress HR Solutions - yStandard 子テーマ
Author:       Your Name
Template:     ystandard
Version:      1.0.0
Text Domain:  phrs-child
*/

h1, h2, h3 {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}
body {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}

/* タイトル */
.sub-hero h1 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-shadow:
    0 0 8px rgba(212,175,55,0.25),
    0 0 2px rgba(255,255,255,0.3);

  background: linear-gradient(
    90deg,
    #cfcfcf 0%,     /* シルバー（暗） */
    #f5f5f5 15%,    /* シルバー（光） */
    #d4af37 35%,    /* ゴールド */
    #f9e27d 50%,    /* ハイライト */
    #d4af37 65%,    /* ゴールド戻し */
    #b8962e 80%,    /* 深み */
    #e6e6e6 100%    /* シルバー抜け */
  );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* サブコピー */
.sub-hero p {
  font-size: 14px;
  letter-spacing: 0.08em;

  background: linear-gradient(
    90deg,
    #e0e0e0,
    #d4af37,
    #f9e27d
  );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
