@charset "UTF-8";
/* =========================
   Foundation
========================= */
:root {
  --c-navy: #004565;
  --c-yellow: #FFEA00;
  --c-orangeBg: #C2410C;
  --c-text: #1A1A1A;
  --c-borderNavy: #004565;
}

body#lp--compensation02 {
  color: var(--c-text);
  background: #fff;
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  -webkit-text-size-adjust: 100%;
  line-height: 1.6;
  overflow-x: clip;
  min-height: 100dvh;
}

#lp--compensation02 img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
#lp--compensation02 a {
  color: inherit;
  text-decoration: none;
}
#lp--compensation02 {
  /* =========================
  Utility
  ========================= */
}
#lp--compensation02 .u-brSp {
  display: inline;
}
#lp--compensation02 .u-brSpTab {
  display: inline;
}
#lp--compensation02 .u-brTab {
  display: none;
}
#lp--compensation02 .u-brPc {
  display: none;
}
@media screen and (min-width: 601px) {
  #lp--compensation02 .u-brSp {
    display: none;
  }
  #lp--compensation02 .u-brTab {
    display: inline;
  }
}
@media screen and (min-width: 1024px) {
  #lp--compensation02 .u-brSpTab {
    display: none;
  }
  #lp--compensation02 .u-brTab {
    display: none;
  }
  #lp--compensation02 .u-brPc {
    display: inline;
  }
}
#lp--compensation02 {
  /* =========================
  Layout: Header
  ========================= */
}
#lp--compensation02 .l-header {
  width: 100%;
  background: var(--c-navy);
  padding: 0;
  height: initial;
  position: initial;
}
#lp--compensation02 .l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 960px;
  margin: 0 auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#lp--compensation02 .l-header__logo {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 10px 12px;
  background: #fff;
  line-height: 1;
  border-right: 1px solid var(--c-navy);
  /* ロゴ右側：紺1px */
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#lp--compensation02 {
  /* ロゴ左側は全面白を伸ばす */
}
#lp--compensation02 .l-header__logo::before {
  position: absolute;
  left: -9999px;
  top: 0;
  width: 9999px;
  height: 100%;
  background: #fff;
  content: "";
}
#lp--compensation02 .l-header__logo img {
  display: block;
  width: auto;
  height: 49px;
  /* SP */
}
#lp--compensation02 .l-header__textWrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  /* 白1pxラインを全高に */
  padding: 10px 12px 10px 18px;
  background: var(--c-navy);
  border-left: 1px solid #fff;
  /* ロゴ右側の次：白1px余白 */
  -webkit-box-shadow: 9999px 0 0 var(--c-navy);
          box-shadow: 9999px 0 0 var(--c-navy);
  /* Chromeのvw差分を回避 */
}
#lp--compensation02 .l-header__textWrap::after {
  display: none;
}
#lp--compensation02 .l-header__text {
  margin: 0;
  color: #fff;
  font-size: 21px;
  /* SP */
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.25;
  white-space: normal;
}
#lp--compensation02 .l-header__free {
  color: #fff;
  font-size: 28px;
  /* SP */
}
#lp--compensation02 .l-header__line2 {
  display: inline;
}
#lp--compensation02 .l-header__br {
  display: inline;
}
#lp--compensation02 .l-header__freeWrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 6px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
#lp--compensation02 .l-header__icon {
  width: 1em;
  /* 無料相談の文字サイズに連動 */
  height: 1em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (min-width: 601px) {
  #lp--compensation02 .l-header__text {
    font-size: 24px;
  }
  #lp--compensation02 .l-header__br {
    display: none;
    /* タブレット以降は全部1行 */
  }
}
@media screen and (min-width: 601px) and (max-width: 1023px) {
  #lp--compensation02 .l-header__text {
    white-space: nowrap;
    font-size: clamp(22px, 22px + 14 * (100vw - 601px) / 422, 36px);
  }
  #lp--compensation02 .l-header__free {
    font-size: clamp(28px, 28px + 20 * (100vw - 601px) / 422, 48px);
  }
}
@media screen and (min-width: 1024px) {
  #lp--compensation02 .l-header__logo img {
    height: 71px;
    /* PC */
  }
  #lp--compensation02 .l-header__text {
    font-size: 36px;
    /* PC */
  }
  #lp--compensation02 .l-header__free {
    font-size: 48px;
    /* PC */
  }
}
#lp--compensation02 {
  /* =========================
  Tablet narrow band (601-640)
  ========================= */
}
@media screen and (min-width: 601px) and (max-width: 640px) {
  #lp--compensation02 .p-fv__limit,
  #lp--compensation02 .p-check,
  #lp--compensation02 .p-tel,
  #lp--compensation02 .p-compensation__content,
  #lp--compensation02 .p-eligible__item,
  #lp--compensation02 .p-diseaseAccordion__inner,
  #lp--compensation02 .p-eligibleNote__inner,
  #lp--compensation02 .p-support__inner,
  #lp--compensation02 .p-shindanStart__inner,
  #lp--compensation02 .p-reasons__inner {
    width: calc(100% - 16px);
  }
  #lp--compensation02 {
    /* ヘッダもこの帯だけ窮屈なのでガターを縮める */
  }
  #lp--compensation02 .l-header__logo {
    padding: 8px 10px;
  }
  #lp--compensation02 .l-header__textWrap {
    padding-left: 12px;
  }
}
#lp--compensation02 {
  /* =========================
  Layout: Main
  ========================= */
}
#lp--compensation02 .l-main {
  padding: 0 0 20px;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  #lp--compensation02 .l-main {
    padding: 0 0 50px;
  }
}
#lp--compensation02 {
  /* =========================
  Project: FV
  ========================= */
}
#lp--compensation02 .p-fv {
  max-width: 960px;
  margin: 0 auto;
  border: 0;
  background: #fff;
}
#lp--compensation02 .p-fv__hero {
  position: relative;
  padding: 18px 14px 0 clamp(14px, 14px + 76 * (100vw - 401px) / 622, 90px);
}
#lp--compensation02 .p-fv__heroText {
  text-align: left;
}
#lp--compensation02 .p-fv__lead {
  position: relative;
  display: inline-block;
  margin: 0 0 15px;
  font-size: clamp(16px, 16px + 6 * (100vw - 360px) / 241, 22px);
  font-weight: 700;
  line-height: 1.25;
}
#lp--compensation02 .p-fv__leadText {
  position: relative;
  display: inline-block;
}
#lp--compensation02 {
  /* 下線（カンプ形状）：横線＋左の斜めつなぎ＋短い上側の横線 */
}
#lp--compensation02 .p-fv__lead {
  --fv-line: #111;
  --fv-stroke: 2px;
  --fv-y: -5px;
  /* 文字から下線まで */
  --fv-main-x: 50px;
  /* 斜め線の接続点（＝右線の開始位置） */
  --fv-diag-run: 16px;
  /* 斜めの横移動量（右端の接続を詰める） */
  --fv-diag-rise: 14px;
  /* 斜めの縦移動量（上に上がる） */
  --fv-diag-shift-y: 12px;
  /* 斜め線だけ下げる（右線に接続） */
  --fv-diag-len: 20px;
  /* 斜め線の長さ（30px→約-20%） */
}
#lp--compensation02 .p-fv__lead::before {
  position: absolute;
  left: var(--fv-main-x);
  right: 0;
  bottom: var(--fv-y);
  height: var(--fv-stroke);
  background: var(--fv-line);
  content: "";
}
#lp--compensation02 .p-fv__lead::after {
  position: absolute;
  left: 0;
  bottom: var(--fv-y);
  /* 右の線と同じYに揃える */
  width: calc(var(--fv-main-x) - var(--fv-diag-run));
  height: var(--fv-stroke);
  background: var(--fv-line);
  content: "";
}
#lp--compensation02 .p-fv__leadText::after {
  position: absolute;
  left: calc(var(--fv-main-x) - var(--fv-diag-run));
  bottom: var(--fv-y);
  width: var(--fv-diag-len);
  height: var(--fv-stroke);
  background: var(--fv-line);
  -webkit-transform: translateY(var(--fv-diag-shift-y)) rotate(-36deg);
          transform: translateY(var(--fv-diag-shift-y)) rotate(-36deg);
  /* 角度は維持し位置だけ下げる */
  -webkit-transform-origin: left center;
          transform-origin: left center;
  content: "";
}
#lp--compensation02 .p-fv__amountTitle {
  font-size: clamp(20px, 20px + 6 * (100vw - 360px) / 241, 26px);
  font-weight: 700;
}
#lp--compensation02 .p-fv__amount {
  color: #c2410c;
  font-size: clamp(22px, 22px + 6 * (100vw - 360px) / 241, 28px);
  /* min（最大の「最大」基準） */
  font-weight: 700;
  line-height: 1.05;
}
#lp--compensation02 .p-fv__max {
  font-size: clamp(22px, 22px + 6 * (100vw - 360px) / 241, 28px);
  /* min */
  color: #c2410c;
}
#lp--compensation02 .p-fv__num {
  color: #c2410c;
  font-size: clamp(42px, 42px + 6 * (100vw - 360px) / 241, 48px);
  /* min */
}
#lp--compensation02 .p-fv__yenMan {
  color: #c2410c;
  font-size: clamp(22px, 22px + 6 * (100vw - 360px) / 241, 28px);
  /* min */
}
#lp--compensation02 .p-fv__desc {
  margin: 0 0 6px;
  font-size: clamp(22px, 22px + 6 * (100vw - 360px) / 241, 28px);
  /* min */
  font-weight: 700;
  line-height: 1.2;
}
#lp--compensation02 .p-fv__wo {
  display: inline;
  color: #111;
  font-size: clamp(22px, 22px + 6 * (100vw - 360px) / 241, 28px);
  /* 「受け取れる可能性があります」と同サイズ */
}
#lp--compensation02 .p-fv__note {
  margin: 0;
  color: #666;
  font-size: 12px;
  line-height: 1.5;
}
#lp--compensation02 .p-fv__illust {
  position: absolute;
  left: clamp(180px, 175px + 75 * (100vw - 401px) / 199, 250px);
  right: auto;
  top: 8px;
  width: clamp(68px, 68px + 20 * (100vw - 401px) / 199, 88px);
  /* min */
}
#lp--compensation02 .p-fv__attention {
  width: 90%;
  margin: 0 auto 25px;
}
#lp--compensation02 .p-fv__attention dt {
  font-size: 14px;
  font-weight: 600;
}
#lp--compensation02 .p-fv__attention dd {
  font-size: 12px;
  line-height: 1.3;
}
@media screen and (max-width: 600px) {
  #lp--compensation02 .p-fv__note {
    position: absolute;
    right: 10px;
    bottom: -5px;
    z-index: 5;
    padding: 3px;
    background: rgba(255, 255, 255, 0.8);
    color: #111;
    text-align: right;
  }
}
@media screen and (min-width: 601px) {
  #lp--compensation02 .p-fv__note {
    position: relative;
    font-size: 13px;
    left: clamp(60px, 60px + 140 * (100vw - 601px) / 422, 200px);
  }
  #lp--compensation02 .p-fv__attention {
    width: 75%;
    max-width: 870px;
    margin: 0 auto 40px;
  }
  #lp--compensation02 .p-fv__attention dt {
    font-size: 16px;
    font-weight: 600;
  }
  #lp--compensation02 .p-fv__attention dd {
    font-size: 14px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1024px) {
  #lp--compensation02 .p-fv__note {
    left: 230px;
    font-size: 14px;
  }
  #lp--compensation02 .p-fv__attention {
    width: 870px;
  }
}
#lp--compensation02 .p-fv__model {
  position: absolute;
  top: 24px;
  right: clamp(12px, 10px + 160 * (100vw - 401px) / 622, 170px);
  width: clamp(138px, 138px + 112 * (100vw - 401px) / 622, 250px);
}
#lp--compensation02 .p-fv__targetWrap {
  padding: 6px 10px 6px;
  position: relative;
  z-index: 1;
}
#lp--compensation02 .p-fv__or {
  position: relative;
  z-index: 2;
  width: 86px;
  height: 34px;
  margin: -10px auto;
  padding: 0;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background: var(--c-navy);
  display: grid;
  place-items: center;
}
#lp--compensation02 .p-fv__limit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px auto 16px;
  padding: 10px 12px;
  border: 1px solid #1A1A1A;
  border-radius: 0;
  background: #fff;
  width: 85%;
}
#lp--compensation02 .p-fv__limitText {
  margin: 0;
  font-weight: 700;
  line-height: 1.35;
}
#lp--compensation02 .p-fv__limitEm {
  display: inline-block;
  font-size: 18px;
}
#lp--compensation02 .p-fv__limitEmStrong {
  color: #d05b00;
  font-size: 20px;
}
#lp--compensation02 .p-fv__limitSub {
  display: inline-block;
  font-size: 18px;
}
#lp--compensation02 .p-fv__limitIcon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50px;
}
@media screen and (min-width: 601px) and (max-width: 1023px) {
  #lp--compensation02 .p-fv__model {
    top: 30px;
    width: clamp(170px, 170px + 90 * (100vw - 401px) / 422, 260px);
  }
}
@media screen and (max-width: 385px) {
  #lp--compensation02 .p-fv__limit {
    width: 92%;
  }
}
#lp--compensation02 {
  /* =========================
  Component: target card
  ========================= */
}
#lp--compensation02 .c-targetCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 10px 10px;
  border: 2px solid var(--c-borderNavy);
  border-radius: 6px;
  background: #fff;
}
#lp--compensation02 .c-targetCard__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 72px;
  margin: 0 clamp(10px, 10px + 40 * (100vw - 401px) / 622, 50px);
}
#lp--compensation02 .c-targetCard__icon img {
  display: block;
  width: 100%;
  height: auto;
}
#lp--compensation02 .c-targetCard__text {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  color: #1a1a1a;
}
#lp--compensation02 .c-targetCard__em {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  font-size: 20px;
  color: #004565;
}
@media screen and (max-width: 375px) {
  #lp--compensation02 .c-targetCard {
    gap: 0;
  }
}
@media screen and (min-width: 601px) {
  #lp--compensation02 .p-fv {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
  }
  #lp--compensation02 .p-fv__hero {
    padding: 26px 20px 14px;
    min-height: 240px;
  }
  #lp--compensation02 .p-fv__heroText {
    text-align: left;
    padding-right: 240px;
  }
  #lp--compensation02 .p-fv__lead {
    font-size: 30px;
  }
  #lp--compensation02 .p-fv__amountTitle {
    font-size: 42px;
    /* max */
  }
  #lp--compensation02 .p-fv__amount {
    font-size: 50px;
    /* max（最大の「最大」基準） */
  }
  #lp--compensation02 .p-fv__max {
    font-size: 50px;
    /* max */
  }
  #lp--compensation02 .p-fv__num {
    font-size: 86px;
    /* max */
  }
  #lp--compensation02 .p-fv__yenMan {
    font-size: 50px;
    /* max */
  }
  #lp--compensation02 .p-fv__desc {
    font-size: 36px;
    /* max */
  }
  #lp--compensation02 .p-fv__wo {
    font-size: 36px;
    /* 「受け取れる可能性があります」と同サイズ */
  }
  #lp--compensation02 .p-fv__illust {
    right: auto;
    top: 18px;
    width: 153px;
  }
  #lp--compensation02 _::-webkit-full-page-media, #lp--compensation02 _:future, #lp--compensation02 :root .p-fv__illust {
    left: 360px;
    width: 110px;
  }
  #lp--compensation02 .c-targetCard {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 14px;
    padding: 18px 18px;
    border-width: 2px;
    border-radius: 6px;
    min-height: 92px;
    margin: 0 auto;
    width: 85%;
  }
  #lp--compensation02 .c-targetCard__icon {
    width: 96px;
  }
  #lp--compensation02 .c-targetCard__text {
    font-size: clamp(18px, 20px + 10 * (100vw - 601px) / 422, 28px);
    /* 下線なし */
    line-height: 1.3;
    color: #1a1a1a;
  }
  #lp--compensation02 .c-targetCard__em {
    font-size: clamp(20px, 20px + 10 * (100vw - 601px) / 422, 30px);
    /* 下線あり */
    color: var(--c-navy);
  }
  #lp--compensation02 .p-fv__limit {
    width: 75%;
    padding: 10px 32px;
  }
  #lp--compensation02 .p-fv__limitEm,
  #lp--compensation02 .p-fv__limitSub {
    font-size: clamp(20px, 20px + 6 * (100vw - 601px) / 422, 26px);
  }
  #lp--compensation02 .p-fv__limitSub {
    margin-left: 8px;
  }
  #lp--compensation02 .p-fv__limitEmStrong {
    font-size: clamp(26px, 26px + 8 * (100vw - 601px) / 422, 34px);
  }
  #lp--compensation02 .p-fv__limitIcon {
    width: 70px;
  }
}
@media screen and (min-width: 601px) and (max-width: 1023px) {
  #lp--compensation02 .p-fv__illust {
    width: clamp(88px, 88px + 32 * (100vw - 601px) / 422, 120px);
    left: clamp(250px, 250px + 150 * (100vw - 601px) / 422, 400px);
    right: auto;
  }
}
@media screen and (max-width: 380px) {
  #lp--compensation02 .p-fv__illust {
    /* 380px以下：left基準 */
    left: 170px;
    right: auto;
  }
}
@media screen and (min-width: 1024px) {
  #lp--compensation02 .p-fv__illust {
    left: 380px;
    right: auto;
    width: 153px;
  }
  #lp--compensation02 .p-fv__targetWrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #lp--compensation02 .p-fv__or {
    position: absolute;
    left: 56%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: 0;
    width: 76px;
    height: 76px;
    border-radius: 999px;
    /* PCは円に戻す */
    font-size: 20px;
    z-index: 3;
  }
  #lp--compensation02 .c-targetCard__icon {
    margin: 0 0 0 15px;
  }
  #lp--compensation02 .c-targetCard:first-of-type {
    width: 520px;
  }
  #lp--compensation02 .c-targetCard:nth-of-type(2) {
    width: 400px;
  }
  #lp--compensation02 .p-fv__limit {
    width: 90%;
    padding: 10px 25px;
    margin: 15px auto 30px;
  }
  #lp--compensation02 .p-fv__limitSub {
    display: inline;
    margin-left: -10px;
  }
}
@media screen and (min-width: 601px) and (max-width: 1023px) {
  #lp--compensation02 .p-fv__amountTitle {
    font-size: clamp(26px, 26px + 16 * (100vw - 601px) / 422, 42px);
  }
  #lp--compensation02 .p-fv__max {
    font-size: clamp(28px, 28px + 22 * (100vw - 601px) / 422, 50px);
  }
  #lp--compensation02 .p-fv__num {
    font-size: clamp(48px, 48px + 38 * (100vw - 601px) / 422, 86px);
  }
  #lp--compensation02 .p-fv__yenMan {
    font-size: clamp(28px, 28px + 22 * (100vw - 601px) / 422, 50px);
  }
  #lp--compensation02 .p-fv__desc {
    font-size: clamp(28px, 28px + 8 * (100vw - 601px) / 422, 36px);
  }
  #lp--compensation02 .p-fv__wo {
    font-size: clamp(28px, 28px + 8 * (100vw - 601px) / 422, 36px);
  }
}
@media screen and (min-width: 601px) and (max-width: 1023px) {
  #lp--compensation02 .p-fv__lead {
    font-size: clamp(22px, 22px + 8 * (100vw - 601px) / 422, 30px);
  }
}
@media screen and (min-width: 601px) and (max-width: 1023px) {
  #lp--compensation02 .p-fv__hero {
    padding-left: clamp(50px, 50px + 80 * (100vw - 601px) / 422, 100px);
  }
}
@media screen and (min-width: 1024px) {
  #lp--compensation02 .p-fv__hero {
    padding-left: 70px;
  }
  #lp--compensation02 .p-fv__model {
    top: 10px;
    right: 150px;
    width: 255px;
  }
  #lp--compensation02 _::-webkit-full-page-media, #lp--compensation02 _:future, #lp--compensation02 :root .p-fv__model {
    right: 120px;
  }
}
#lp--compensation02 {
  /* =========================
  Project: Check
  ========================= */
}
#lp--compensation02 .p-check {
  margin: 10px 0;
  border: 3px solid #bd4d14;
  background: #f7efe3;
}
#lp--compensation02 .p-check__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /* 右寄りを解消 */
  padding: 4px 0 8px;
  background: #C2410C;
  color: #fff;
}
#lp--compensation02 .p-check__header::after {
  position: absolute;
  left: 50%;
  bottom: -14px;
  width: 0;
  height: 0;
  border-width: 14px 18px 0;
  border-style: solid;
  border-color: #c44d10 transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
}
#lp--compensation02 .p-check__wrap {
  width: clamp(360px, 360px + 15 * (100vw - 360px) / 241, 375px);
  overflow: hidden;
  margin: 0 auto;
}
#lp--compensation02 .p-check__badge {
  position: absolute;
  top: -10px;
  /* オレンジ帯から上にはみ出す */
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 99px;
  height: 99px;
  border-radius: 999px;
  background: url("../img/ico_01.png") center/cover no-repeat;
  /* ico_01を背景化 */
}
#lp--compensation02 .p-check__badgeIcon {
  display: none;
}
#lp--compensation02 .p-check__badgeIcon img {
  display: block;
  width: 100%;
  height: auto;
}
#lp--compensation02 .p-check__badgeText {
  display: none;
}
#lp--compensation02 .p-check__ttl {
  margin: 0 0 0 100px;
  font-weight: 700;
  line-height: 1.6;
  width: 100%;
}
#lp--compensation02 .p-check__ttlText {
  display: block;
  font-size: clamp(18px, 18px + 2 * (100vw - 360px) / 241, 20px);
  text-align: left;
}
#lp--compensation02 .p-check__ttlRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#lp--compensation02 .p-check__ttlNow {
  font-size: 24px;
  /* SP(390想定) */
}
#lp--compensation02 .p-check__ttlFree {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 5px 3px;
  background: #fff;
  color: #C2410C;
  font-size: 32px;
  /* SP(390想定) */
  line-height: 1;
}
#lp--compensation02 .p-check__ttlIcon {
  width: 1em;
  /* 「無料診断」の文字サイズに連動 */
  height: 1em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
#lp--compensation02 .p-check__body {
  padding: 30px 25px 25px 25px;
}
#lp--compensation02 .p-check__q + .p-check__q {
  margin-top: 14px;
}
#lp--compensation02 .p-check__qText {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
#lp--compensation02 .p-check__choices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 12px;
}
#lp--compensation02 {
  /* 初期は白丸、選択で黒丸（JSが.active付与想定） */
}
#lp--compensation02 .c-choiceButton {
  position: relative;
  min-width: 108px;
  padding: 6px 14px 6px 42px;
  border: 2px solid #1A1A1A;
  border-radius: 8px;
  background: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  color: var(--c-text);
}
#lp--compensation02 .c-choiceButton::before {
  position: absolute;
  left: 14px;
  top: 50%;
  width: 18px;
  height: 18px;
  border: 2px solid #1A1A1A;
  border-radius: 999px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  content: "";
}
#lp--compensation02 .c-choiceButton--active::before {
  background: #111;
  border-color: #111;
}
#lp--compensation02 .p-check__ctaWrap {
  margin: 16px 0 0;
}
#lp--compensation02 .c-mainCta {
  display: block;
  width: 90%;
  margin: 0 auto;
}
#lp--compensation02 .c-mainCta__img {
  display: block;
}
#lp--compensation02 .c-mainCta__img img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 601px) {
  #lp--compensation02 .p-check {
    width: calc(100% - 40px);
    max-width: 720px;
    margin: 0 auto 30px;
  }
  #lp--compensation02 .p-check__wrap {
    width: 500px;
  }
  #lp--compensation02 .p-check__badge {
    top: -15px;
    width: 125px;
    height: 125px;
  }
  #lp--compensation02 .p-check__ttl {
    margin: 0 0 0 130px;
  }
  #lp--compensation02 .p-check__ttlText {
    font-size: 26px;
  }
  #lp--compensation02 .p-check__ttlRow {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    /* PCは改行しない */
    white-space: nowrap;
  }
  #lp--compensation02 .p-check__ttlFree {
    font-size: 42px;
    /* PC */
  }
  #lp--compensation02 .p-check__ttlNow {
    font-size: 30px;
    /* PC */
  }
  #lp--compensation02 .p-check__qText {
    font-size: 18px;
  }
  #lp--compensation02 .p-check__body {
    padding: 50px;
  }
  #lp--compensation02 .p-check__choices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 12px;
  }
  #lp--compensation02 .c-choiceButton {
    width: 202px;
    min-width: 202px;
  }
  #lp--compensation02 .p-check__choices--three {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 1024px) {
  #lp--compensation02 .p-check {
    width: 960px;
    max-width: 960px;
    margin: 0 auto 50px;
  }
  #lp--compensation02 .p-check__header {
    padding: 20px 0 20px;
  }
  #lp--compensation02 .p-check__header::after {
    bottom: -22px;
    border-width: 22px 24px 0;
  }
  #lp--compensation02 .p-check__body {
    padding: 60px 140px 50px 140px;
  }
  #lp--compensation02 .p-check__wrap {
    width: auto;
    margin: 0;
  }
  #lp--compensation02 .p-check__badge {
    left: 30px;
  }
  #lp--compensation02 .p-check__ttl {
    margin: 0 0 0 164px;
  }
  #lp--compensation02 .p-check__ttlText {
    font-size: 30px;
    display: inline-block;
  }
  #lp--compensation02 .p-check__ttlRow {
    display: inline-block;
  }
  #lp--compensation02 .p-check__ttlFree {
    padding: 5px 5px 6px;
  }
  #lp--compensation02 .p-check__qText {
    font-size: 26px;
    margin: 0 0 20px;
  }
  #lp--compensation02 .p-check__q + .p-check__q {
    margin-top: 35px;
  }
  #lp--compensation02 .c-choiceButton {
    font-size: 24px;
  }
  #lp--compensation02 .p-check__ctaWrap {
    margin: 50px 0 0;
  }
}
#lp--compensation02 {
  /* =========================
  Project: Tel (SP/PC切替)
  ========================= */
}
#lp--compensation02 .p-tel {
  margin: 40px 20px 18px;
  border: 0;
  background: transparent;
}
#lp--compensation02 .p-tel__sp {
  padding: 8px 0 0;
  background: transparent;
}
#lp--compensation02 .p-tel__pc {
  display: none;
}
#lp--compensation02 .p-telSp__bubbleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 14px;
  padding: 0;
  margin: 0;
  background: transparent;
  overflow: visible;
}
#lp--compensation02 .p-telSp__bubble {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin: 0;
  padding: 16px 22px 16px 18px;
  border-radius: 18px;
  background: var(--c-navy);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.01em;
  overflow: visible;
}
#lp--compensation02 .p-telSp__bubble::after {
  position: absolute;
  right: -16px;
  top: 50%;
  z-index: 0;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 20px solid var(--c-navy);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
#lp--compensation02 .p-telSp__bubble span {
  color: var(--c-yellow);
  font-size: 20px;
}
#lp--compensation02 .p-telSp__illust {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 118px;
  margin: 0;
  border-radius: 999px;
  border: 2px solid var(--c-borderNavy);
  background: #fff;
  overflow: hidden;
  z-index: 1;
}
#lp--compensation02 .p-telSp__illust img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}
#lp--compensation02 .p-telSp__arrow {
  margin: 20px 0 18px;
  text-align: center;
  font-size: 0;
  line-height: 0;
}
#lp--compensation02 .p-telSp__arrow::before {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-right: 5px solid var(--c-navy);
  border-bottom: 5px solid var(--c-navy);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
}
#lp--compensation02 .p-telSp__call {
  display: block;
  width: 92%;
  margin: 0 auto;
}
#lp--compensation02 .p-telSp__callImg {
  display: block;
  width: 100%;
  height: auto;
}
#lp--compensation02 .p-telSp__time {
  margin: 12px auto;
  padding: 6px 8px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: var(--c-navy);
  line-height: 1.3;
  width: 92%;
}
@media screen and (max-width: 375px) {
  #lp--compensation02 .p-telSp__time {
    font-size: 14px;
  }
}
@media screen and (min-width: 601px) {
  #lp--compensation02 .p-tel {
    width: calc(100% - 40px);
    max-width: 706px;
    margin: 0 auto 18px;
    border: 3px solid var(--c-borderNavy);
    background: #fff;
  }
  #lp--compensation02 .p-tel__sp {
    display: none;
  }
  #lp--compensation02 .p-tel__pc {
    display: block;
  }
  #lp--compensation02 .p-tel__head {
    position: relative;
    padding: 10px 18px;
    color: #fff;
    background: var(--c-navy);
    text-align: center;
    font-weight: 700;
    overflow: visible;
  }
  #lp--compensation02 .p-tel__head::after {
    position: absolute;
    left: 50%;
    bottom: -20px;
    width: 0;
    height: 0;
    border-width: 20px 26px 0;
    border-style: solid;
    border-color: var(--c-navy) transparent transparent;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    content: "";
  }
  #lp--compensation02 .p-tel__lead {
    margin: 0;
    font-size: 22px;
    line-height: 1.3;
    text-align: center;
  }
  #lp--compensation02 .p-tel__leadEm {
    color: var(--c-yellow);
    font-size: 26px;
  }
  #lp--compensation02 .p-tel__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px 0 0;
  }
  #lp--compensation02 .p-tel__phoneImg {
    width: 54px;
    height: auto;
  }
  #lp--compensation02 .p-tel__number {
    margin: 0;
    font-size: 54px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: var(--c-text);
  }
  #lp--compensation02 .p-tel__operator {
    width: 100px;
    border: 2px solid var(--c-borderNavy);
    border-radius: 999px;
    overflow: hidden;
    background: #fff;
  }
  #lp--compensation02 .p-tel__time {
    margin: -14px 0 0;
    font-size: 16px;
    font-weight: 700;
    color: var(--c-text);
  }
}
@media screen and (min-width: 601px) and (max-width: 1023px) {
  #lp--compensation02 .p-tel__time {
    padding: 0 0 14px clamp(45px, 45px + 65 * (100vw - 601px) / 422, 110px);
  }
}
@media screen and (min-width: 1024px) {
  #lp--compensation02 .p-tel {
    width: 960px;
    max-width: 960px;
  }
  #lp--compensation02 .p-tel__body {
    gap: 20px;
  }
  #lp--compensation02 .p-tel__lead {
    font-size: 30px;
  }
  #lp--compensation02 .p-tel__leadEm {
    font-size: 34px;
  }
  #lp--compensation02 .p-tel__phoneImg {
    width: 76px;
    margin-top: -40px;
  }
  #lp--compensation02 .p-tel__number {
    font-size: 84px;
    margin-top: -40px;
  }
  #lp--compensation02 _::-webkit-full-page-media, #lp--compensation02 _:future, #lp--compensation02 :root .p-tel__number {
    font-size: 78px;
  }
  #lp--compensation02 .p-tel__operator {
    width: 170px;
  }
  #lp--compensation02 .p-tel__time {
    font-size: 26px;
    padding: 0 0 0 40px;
    margin: -50px 0 24px;
  }
}
#lp--compensation02 {
  /* =========================
  Project: Compensation
  ========================= */
}
#lp--compensation02 .p-compensation {
  background: #fff;
  padding: 5px 0 22px;
}
#lp--compensation02 .p-compensation__band {
  background: var(--c-navy);
}
#lp--compensation02 .p-compensation__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#lp--compensation02 .p-compensation__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 15px 0;
}
#lp--compensation02 .p-compensation__label {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(100% - 8px);
  margin: 0 auto 20px;
  padding: 8px 20px 8px;
  border-radius: 7px;
  background: #fff;
  color: var(--c-navy);
  font-weight: 700;
  text-align: center;
  font-size: 22px;
  line-height: 1.45;
}
#lp--compensation02 .p-compensation__label::after {
  position: absolute;
  bottom: -11px;
  left: 50%;
  width: 0;
  height: 0;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-top: 12px solid #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
}
#lp--compensation02 .p-compensation__headlineRow {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  row-gap: 8px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 340px;
  margin: 0 auto;
}
#lp--compensation02 .p-compensation__icon {
  grid-column: 1;
  grid-row: 1;
  width: 78px;
  height: auto;
  justify-self: center;
  align-self: center;
}
#lp--compensation02 .p-compensation__amount {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  margin: 0;
  color: var(--c-yellow);
  font-weight: 700;
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: 0.02em;
}
#lp--compensation02 .p-compensation__amountUnit {
  color: var(--c-yellow);
  font-weight: 700;
}
#lp--compensation02 .p-compensation__amountLarge {
  font-size: 54px;
  line-height: 1;
  letter-spacing: 0.02em;
}
#lp--compensation02 .p-compensation__tilde {
  color: #fff;
  font-weight: 700;
}
#lp--compensation02 .p-compensation__amountSubLabel {
  grid-column: 1;
  grid-row: 2;
  align-self: end;
  margin: 0;
  justify-self: center;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
#lp--compensation02 .p-compensation__amountSub {
  grid-column: 2;
  grid-row: 2;
  align-self: end;
  margin: 0;
  color: var(--c-yellow);
  font-weight: 700;
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: 0.02em;
  position: relative;
  right: 10px;
}
#lp--compensation02 .p-compensation__amountMax {
  font-size: 54px;
  color: var(--c-yellow);
  letter-spacing: 0;
  line-height: 1;
  vertical-align: -2px;
}
#lp--compensation02 .p-compensation__contentWrap {
  background: #fff;
}
#lp--compensation02 .p-compensation__content {
  margin-top: 10px;
  background: #fff;
}
#lp--compensation02 .p-compensation__note {
  margin: 0 0 20px;
  padding: 0;
  font-weight: 700;
  text-align: center;
  color: #1a1a1a;
  font-size: 20px;
}
#lp--compensation02 .p-compensation__list {
  display: grid;
  border: 3px solid var(--c-borderNavy);
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto;
  width: 95%;
}
#lp--compensation02 .p-compensation__row {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid var(--c-navy);
}
#lp--compensation02 .p-compensation__row:first-child {
  border-top: 0;
}
#lp--compensation02 .p-compensation__cell {
  padding: 13px 14px;
  font-weight: 700;
  text-align: left;
}
#lp--compensation02 .p-compensation__cell--name {
  background: #fff;
  font-size: 22px;
  line-height: 1.2;
}
#lp--compensation02 .p-compensation__cell--price {
  background: #fcf5e9;
  color: #c2410c;
  font-size: 22px;
  line-height: 1.25;
}
#lp--compensation02 .p-compensation__row:nth-of-type(4) .p-compensation__cell--price {
  line-height: 1.6;
}
#lp--compensation02 .p-compensation__priceNum {
  font-size: 30px;
  letter-spacing: 0.01em;
}
#lp--compensation02 .p-compensation__priceUnit {
  font-size: 22px;
  color: #c2410c;
}
@media screen and (max-width: 375px) {
  #lp--compensation02 .p-compensation__cell--price {
    font-size: 19px;
  }
  #lp--compensation02 .p-compensation__priceNum {
    font-size: 28px;
  }
}
@media screen and (min-width: 601px) {
  #lp--compensation02 .p-compensation {
    padding: 18px 0 22px;
  }
  #lp--compensation02 .p-compensation__icon {
    width: 88px;
    grid-column: auto;
    grid-row: auto;
    justify-self: auto;
  }
  #lp--compensation02 .p-compensation__amount {
    grid-column: auto;
    grid-row: auto;
    font-size: 26px;
  }
  #lp--compensation02 .p-compensation__amountLarge {
    font-size: 58px;
  }
  #lp--compensation02 .p-compensation__amountSubLabel {
    grid-column: auto;
    grid-row: auto;
    justify-self: auto;
    align-self: flex-end;
  }
  #lp--compensation02 .p-compensation__amountSub {
    grid-column: auto;
    grid-row: auto;
    align-self: flex-end;
    font-size: 26px;
    text-align: left;
  }
  #lp--compensation02 .p-compensation__amountMax {
    font-size: 62px;
    vertical-align: -3px;
  }
  #lp--compensation02 .p-compensation__content {
    width: calc(100% - 40px);
    max-width: 706px;
    margin: 18px auto 0;
  }
  #lp--compensation02 .p-compensation__cell--name {
    font-size: 28px;
  }
  #lp--compensation02 .p-compensation__cell--price {
    font-size: 28px;
  }
  #lp--compensation02 .p-compensation__priceNum {
    font-size: 40px;
  }
  #lp--compensation02 .p-compensation__priceUnit {
    font-size: 28px;
  }
}
@media screen and (min-width: 720px) {
  #lp--compensation02 .p-compensation__inner {
    padding: 22px 20px 24px;
  }
  #lp--compensation02 .p-compensation__headlineRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px 16px;
    max-width: none;
    margin: 0;
  }
  #lp--compensation02 .p-compensation__label {
    font-size: 30px;
  }
  #lp--compensation02 .p-compensation__label::after {
    bottom: -20px;
    border-right-width: 24px;
    border-left-width: 24px;
    border-top-width: 21px;
  }
  #lp--compensation02 .p-compensation__icon {
    width: 90px;
  }
  #lp--compensation02 .p-compensation__amount {
    font-size: 40px;
    padding: 0 5px;
  }
  #lp--compensation02 .p-compensation__amountSub {
    font-size: 40px;
  }
  #lp--compensation02 .p-compensation__amountSubLabel {
    padding-right: 10px;
  }
  #lp--compensation02 .p-compensation__headlineRow {
    width: 100%;
    gap: 0;
  }
}
@media screen and (min-width: 1024px) {
  #lp--compensation02 .p-compensation__row {
    grid-template-columns: 1fr 1.4fr;
  }
  #lp--compensation02 .p-compensation__amountSubLabel {
    font-size: 40px;
  }
  #lp--compensation02 .p-compensation__list {
    width: 100%;
  }
  #lp--compensation02 .p-compensation__amountMax {
    font-size: 68px;
  }
  #lp--compensation02 .p-compensation__amountLarge {
    font-size: 68px;
  }
  #lp--compensation02 .p-compensation__icon {
    width: 100px;
  }
  #lp--compensation02 .p-compensation__note {
    margin: 0 0 30px;
    font-size: 30px;
  }
  #lp--compensation02 .p-compensation__cell {
    padding: 18px 15px 18px 20px;
  }
}
#lp--compensation02 {
  /* =========================
  Project: Eligible
  ========================= */
}
#lp--compensation02 .p-eligible {
  background: #fff;
  padding: 18px 0 0;
}
#lp--compensation02 .p-eligible__band {
  position: relative;
  background: var(--c-navy);
  overflow: visible;
}
#lp--compensation02 .p-eligible__band::after {
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 0;
  height: 0;
  border-right: 26px solid transparent;
  border-left: 26px solid transparent;
  border-top: 22px solid var(--c-navy);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
}
#lp--compensation02 .p-eligible__inner {
  max-width: 730px;
  margin: 0 auto;
  padding: 18px 16px 14px;
}
#lp--compensation02 .p-eligible__inner:nth-of-type(2) {
  padding: 25px 16px 25px;
}
#lp--compensation02 .p-eligible__head {
  text-align: left;
  color: #fff;
}
#lp--compensation02 .p-eligible__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 350px;
}
#lp--compensation02 .p-eligible__ttl {
  margin: 0 0 8px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.35;
}
#lp--compensation02 .p-eligible__ttlEm {
  color: var(--c-yellow);
  font-size: 1.2em;
}
#lp--compensation02 .p-eligible__lead {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
}
#lp--compensation02 .p-eligible__illust {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 140px;
  margin: -22px 0 0;
}
#lp--compensation02 .p-eligible__content {
  padding: 30px 0 0;
}
#lp--compensation02 .p-eligible__item {
  margin: 0 auto;
  width: 85%;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  text-indent: -1em;
  padding-left: 1em;
}
#lp--compensation02 .p-eligible__hl {
  padding: 5px 5px 5px 3px;
  background: var(--c-navy);
  color: var(--c-yellow);
}
#lp--compensation02 .p-eligible__ref {
  font-size: 12px;
  font-weight: 700;
}
@media screen and (max-width: 380px) {
  #lp--compensation02 .p-eligible__ttl {
    font-size: 23px;
  }
  #lp--compensation02 .p-eligible__lead {
    font-size: 16px;
  }
}
@media screen and (min-width: 601px) {
  #lp--compensation02 .p-eligible__inner {
    padding: 18px 20px 14px;
  }
  #lp--compensation02 .p-eligible__top {
    width: 600px;
  }
  #lp--compensation02 .p-eligible__ttl {
    font-size: 44px;
    line-height: 1.3;
  }
  #lp--compensation02 .p-eligible__illust {
    width: 240px;
    max-width: none;
    margin: -26px 0 0;
  }
  #lp--compensation02 .p-eligible__item {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  #lp--compensation02 .p-eligible__top {
    font-size: 46px;
    width: 940px;
    margin: 0 0 0 -60px;
  }
  #lp--compensation02 .p-eligible__illust {
    margin: -44px 0 15px 20px;
  }
  #lp--compensation02 .p-eligible__lead {
    margin: 0 0 5px;
    font-size: 24px;
  }
  #lp--compensation02 .p-eligible__band::after {
    bottom: -30px;
    border-right: 35px solid transparent;
    border-left: 35px solid transparent;
    border-top: 31px solid var(--c-navy);
  }
  #lp--compensation02 .p-eligible__inner {
    padding: 18px 0px 14px;
  }
  #lp--compensation02 .p-eligible__item {
    font-size: 28px;
  }
}
#lp--compensation02 {
  /* =========================
  Project: Disease accordion
  ========================= */
}
#lp--compensation02 .p-diseaseAccordion {
  padding: 18px 0 10px;
  background: #fff;
}
#lp--compensation02 .p-diseaseAccordion__inner {
  width: 90%;
  max-width: 706px;
  margin: 0 auto;
}
#lp--compensation02 .p-diseaseAccordion__item + .p-diseaseAccordion__item {
  margin-top: 10px;
}
#lp--compensation02 .p-diseaseAccordion__btn {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 15px;
  border: 3px solid var(--c-borderNavy);
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
}
#lp--compensation02 .p-diseaseAccordion__icon {
  display: block;
  width: 40px;
}
#lp--compensation02 .p-diseaseAccordion__icon img {
  display: block;
  width: 100%;
  height: auto;
}
#lp--compensation02 .p-diseaseAccordion__ttl {
  font-size: 22px;
  font-weight: 700;
  text-align: left;
  color: #004565;
}
#lp--compensation02 .p-diseaseAccordion__plus {
  position: relative;
  width: 24px;
  height: 24px;
}
#lp--compensation02 .p-diseaseAccordion__plus::before,
#lp--compensation02 .p-diseaseAccordion__plus::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 3px;
  background: var(--c-navy);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
}
#lp--compensation02 .p-diseaseAccordion__plus::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
#lp--compensation02 .p-diseaseAccordion__btn[aria-expanded=true] .p-diseaseAccordion__plus::after {
  display: none;
}
#lp--compensation02 .p-diseaseAccordion__btn[aria-expanded=true] {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}
#lp--compensation02 .p-diseaseAccordion__btn[aria-expanded=true]::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 88%;
  height: 2px;
  background: var(--c-borderNavy);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
}
#lp--compensation02 .p-diseaseAccordion__panel {
  border: 3px solid var(--c-borderNavy);
  border-top: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #fff;
  overflow: hidden;
  -webkit-transition: height 280ms ease;
  transition: height 280ms ease;
}
#lp--compensation02 .p-diseaseAccordion__panelInner {
  padding: 14px 20px 16px;
  font-size: 18px;
  line-height: 1.5;
}
#lp--compensation02 .p-diseaseAccordion__panelInner p + p {
  margin-top: 14px;
}
@media screen and (min-width: 601px) {
  #lp--compensation02 .p-diseaseAccordion__ttl {
    font-size: 24px;
  }
  #lp--compensation02 .p-diseaseAccordion__btn {
    padding: 12px 18px;
  }
  #lp--compensation02 .p-diseaseAccordion__panelInner {
    padding: 18px 35px 18px;
    font-size: 18px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px) {
  #lp--compensation02 .p-diseaseAccordion__icon {
    width: 56px;
  }
  #lp--compensation02 .p-diseaseAccordion__btn {
    padding: 12px 30px;
    gap: 15px;
  }
  #lp--compensation02 .p-diseaseAccordion__ttl {
    font-size: 28px;
  }
  #lp--compensation02 .p-diseaseAccordion__panelInner {
    padding: 20px 45px 30px;
    font-size: 20px;
  }
  #lp--compensation02 .p-diseaseAccordion__item + .p-diseaseAccordion__item {
    margin-top: 15px;
  }
  #lp--compensation02 .p-eligible__inner:nth-of-type(2) {
    padding: 50px 0;
  }
}
#lp--compensation02 {
  /* =========================
  Project: Eligible note
  ========================= */
}
#lp--compensation02 .p-eligibleNote {
  padding: 10px 0 14px;
  background: #fff;
}
#lp--compensation02 .p-eligibleNote__inner {
  width: 90%;
  margin: 0 auto;
  padding: 0;
}
#lp--compensation02 .p-eligibleNote__ttl {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: var(--c-text);
  text-align: left;
}
#lp--compensation02 .p-eligibleNote__box {
  width: 100%;
  max-width: 706px;
  padding: 14px 16px;
  background: #FCF5E9;
}
#lp--compensation02 .p-eligibleNote__text {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
}
#lp--compensation02 .p-eligibleNote__text + .p-eligibleNote__text {
  margin-top: 10px;
}
@media screen and (min-width: 601px) {
  #lp--compensation02 .p-eligibleNote__inner {
    width: calc(100% - 40px);
    max-width: 706px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
  }
  #lp--compensation02 .p-eligible__ref {
    font-size: 18px;
  }
  #lp--compensation02 .p-eligibleNote__ttl {
    font-size: 30px;
  }
  #lp--compensation02 .p-eligibleNote__box {
    margin: 0 auto;
    padding: 18px 22px;
  }
  #lp--compensation02 .p-eligibleNote__text {
    font-size: 14px;
  }
}
#lp--compensation02 {
  /* =========================
  Project: Support
  ========================= */
}
#lp--compensation02 .p-support {
  padding: clamp(30px, 30px + 30 * (100vw - 601px) / 423, 60px) 0 clamp(22px, 22px + 18 * (100vw - 601px) / 423, 40px);
  background: #fff;
}
#lp--compensation02 .p-support__top {
  width: 90%;
  margin: 0 auto;
}
#lp--compensation02 .p-support__row {
  display: grid;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#lp--compensation02 .p-support__row--a {
  /*grid-template-columns: 250px 110px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 360px;
  margin: 0 auto;
}
#lp--compensation02 .p-support__row--b {
  /*grid-template-columns: 1fr 1fr;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 360px;
  margin: 14px auto 0;
}
#lp--compensation02 .p-support__bubble {
  position: relative;
  margin: 0;
  padding: 10px 15px;
  border: 4px solid var(--c-borderNavy);
  border-radius: 18px;
  background: #fff;
  color: #111;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
  text-align: left;
}
#lp--compensation02 .p-support__bubble--right {
  justify-self: end;
}
#lp--compensation02 .p-support__row--a .p-support__bubble::after {
  position: absolute;
  right: -24px;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 24px solid var(--c-borderNavy);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
#lp--compensation02 .p-support__row--a .p-support__bubble::before {
  position: absolute;
  right: -17px;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 18px solid #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
#lp--compensation02 .p-support__row--b .p-support__bubble::after {
  position: absolute;
  left: -24px;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-right: 24px solid var(--c-borderNavy);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
#lp--compensation02 .p-support__row--b .p-support__bubble::before {
  position: absolute;
  left: -17px;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 18px solid #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
#lp--compensation02 .p-support__person {
  width: 110px;
}
#lp--compensation02 .p-support__arrow {
  margin: 20px 0 0;
  text-align: center;
  font-size: 0;
  line-height: 0;
}
#lp--compensation02 .p-support__arrow::before {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-right: 5px solid var(--c-navy);
  border-bottom: 5px solid var(--c-navy);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
}
#lp--compensation02 .p-support__catch {
  margin: 22px 0 20px;
  text-align: center;
  color: #1a1a1a;
  font-size: 28px;
  font-weight: 700;
}
#lp--compensation02 .p-support__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 375px;
  margin: 0 auto;
}
#lp--compensation02 .p-support__message {
  position: relative;
  padding: 18px 18px 16px;
  border-radius: 16px;
  background: var(--c-navy);
}
#lp--compensation02 .p-support__messageText {
  margin: 0;
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
  color: #fff;
  font-size: 18px;
}
#lp--compensation02 .p-support__messageEm {
  color: var(--c-yellow);
  font-size: 20px;
}
#lp--compensation02 .p-support__message::after {
  position: absolute;
  right: -22px;
  top: 52%;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 22px solid var(--c-navy);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
#lp--compensation02 .p-support__model {
  display: block;
  width: 110px;
  margin: 0;
}
@media screen and (max-width: 375px) {
  #lp--compensation02 .p-support__catch {
    font-size: 26px;
  }
}
@media screen and (min-width: 601px) {
  #lp--compensation02 .p-support__inner {
    width: auto;
    max-width: auto;
  }
  #lp--compensation02 .p-support__top {
    width: auto;
  }
  #lp--compensation02 .p-support__bubble {
    padding: 20px 25px;
    font-size: 30px;
  }
  #lp--compensation02 .p-support__row--a {
    width: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #lp--compensation02 .p-support__row--b {
    width: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 22px;
  }
  #lp--compensation02 .p-support__person {
    width: 180px;
  }
  #lp--compensation02 .p-support__arrow::before {
    width: 30px;
    height: 30px;
    border-right-width: 7px;
    border-bottom-width: 7px;
  }
  #lp--compensation02 .p-support__catch {
    font-size: 46px;
  }
  #lp--compensation02 .p-support__bottom {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
  }
  #lp--compensation02 .p-support__message {
    padding: 22px 28px 20px;
  }
  #lp--compensation02 .p-support__messageText {
    font-size: clamp(25px, 26px + 5 * (100vw - 401px) / 622, 30px);
  }
  #lp--compensation02 .p-support__messageEm {
    font-size: clamp(29px, 29px + 5 * (100vw - 401px) / 622, 34px);
  }
  #lp--compensation02 .p-support__model {
    width: 220px;
    margin: 0;
  }
  #lp--compensation02 .p-support__arrow {
    margin: 30px 0 0;
  }
  #lp--compensation02 .p-support__catch {
    margin: 40px 0 40px;
  }
}
#lp--compensation02 {
  /* =========================
  Project: Shindan start
  ========================= */
}
#lp--compensation02 .p-shindanStart {
  padding: 5px 0 10px;
  background: #fff;
}
#lp--compensation02 .p-shindanStart__inner {
  width: 90%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
#lp--compensation02 .p-shindanStart__arrow {
  margin: 0 0 20px;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
#lp--compensation02 .p-shindanStart__arrow::before {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-right: 6px solid var(--c-navy);
  border-bottom: 6px solid var(--c-navy);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
}
#lp--compensation02 .p-shindanStart__text {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
#lp--compensation02 .p-shindanStart__hl {
  font-size: 22px;
  padding: 4px 5px;
  color: var(--c-yellow);
  background: var(--c-navy);
}
#lp--compensation02 .p-shindanStart__phone {
  display: block;
  width: 70%;
  max-width: 300px;
  margin: 30px auto -30px;
  position: relative;
  z-index: 1;
}
#lp--compensation02 .p-shindanStart__btn {
  display: block;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#lp--compensation02 .p-shindanStart__btn img {
  display: block;
  width: 100%;
  height: auto;
}
#lp--compensation02 #contactTelSecondary {
  margin: 20px 20px 60px;
}
@media screen and (min-width: 601px) {
  #lp--compensation02 .p-shindanStart__inner {
    width: calc(100% - 40px);
    max-width: 800px;
  }
  #lp--compensation02 .p-shindanStart__text {
    font-size: 32px;
  }
  #lp--compensation02 .p-shindanStart__hl {
    font-size: 40px;
  }
  #lp--compensation02 .p-shindanStart__arrow {
    margin: 0 0 35px;
  }
  #lp--compensation02 .p-shindanStart__arrow::before {
    width: 28px;
    height: 28px;
    border-right-width: 7px;
    border-bottom-width: 7px;
  }
  #lp--compensation02 .p-shindanStart__phone {
    max-width: 450px;
    width: 60%;
    margin: 50px auto -40px;
  }
  #lp--compensation02 .p-shindanStart__btn {
    width: 100%;
    max-width: 630px;
  }
  #lp--compensation02 #contactTelSecondary {
    margin: 35px auto 90px;
  }
}
@media screen and (min-width: 1014px) {
  #lp--compensation02 #contactTelSecondary {
    margin: 70px auto 100px;
  }
}
#lp--compensation02 {
  /* =========================
  Project: Team head
  ========================= */
}
#lp--compensation02 .p-teamHead {
  background: #fff;
}
#lp--compensation02 .p-teamHead__band {
  position: relative;
  background: var(--c-navy);
}
#lp--compensation02 .p-teamHead__band::after {
  position: absolute;
  left: 50%;
  bottom: -26px;
  width: 0;
  height: 0;
  border-width: 26px 34px 0;
  border-style: solid;
  border-color: var(--c-navy) transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
}
#lp--compensation02 .p-teamHead__inner {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  padding: 14px 12px 0;
}
#lp--compensation02 .p-teamHead__model {
  position: absolute;
  left: -10px;
  bottom: 0;
  display: block;
  width: 115px;
}
#lp--compensation02 .p-teamHead__text {
  color: #fff;
  padding-left: clamp(100px, 100px + 40 * (100vw - 390px) / 633, 140px);
  padding-bottom: 12px;
}
#lp--compensation02 .p-teamHead__copy {
  margin: 0;
  font-size: clamp(18px, 18px + 8 * (100vw - 401px) / 200, 22px);
  line-height: 1.4;
}
#lp--compensation02 .p-teamHead__strong {
  color: var(--c-yellow);
  font-size: clamp(20px, 20px + 4 * (100vw - 401px) / 200, 24px);
  font-weight: 700;
  line-height: 1.35;
}
@media screen and (max-width: 390px) {
  #lp--compensation02 .p-teamHead__copy {
    font-size: 16px;
  }
  #lp--compensation02 .p-teamHead__strong {
    font-size: 18px;
  }
}
@media screen and (min-width: 601px) {
  #lp--compensation02 .p-teamHead__inner {
    padding: 20px 0 10px;
    overflow: visible;
  }
  #lp--compensation02 .p-teamHead__model {
    left: clamp(0px, 0px + 60 * (100vw - 601px) / 422, 60px);
    bottom: -2px;
    width: 180px;
    z-index: 1;
  }
  #lp--compensation02 .p-teamHead__model img {
    display: block;
    margin-top: -46px;
  }
  #lp--compensation02 .p-teamHead__text {
    position: relative;
    z-index: 2;
    padding-left: clamp(190px, 190px + 70 * (100vw - 601px) / 422, 260px);
    padding-bottom: 16px;
  }
  #lp--compensation02 .p-teamHead__copy {
    font-size: 24px;
  }
  #lp--compensation02 .p-teamHead__strong {
    font-size: 30px;
  }
}
@media screen and (min-width: 1024px) {
  #lp--compensation02 .p-teamHead__copy {
    font-size: 32px;
    line-height: 1.3;
  }
  #lp--compensation02 .p-teamHead__strong {
    font-size: 40px;
    line-height: 1.25;
  }
  #lp--compensation02 .p-teamHead__model {
    bottom: -2px;
    width: 190px;
  }
  #lp--compensation02 .p-teamHead__band::after {
    bottom: -30px;
    border-width: 30px 34px 0;
  }
}
#lp--compensation02 {
  /* =========================
  Project: Flow
  ========================= */
}
#lp--compensation02 .p-flow {
  padding: 0 0 50px;
  background: #fff;
}
#lp--compensation02 .p-flow__head {
  position: relative;
  background: var(--c-navy);
}
#lp--compensation02 .p-flow__head::after {
  position: absolute;
  left: 50%;
  bottom: -16px;
  width: 0;
  height: 0;
  border-width: 16px 20px 0;
  border-style: solid;
  border-color: var(--c-navy) transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
}
#lp--compensation02 .p-flow__inner {
  width: 90%;
  max-width: 706px;
  margin: 0 auto;
}
#lp--compensation02 .p-flow__head .p-flow__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#lp--compensation02 .p-flow__ttl {
  margin: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
}
#lp--compensation02 .p-flow__headIcon {
  display: block;
  width: 95px;
  height: auto;
}
#lp--compensation02 .p-flow__body {
  padding-top: 40px;
}
#lp--compensation02 .p-flow__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
#lp--compensation02 .p-flow__item + .p-flow__item {
  margin-top: 45px;
}
#lp--compensation02 .p-flow__item {
  position: relative;
  display: grid;
  grid-template-columns: 74px 1fr;
  border: 5px solid var(--c-borderNavy);
  border-radius: 0 10px 10px 0;
  overflow: visible;
  background: #fff;
}
#lp--compensation02 .p-flow__item + .p-flow__item::before {
  position: absolute;
  left: 50%;
  top: -33px;
  width: 18px;
  height: 4px;
  background: var(--c-navy);
  border-radius: 999px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  margin-left: -2px;
  z-index: 2;
  content: "";
}
#lp--compensation02 .p-flow__item + .p-flow__item::after {
  position: absolute;
  left: 50%;
  top: -33px;
  width: 18px;
  height: 4px;
  background: var(--c-navy);
  border-radius: 999px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  margin-left: 2px;
  z-index: 2;
  content: "";
}
#lp--compensation02 .p-flow__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--c-navy);
  color: var(--c-yellow);
  padding: 12px 4px;
  text-align: center;
}
#lp--compensation02 .p-flow__stepLabel {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}
#lp--compensation02 .p-flow__stepNum {
  margin-top: 2px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
#lp--compensation02 .p-flow__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 12px 8px;
}
#lp--compensation02 .p-flow__itemTtl {
  margin: 0;
  color: var(--c-navy);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.28;
}
#lp--compensation02 .p-flow__illust {
  display: block;
  width: 70%;
  max-width: 220px;
}
#lp--compensation02 .p-flow__illust img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 601px) {
  #lp--compensation02 .p-flow {
    padding-bottom: 80px;
  }
  #lp--compensation02 .p-flow__head .p-flow__inner {
    gap: 22px;
    padding: 20px 0;
  }
  #lp--compensation02 .p-flow__ttl {
    font-size: 32px;
    line-height: 1.3;
  }
  #lp--compensation02 .p-flow__headIcon {
    width: 120px;
  }
  #lp--compensation02 .p-flow__head::after {
    bottom: -25px;
    border-width: 26px 34px 0;
  }
  #lp--compensation02 .p-flow__body {
    padding-top: 60px;
  }
  #lp--compensation02 .p-flow__item {
    grid-template-columns: 120px 1fr;
  }
  #lp--compensation02 .p-flow__item + .p-flow__item::before,
  #lp--compensation02 .p-flow__item + .p-flow__item::after {
    top: -36px;
    width: 22px;
    height: 5px;
  }
  #lp--compensation02 .p-flow__item + .p-flow__item {
    margin-top: 50px;
  }
  #lp--compensation02 .p-flow__stepLabel {
    font-size: 18px;
  }
  #lp--compensation02 .p-flow__stepNum {
    font-size: 64px;
  }
  #lp--compensation02 .p-flow__content {
    gap: 10px;
    padding: 16px 10px;
  }
  #lp--compensation02 .p-flow__itemTtl {
    font-size: 34px;
  }
  #lp--compensation02 .p-flow__illust {
    max-width: 300px;
  }
}
@media screen and (min-width: 1024px) {
  #lp--compensation02 .p-flow {
    padding-bottom: 120px;
  }
  #lp--compensation02 .p-flow__head .p-flow__inner {
    gap: 40px;
    padding: 30px 0;
  }
  #lp--compensation02 .p-flow__ttl {
    font-size: 42px;
  }
  #lp--compensation02 .p-flow__headIcon {
    width: 200px;
  }
  #lp--compensation02 .p-flow__item {
    grid-template-columns: 160px 1fr;
  }
  #lp--compensation02 .p-flow__stepLabel {
    font-size: 30px;
  }
  #lp--compensation02 .p-flow__stepNum {
    font-size: 60px;
  }
  #lp--compensation02 .p-flow__itemTtl {
    font-size: 46px;
  }
  #lp--compensation02 .p-flow__illust {
    max-width: 320px;
  }
  #lp--compensation02 .p-flow__content {
    gap: 20px;
    padding: 35px 0;
  }
  #lp--compensation02 .p-flow__item + .p-flow__item {
    margin-top: 80px;
  }
  #lp--compensation02 .p-flow__item + .p-flow__item::before, #lp--compensation02 .p-flow__item + .p-flow__item::after {
    top: -52px;
  }
}
#lp--compensation02 {
  /* =========================
  Project: Reasons
  ========================= */
}
#lp--compensation02 .p-reasons {
  padding: 26px 0 46px;
  background: #fff;
}
#lp--compensation02 .p-reasons__inner {
  width: 90%;
  max-width: 706px;
  margin: 0 auto;
}
#lp--compensation02 .p-reasons__ttl {
  margin: 20px 0 50px;
  color: #111;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
#lp--compensation02 .p-reasons__hl {
  padding: 0 6px;
  font-size: 1.4em;
  color: var(--c-yellow);
  background: #004565;
}
#lp--compensation02 .p-reasons__card + .p-reasons__card {
  margin-top: 50px;
}
#lp--compensation02 .p-reasons__card {
  position: relative;
  padding-top: 18px;
}
#lp--compensation02 .p-reasons__badge {
  position: absolute;
  left: 50%;
  top: 16px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
  width: 70px;
  height: 70px;
  border-radius: 999px;
  background: var(--c-navy);
  color: var(--c-yellow);
  text-align: center;
}
#lp--compensation02 .p-reasons__badge span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
#lp--compensation02 .p-reasons__badge strong {
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}
#lp--compensation02 .p-reasons__cardInner {
  padding: 40px 20px 20px;
  border: 3px solid var(--c-navy);
  border-radius: 10px;
  background: #fff;
  text-align: center;
}
#lp--compensation02 .p-reasons__illust {
  display: block;
  width: 45%;
  margin: 0 auto;
}
#lp--compensation02 .p-reasons__card:nth-of-type(2) .p-reasons__illust {
  width: 50%;
  margin: 10px auto;
}
#lp--compensation02 .p-reasons__illust img {
  display: block;
  width: 100%;
  height: auto;
}
#lp--compensation02 .p-reasons__lead {
  display: inline-block;
  position: relative;
  margin: 5px 0 5px;
  color: var(--c-navy);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 14px;
}
#lp--compensation02 .p-reasons__lead::after {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 2px;
  background: var(--c-navy);
  content: "";
}
#lp--compensation02 .p-reasons__leadEm {
  font-size: 1.3em;
}
#lp--compensation02 .p-reasons__small_01 {
  font-size: 0.5em;
}
#lp--compensation02 .p-reasons__small_02 {
  font-size: 0.6em;
}
#lp--compensation02 .p-reasons__note {
  margin: 0;
  color: #111;
  font-size: 18px;
  line-height: 1.75;
  text-align: left;
}
#lp--compensation02 .p-reasons__noteHl {
  padding: 4px;
  color: var(--c-yellow);
  background: var(--c-navy);
  font-weight: 700;
}
#lp--compensation02 .p-reasons__foot {
  margin: 8px 0 0;
  color: var(--c-text);
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 601px) {
  #lp--compensation02 .p-reasons {
    padding: 50px 0 76px;
  }
  #lp--compensation02 .p-reasons__inner {
    width: calc(100% - 40px);
    max-width: 706px;
  }
  #lp--compensation02 .p-reasons__ttl {
    font-size: 36px;
  }
  #lp--compensation02 .p-reasons__list {
    margin-top: 80px;
  }
  #lp--compensation02 .p-reasons__card {
    width: 90%;
    max-width: 706px;
    margin: 0 auto;
  }
  #lp--compensation02 .p-reasons__card + .p-reasons__card {
    margin-top: 90px;
  }
  #lp--compensation02 .p-reasons__badge {
    width: 100px;
    height: 100px;
  }
  #lp--compensation02 .p-reasons__badge span {
    font-size: 20px;
  }
  #lp--compensation02 .p-reasons__badge strong {
    font-size: 48px;
  }
  #lp--compensation02 .p-reasons__cardInner {
    padding: 60px 35px 30px;
  }
  #lp--compensation02 .p-reasons__illust {
    width: 270px;
  }
  #lp--compensation02 .p-reasons__lead {
    font-size: 36px;
    padding-bottom: 18px;
  }
  #lp--compensation02 .p-reasons__note {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  #lp--compensation02 .p-reasons__badge {
    width: 120px;
    height: 120px;
  }
  #lp--compensation02 .p-reasons__badge span {
    font-size: 28px;
  }
  #lp--compensation02 .p-reasons__badge strong {
    font-size: 60px;
  }
  #lp--compensation02 .p-reasons__lead {
    font-size: 40px;
  }
  #lp--compensation02 .p-reasons__note {
    font-size: 24px;
  }
  #lp--compensation02 .p-reasons__cardInner {
    padding: 60px 50px 40px;
  }
  #lp--compensation02 .p-reasons__foot {
    margin: 8px 0 0 -220px;
    font-size: 16px;
    text-align: center;
  }
}
#lp--compensation02 {
  /* =========================
  Project: FAQ
  ========================= */
}
#lp--compensation02 .p-faq {
  padding: 0 0 32px;
  background: #fff;
}
#lp--compensation02 .p-faq__band {
  position: relative;
  background: var(--c-navy);
  height: 76px;
}
#lp--compensation02 .p-faq__band::after {
  position: absolute;
  left: 50%;
  bottom: -18px;
  width: 0;
  height: 0;
  border-width: 18px 22px 0;
  border-style: solid;
  border-color: var(--c-navy) transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
}
#lp--compensation02 .p-faq__inner {
  width: 90%;
  max-width: 706px;
  margin: 0 auto;
}
#lp--compensation02 .p-faq__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  top: -8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#lp--compensation02 .p-faq__illust {
  display: block;
  width: 90px;
}
#lp--compensation02 .p-faq__illust img {
  display: block;
  width: 100%;
  height: auto;
}
#lp--compensation02 .p-faq__ttl {
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
#lp--compensation02 .p-faq__body {
  padding-top: 45px;
}
#lp--compensation02 .p-faq__item + .p-faq__item {
  margin-top: 20px;
}
#lp--compensation02 .p-faq__q {
  width: 100%;
  display: grid;
  grid-template-columns: 46px 1fr 22px;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 14px;
  border: 0;
  border-radius: 0;
  background: var(--c-navy);
  color: #fff;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}
#lp--compensation02 .p-faq__qBadge {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: var(--c-yellow);
  color: var(--c-navy);
  font-size: 18px;
  line-height: 1;
}
#lp--compensation02 .p-faq__qText {
  font-size: 18px;
  line-height: 1.4;
}
#lp--compensation02 .p-faq__plus {
  position: relative;
  width: 22px;
  height: 22px;
}
#lp--compensation02 .p-faq__plus::before,
#lp--compensation02 .p-faq__plus::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 3px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
}
#lp--compensation02 .p-faq__plus::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
#lp--compensation02 .p-faq__q[aria-expanded=true] .p-faq__plus::after {
  display: none;
}
#lp--compensation02 .p-faq__q[aria-expanded=true] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#lp--compensation02 .p-faq__a {
  overflow: hidden;
  -webkit-transition: height 280ms ease;
  transition: height 280ms ease;
  border: 3px solid var(--c-borderNavy);
  border-top: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #fff;
}
#lp--compensation02 .p-faq__aInner {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 10px;
  padding: 14px 30px 16px 12px;
}
#lp--compensation02 .p-faq__aBadge {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: var(--c-navy);
  color: var(--c-yellow);
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}
#lp--compensation02 .p-faq__aText {
  margin: 0;
  color: var(--c-text);
  font-size: 18px;
  line-height: 1.4;
}
#lp--compensation02 .p-faq__aText + .p-faq__aText {
  margin-top: 15px;
}
#lp--compensation02 .p-faq__aText span {
  font-weight: bold;
}
@media screen and (min-width: 601px) {
  #lp--compensation02 .p-faq__band {
    height: 105px;
  }
  #lp--compensation02 .p-faq__illust {
    width: 120px;
  }
  #lp--compensation02 .p-faq__ttl {
    font-size: 32px;
  }
  #lp--compensation02 .p-faq__body {
    padding-top: 60px;
  }
  #lp--compensation02 .p-faq__aText + .p-faq__aText {
    margin-top: 25px;
  }
  #lp--compensation02 .p-faq__q {
    gap: 20px;
    padding: 18px 20px;
  }
  #lp--compensation02 .p-faq__aInner {
    gap: 20px;
    padding: 18px 16px 18px;
  }
  #lp--compensation02 .p-faq__qBadge {
    width: 52px;
    height: 52px;
    font-size: 24px;
  }
  #lp--compensation02 .p-faq__aBadge {
    width: 52px;
    height: 52px;
    font-size: 24px;
  }
  #lp--compensation02 .p-faq__qText {
    font-size: 24px;
  }
  #lp--compensation02 .p-faq__aText {
    font-size: 22px;
  }
  #lp--compensation02 .p-faq__inner {
    width: 80%;
    max-width: 640pxpx;
  }
  #lp--compensation02 .p-faq__q {
    gap: 50px;
    padding: 18px 30px;
  }
  #lp--compensation02 .p-faq__qText {
    font-size: 28px;
    line-height: 1.3;
  }
  #lp--compensation02 .p-faq__aText {
    font-size: 24px;
  }
  #lp--compensation02 .p-faq__aInner {
    gap: 50px;
    padding: 30px 36px 30px 26px;
  }
}
@media screen and (min-width: 1024px) {
  #lp--compensation02 .p-faq__body {
    padding-top: 80px;
  }
  #lp--compensation02 .p-faq__head {
    top: -28px;
    gap: 22px;
  }
  #lp--compensation02 .p-faq__band {
    height: 125px;
  }
  #lp--compensation02 .p-faq__illust {
    width: 180px;
  }
  #lp--compensation02 .p-faq__ttl {
    font-size: 46px;
  }
  #lp--compensation02 .p-faq__band::after {
    bottom: -28px;
    border-width: 28px 32px 0;
  }
  #lp--compensation02 .p-faq__qBadge {
    width: 80px;
    height: 80px;
    font-size: 40px;
  }
  #lp--compensation02 .p-faq__aBadge {
    width: 80px;
    height: 80px;
    font-size: 40px;
  }
}
#lp--compensation02 {
  /* =========================
  Project: Final CTA
  ========================= */
}
#lp--compensation02 .p-finalCta__inner {
  width: 95%;
  max-width: 706px;
  margin: 0 auto;
  text-align: center;
}
#lp--compensation02 .p-finalCta__arrow {
  margin: 0 0 30px;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
#lp--compensation02 .p-finalCta__arrow::before {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-right: 5px solid var(--c-navy);
  border-bottom: 5px solid var(--c-navy);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
}
#lp--compensation02 .p-finalCta__text {
  margin: 0;
  color: #1a1a1a;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}
#lp--compensation02 .p-finalCta__text--spaced {
  margin-top: 18px;
}
#lp--compensation02 .p-finalCta__text--last {
  margin-top: 18px;
}
#lp--compensation02 .p-finalCta__hl {
  display: inline-block;
  padding: 0 6px 1px;
  background: var(--c-navy);
  color: var(--c-yellow);
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.2;
}
#lp--compensation02 .p-finalCta__phone {
  display: block;
  width: 70%;
  margin: 30px auto -18px;
  position: relative;
  z-index: 1;
}
#lp--compensation02 .p-finalCta__btn {
  display: block;
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#lp--compensation02 .p-finalCta__btn img {
  display: block;
  width: 100%;
  height: auto;
}
#lp--compensation02 .p-finalCta__tel {
  margin-top: 14px;
}
#lp--compensation02 .p-finalCta__telLead {
  position: relative;
  margin: 0;
  padding: 12px 14px 14px;
  background: var(--c-navy);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}
#lp--compensation02 .p-finalCta__telLead::after {
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 0;
  height: 0;
  border-width: 12px 16px 0;
  border-style: solid;
  border-color: var(--c-navy) transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
}
#lp--compensation02 .p-finalCta__telLeadEm {
  color: var(--c-yellow);
}
#lp--compensation02 .p-finalCta__telBox {
  position: relative;
  margin-top: 16px;
  padding: 12px 12px 14px;
  border: 3px solid var(--c-borderNavy);
  background: #fff;
}
#lp--compensation02 .p-finalCta__telIllust {
  position: absolute;
  right: 12px;
  top: 10px;
  width: 84px;
  border-radius: 999px;
  border: 3px solid var(--c-borderNavy);
  background: #fff;
  overflow: hidden;
}
#lp--compensation02 .p-finalCta__telIllust img {
  display: block;
  width: 100%;
  height: auto;
}
#lp--compensation02 .p-finalCta__telNum {
  margin: 0;
  padding-right: 96px;
  color: #1a1a1a;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: left;
}
#lp--compensation02 .p-finalCta__telTime {
  margin: 6px 0 0;
  padding-right: 96px;
  color: #1a1a1a;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
}
@media screen and (min-width: 601px) {
  #lp--compensation02 .p-finalCta {
    padding: 26px 0 40px;
  }
  #lp--compensation02 .p-finalCta__arrow::before {
    width: 28px;
    height: 28px;
    border-right-width: 7px;
    border-bottom-width: 7px;
  }
  #lp--compensation02 .p-finalCta__text {
    font-size: 24px;
    line-height: 1.9;
  }
  #lp--compensation02 .p-finalCta__phone {
    max-width: 450px;
    width: 60%;
    margin-bottom: -36px;
  }
  #lp--compensation02 .p-finalCta .p-tel {
    margin-top: 80px;
  }
  #lp--compensation02 .p-finalCta__tel {
    margin-top: 18px;
  }
  #lp--compensation02 .p-finalCta__telLead {
    font-size: 18px;
    padding: 16px 18px 18px;
  }
  #lp--compensation02 .p-finalCta__telBox {
    padding: 18px 18px 16px;
  }
  #lp--compensation02 .p-finalCta__telIllust {
    right: 18px;
    top: 14px;
    width: 110px;
    border-width: 4px;
  }
  #lp--compensation02 .p-finalCta__telNum {
    padding-right: 140px;
    font-size: 40px;
  }
  #lp--compensation02 .p-finalCta__telTime {
    padding-right: 140px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  #lp--compensation02 .finalCta__arrow {
    margin: 0 0 40px;
  }
  #lp--compensation02 .p-finalCta__text {
    font-size: 32px;
    line-height: 1.7;
  }
  #lp--compensation02 .p-finalCta__text--spaced, #lp--compensation02 .p-finalCta__text--last {
    margin-top: 40px;
  }
  #lp--compensation02 .p-finalCta__phone {
    margin: 50px auto -38px;
  }
  #lp--compensation02 .p-finalCta {
    padding: 26px 0 80px;
  }
}
#lp--compensation02 {
  /* =========================
  Project: Sticky footer
  ========================= */
}
#lp--compensation02 .p-stickyFooter {
  position: sticky;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  opacity: 0;
  -webkit-transform: translateY(18px);
          transform: translateY(18px);
  pointer-events: none;
  -webkit-transition: opacity 320ms ease, -webkit-transform 320ms ease;
  transition: opacity 320ms ease, -webkit-transform 320ms ease;
  transition: opacity 320ms ease, transform 320ms ease;
  transition: opacity 320ms ease, transform 320ms ease, -webkit-transform 320ms ease;
}
#lp--compensation02 .p-stickyFooter.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}
#lp--compensation02 .p-stickyFooter__sp {
  border-top: 5px solid var(--c-navy);
  background: #fff;
}
#lp--compensation02 .p-stickyFooter__pc {
  display: none;
}
#lp--compensation02 .p-stickyFooter__lead {
  margin: 0;
  padding: 12px 10px 10px;
  text-align: center;
  color: #111;
  font-size: clamp(24px, 24px + 6 * (100vw - 360px) / 384, 30px);
  font-weight: 700;
  line-height: 1.2;
}
#lp--compensation02 .p-stickyFooter__leadEm {
  color: #C2410C;
}
#lp--compensation02 .p-stickyFooter__btnRow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 0 14px 10px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
#lp--compensation02 .p-stickyFooter__telBtn img,
#lp--compensation02 .p-stickyFooter__shindanBtn img {
  display: block;
  width: 100%;
  height: auto;
}
#lp--compensation02 .p-stickyFooter__time {
  margin: 0;
  padding: 8px 10px 10px;
  background: var(--c-navy);
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1.25;
}
@media screen and (max-width: 375px) {
  #lp--compensation02 .p-stickyFooter__time {
    font-size: 13px;
  }
}
@media screen and (min-width: 745px) {
  #lp--compensation02 .p-stickyFooter {
    border-top: 5px solid var(--c-navy);
    background: #fff;
  }
  #lp--compensation02 .p-stickyFooter__sp {
    display: none;
  }
  #lp--compensation02 .p-stickyFooter__pc {
    display: grid;
    grid-template-columns: auto 1fr auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 14px;
    width: 100%;
    max-width: 960px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    padding: 8px 12px 10px;
    background: #fff;
  }
  #lp--compensation02 .p-stickyFooter__lead {
    padding: 0;
    font-size: clamp(22px, 22px + 4 * (100vw - 745px) / 278, 26px);
    white-space: nowrap;
  }
  #lp--compensation02 .p-stickyFooter__telPc {
    display: grid;
    grid-template-columns: 42px 1fr;
    grid-template-rows: auto auto;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 2px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #111;
    text-decoration: none;
  }
  #lp--compensation02 .p-stickyFooter__telIcon {
    grid-column: 1;
    grid-row: 1;
    width: clamp(32px, 32px + 10 * (100vw - 745px) / 278, 42px);
    height: auto;
    display: block;
    align-self: center;
  }
  #lp--compensation02 .p-stickyFooter__telNum {
    grid-column: 2;
    grid-row: 1;
    font-size: clamp(32px, 32px + 10 * (100vw - 745px) / 278, 42px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }
  #lp--compensation02 .p-stickyFooter__telTime {
    grid-column: 1/3;
    grid-row: 2;
    font-size: clamp(14px, 14px + 4 * (100vw - 745px) / 278, 18px);
    font-weight: 700;
    line-height: 1.15;
    white-space: nowrap;
    text-align: left;
  }
  #lp--compensation02 .p-stickyFooter__telText {
    display: contents;
  }
  #lp--compensation02 .p-stickyFooter__shindanBtnPc img {
    display: block;
    width: 290px;
    height: auto;
  }
}
@media screen and (min-width: 745px) and (max-width: 1023px) {
  #lp--compensation02 .p-stickyFooter__telPc {
    -webkit-column-gap: 2px;
       -moz-column-gap: 2px;
            column-gap: 2px;
  }
}
@media screen and (min-width: 1024px) {
  #lp--compensation02 .p-stickyFooter__lead {
    font-size: 26px;
  }
  #lp--compensation02 .p-stickyFooter__telIcon {
    width: 42px;
  }
  #lp--compensation02 .p-stickyFooter__telNum {
    font-size: 42px;
  }
  #lp--compensation02 .p-stickyFooter__telTime {
    font-size: 18px;
  }
}
#lp--compensation02 {
  /* =========================
  Project: Voice head
  ========================= */
}
#lp--compensation02 .p-voiceHead {
  background: #fff;
}
#lp--compensation02 .p-voiceHead__band {
  position: relative;
  background: var(--c-navy);
}
#lp--compensation02 .p-voiceHead__band::after {
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 0;
  height: 0;
  border-width: 20px 24px 0;
  border-style: solid;
  border-color: var(--c-navy) transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
}
#lp--compensation02 .p-voiceHead__inner {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding: 18px clamp(20px, 20px + 20 * (100vw - 401px) / 200, 40px);
}
#lp--compensation02 .p-voiceHead__ttl {
  margin: 0;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
#lp--compensation02 .p-voiceHead__illust {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: clamp(160px, 160px + 50 * (100vw - 401px) / 200, 210px);
  max-width: none;
}
#lp--compensation02 .p-voiceHead__illust img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 601px) {
  #lp--compensation02 .p-voiceHead__inner {
    padding: 28px 0 26px;
    text-align: center;
  }
  #lp--compensation02 .p-voiceHead__ttl {
    font-size: 32px;
    margin: 0 0 0 -220px;
  }
  #lp--compensation02 .p-voiceHead__illust {
    left: 53%;
    width: 240px;
  }
}
@media screen and (min-width: 1024px) {
  #lp--compensation02 .p-voiceHead__inner {
    padding: 34px 0 32px;
  }
  #lp--compensation02 .p-voiceHead__ttl {
    font-size: 46px;
    margin: 0 0 0 -280px;
  }
  #lp--compensation02 .p-voiceHead__illust {
    left: 54%;
    width: 316px;
  }
  #lp--compensation02 .p-voiceHead__band::after {
    bottom: -28px;
    border-width: 28px 36px 0;
  }
}
#lp--compensation02 {
  /* =========================
  Project: Voice (accordion cards)
  ========================= */
}
#lp--compensation02 .p-voice {
  padding: 45px 0;
  background: #fff;
}
#lp--compensation02 .p-voice__inner {
  width: 90%;
  max-width: 706px;
  margin: 0 auto;
}
#lp--compensation02 .p-voice__card + .p-voice__card {
  margin-top: 30px;
}
#lp--compensation02 .p-voice__card {
  position: relative;
  border: 3px solid var(--c-borderNavy);
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
#lp--compensation02 .p-voice__top {
  display: grid;
  grid-template-columns: 1fr 92px;
  gap: 10px;
  padding: 18px 15px 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
#lp--compensation02 .p-voice__meta {
  min-width: 0;
}
#lp--compensation02 .p-voice__tag {
  display: inline-block;
  padding: 4px 2px 4px 10px;
  background: var(--c-navy);
  color: var(--c-yellow);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
}
#lp--compensation02 .p-voice__card:nth-of-type(3) .p-voice__tag {
  padding: 4px 10px 4px 10px;
}
#lp--compensation02 .p-voice__who {
  margin: 8px 0 6px;
  color: #111;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.35;
}
#lp--compensation02 .p-voice__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
#lp--compensation02 .p-voice__ratingLabel {
  color: #111;
  font-weight: 700;
  font-size: 18px;
}
#lp--compensation02 .p-voice__stars {
  display: block;
  height: 18px;
  width: auto;
}
#lp--compensation02 .p-voice__illust {
  display: block;
  width: 92px;
}
#lp--compensation02 .p-voice__illust img {
  display: block;
  width: 100%;
  height: auto;
}
#lp--compensation02 .p-voice__title {
  margin: 0;
  padding: 0 12px 12px;
  color: var(--c-navy);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
}
#lp--compensation02 .p-voice__btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  padding: 12px 12px;
  border: 0;
  border-top: 3px solid var(--c-borderNavy);
  background: var(--c-navy);
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
}
#lp--compensation02 .p-voice__plus {
  position: relative;
  width: 22px;
  height: 22px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
#lp--compensation02 .p-voice__plus::before,
#lp--compensation02 .p-voice__plus::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 3px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
}
#lp--compensation02 .p-voice__plus::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
#lp--compensation02 .p-voice__btn[aria-expanded=true] .p-voice__plus::after {
  display: none;
}
#lp--compensation02 .p-voice__panel {
  overflow: hidden;
  -webkit-transition: height 280ms ease;
  transition: height 280ms ease;
  background: #fff;
}
#lp--compensation02 .p-voice__panelInner {
  padding: 12px 12px 14px;
}
#lp--compensation02 .p-voice__panelImg {
  display: block;
  width: 100%;
  margin: 0 0 10px;
}
#lp--compensation02 .p-voice__panelImg img {
  display: block;
  width: 100%;
  height: auto;
}
#lp--compensation02 .p-voice__panelText {
  margin: 0;
  color: #111;
  font-size: 18px;
  line-height: 1.4;
  padding: 5px;
}
@media screen and (min-width: 601px) {
  #lp--compensation02 .p-voice {
    padding: 60px 0;
  }
  #lp--compensation02 .p-voice__inner {
    width: 80%;
  }
  #lp--compensation02 .p-voice__card + .p-voice__card {
    margin-top: 40px;
  }
  #lp--compensation02 .p-voice__top {
    grid-template-columns: 1fr;
    padding: 14px 16px 10px;
  }
  #lp--compensation02 .p-voice__illust {
    position: absolute;
    right: 16px;
    top: 14px;
    width: 190px;
  }
  #lp--compensation02 .p-voice__tag {
    font-size: 24px;
  }
  #lp--compensation02 .p-voice__who,
  #lp--compensation02 .p-voice__ratingLabel {
    font-size: 24px;
  }
  #lp--compensation02 .p-voice__title {
    padding: 0 220px 14px 35px;
    font-size: 34px;
  }
  #lp--compensation02 .p-voice__btn {
    padding: 10px 16px 10px 35px;
    font-size: 28px;
  }
  #lp--compensation02 .p-voice__panelInner {
    padding: 14px 16px 18px;
  }
  #lp--compensation02 .p-voice__panelText {
    font-size: 20px;
    padding: 10px 20px;
    line-height: 1.5;
  }
  #lp--compensation02 .p-voice__top {
    padding: 28px 30px 10px;
  }
  #lp--compensation02 .p-voice__who {
    margin: 8px 10px 6px;
  }
  #lp--compensation02 .p-voice__rating {
    margin: 0 0 0 10px;
  }
  #lp--compensation02 .p-voice__stars {
    height: 22px;
    margin-left: 5px;
  }
}
@media screen and (min-width: 1024px) {
  #lp--compensation02 .p-voice {
    padding: 80px 0;
  }
  #lp--compensation02 .p-voice__illust {
    right: 30px;
    top: 20px;
  }
  #lp--compensation02 .p-voice__card:nth-of-type(2) .p-voice__illust, #lp--compensation02 .p-voice__card:nth-of-type(3) .p-voice__illust {
    top: 45px;
  }
}
#lp--compensation02 footer {
  margin-top: 60px;
}
@media screen and (min-width: 1024px) {
  #lp--compensation02 footer {
    margin-top: 120px;
  }
}

/* ボタン共通 */
.c-compensation__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 343px;
  height: 72px;
  padding: 0 0.5rem;
  border-radius: 8px;
  font-family: "Hiragino Kaku Gothic StdN";
  color: #FFFFFF;
  font-size: 1.75rem;
  font-weight: 600;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
  border: none;
}

.c-compensation__btn:hover {
  position: relative;
  top: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.c-compensation__btn:hover + img {
  z-index: 1;
  top: -76px;
}

/* 遷移ボタン */
.c-btnAreaCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 3rem auto 0;
}

.c-compensation__btn--link {
  background-color: #FFFFFF;
  border: solid 2px #DB7E15;
}

.c-compensation__btn--link span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  color: #DB7E15;
  font-size: 1.2rem;
  line-height: 1;
}

.c-compensation__btn--link span::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #DB7E15;
  border-width: 5px 0px 5px 8px;
  margin-right: 1rem;
}/*# sourceMappingURL=style.css.map */