.nowrap-text {
  white-space: normal;
}

/* PC（例：画面幅1024px以上）では折り返さず1行表示 */
@media screen and (min-width: 1024px) {
  .nowrap-text {
    white-space: nowrap;
  }
}

.forChargeStrength__item h3.modHeadingDefaultLv4 + .section-desc {
  margin-top: 0px !important;   /* h3と説明の間の余白を完全に詰める */
  line-height: 1.2 !important;  /* 説明文内の行間も詰める */
}

.forChargeStrength__item h3.modHeadingDefaultLv4 {
  margin-bottom: 0px !important; /* h3自体の下余白も削除 */
}

.forChargeStrength__item .section-desc {
  margin-bottom: 16px;  /* 必要に応じて 24px や 40px に調整可 */
}


.benefit-list {
  margin-top: 8px !important; /* 必要に応じて調整 */
}

.highlight-box {
  /*border: 1px solid #d4af37;*/  /* 上品な金色（変更可） */
  /*background-color: #fffef9;*/  /* 薄い背景色（お好みで） */
  padding: 24px;
  margin-top: 24px;
  border-radius: 6px;
  border: 1px solid #042356;
  background-color:#f5f5f5;
}

.key-statement {
  display: inline-block;
  /*background-color: #fff8e1;*/       /* 薄いゴールド系背景 */
  /*color: #b8860b;*/                  /* 渋めの金色テキスト */
  font-weight: bold;
  font-size: 17px;
  padding: 6px 14px;
  /*border: 1px solid #e6c066;*/       /* 薄めの金色枠 */
  border-radius: 4px;
  margin: 10px 0;
  text-align: center;
  background-color: #d5e6f7;
  color: #042356;
  border: 1px solid #042356;
}

.attention-strong {
  /*background: linear-gradient(to right, #fff9db, #fffaf0);*/ /* 上品な淡金グラデ背景 */
  /*border-left: 6px solid #d4af37;*/ /* ゴールドの縦バー */
  background: linear-gradient(to right, #e4eaf0, #e4eaf0);
  border-left: 6px solid #042356;
  padding: 28px 24px;
  margin: 48px auto;
  max-width: 800px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.attention-strong__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.attention-strong__list li{
  position: relative;
  padding-left: 32px;
  margin-bottom: 18px;
  font-size: 17px;
  font-weight: bold;
  color: #3a2f00;
  line-height: 1.6;
}
.attention-strong__list li:last-child{ margin-bottom: 0; }

.attention-strong__list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  /*color: #d4af37;*/
  color: #042356;
}

/* Add 250714 */
@media screen and (min-width: 769px){
  /*.forChargeStrength{ justify-content: unset; }*/
  .forChargeStrength .forChargeStrength__item,.forChargeStrength .highlight-box{ width: calc(100% - (380px + 2em)); }
  .forChargeStrength .forChargeStrength__img{ width: 380px; }
  .highlight-box .forChargeStrength__item{ width: 100%; }
}
.revioareer__list{
  display: flex;
  flex-wrap: wrap;
}
.revioareer__list li{
  width: calc((100% - 2em) / 2);
  margin-top: 3em;
  margin-right: 2em;
}
.revioareer__list li:first-child,.revioareer__list li:nth-child(2){ margin-top: 0; }
.revioareer__list li:nth-child(even){ margin-right: 0; }
.revioareer__list li h3{
  min-height: 3em;
  color: #042356;
  font-weight: bold;
  line-height: 1.4;
}
.revioareer__list li .human{
  display: flex;
  align-items: center;
  margin: 0.8em 0 1em;
  padding-bottom: 1em;
  font-size: 0.9em;
  border-bottom: 4px double #042356;
}
.revioareer__list li .human img{
  width: 100px;
  height: auto;
  margin-right: 1em;
}

@media screen and (max-width: 768px){
  .revioareer__list{ display: block; }
  .revioareer__list li{
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 3em;
  }
  .revioareer__list li:last-child{ margin-bottom: 0; }
  .revioareer__list li h3{
    min-height: unset;
    font-size: 1.1em;
    line-height: 1.6;
  }
  .revioareer__list li .human{
    display: flex;
    align-items: center;
    margin: 1em 0 1em;
    padding-bottom: 1em;
    font-size: 1em;
    font-weight: 500;
    border-bottom: 7px double #042356;
  }
  .revioareer__list li .human img{
    width: 100px;
    height: auto;
    margin-right: 0.8em;
  }
}

.blue-underline {
  background-image: linear-gradient(to right, #042356, #042356); /* 青系カラー */
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 2px;
  padding-bottom: 2px;
}
.revicareerlink {
 text-decoration-color:#042356;
 text-decoration: underline;
}