/* =========================
   セクション共通
========================= */
.sec {
  padding: 80px 0;
}

.sec__inner {
  max-width: 980px;
}

.sec__heading {
  margin-bottom: var(--space-md);
}

.sec__label {
  margin-bottom: var(--space-xs);
  font-size: 1rem;
  font-weight: 700;
  color: #1d4f91;
}
.sec__title {
  margin-bottom: var(--space-xs);
  font-size: var(--fz-lg);
  line-height: 1.35;
  color: #595554;
}

.sec__text {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #444;
}
.sec__lead{
	position: relative;
  margin-bottom: var(--space-xs);
  font-size: 1rem;
  font-weight: 700;
  color: #1d4f91;
	font-family: "見出ゴMB31", sans-serif;
	padding-left: 50px;
}
.sec__lead::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 42px;
  height: 1px;
  background: #1d4f91;
  transform: translateY(-50%);
}
.sec_text_large{
	font-size: 1.2em;
}
/* =========================
   経験者ページ共通テーブル
========================= */
.expTableWrap {
  overflow-x: auto;
  background: #fff;
  border: 1px solid #dbe4f0;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(29, 79, 145, 0.06);
}

.expTable {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: #fff;
}

.expTable thead th {
  padding: 12px 16px;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: left;
  color: #fff;
  background: #1d4f91;
  border-bottom: 1px solid #dbe4f0;
  border-right: 1px solid #fafafa;
}

.expTable thead th:last-child {
  border-right: none;
}

.expTable tbody th,
.expTable tbody td {
  padding: 12px 16px;
  font-size: 1.05rem;
  line-height: 1.8;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #e8edf5;
  border-right: 1px solid #e8edf5;
}

.expTable tbody th {
  width: 24%;
  font-weight: 700;
  color: #595554;
  background: #fff;
}

.expTable tbody td {
  color: #595554;
  background: #fff;
}

.expTable tbody tr:nth-child(even) th,
.expTable tbody tr:nth-child(even) td {
  background-color: #f5f8ff;
}

.expTable tbody tr:last-child th,
.expTable tbody tr:last-child td {
  border-bottom: none;
}

.expTable tbody th:last-child,
.expTable tbody td:last-child {
  border-right: none;
}

.expTable tbody tr td:last-child {
  font-size: 1rem;
}

.expTable strong {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1d4f91;
}

/* =====================
   expHero
===================== */
.expHero {
  background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
}
.expHero__inner {
  margin: 0 auto;
}
.expHero__lead--accent{
  color: #e38539;
	padding-left: 0;
}
.expHero__lead--accent::before {
  display: none;
}
.expHero__title {
  margin-bottom: var(--space-sm);
  font-size: var(--fz-xl2);
  line-height: 1.45;
  font-weight: 700;
  color: #595554;
	font-family: "見出ゴMB31", sans-serif;
}

.expHero__text {
  max-width: 720px;
  margin: 0 0 28px 16px;
  font-size: 0.96rem;
  line-height: 1.9;
/*
	font-family:"中ゴシックBBB";
  color: #595554;
*/  color: #555;


}

.expHero__btns{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-top: 32px;
}

.expHero__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  min-height: 56px;
  padding: 0 24px;
  box-sizing: border-box;

  border-radius: 999px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: .3s;
}

.expHero__btn--primary{
  background: #1f5fa6;
  color: #fff;
  border: 1px solid #1f5fa6;
}

.expHero__btn--primary:hover{
  opacity: 0.9;
  transform: translateY(-2px);
}

.expHero__btn--outline{
  background: #fff;
  color: #1f5fa6;
  border: 1px solid #1f5fa6;
}

.expHero__btn--outline:hover{
  background: #1f5fa6;
  color: #fff;
  transform: translateY(-2px);
}

/* =====================
   共感ブロック（Hero内）
===================== */
.expHero__empathy {
  margin-top: 35px;
  padding: 28px 24px;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e3e8ef;
}

.expHero__empathyTitle {
  margin: 0 0 8px;
  font-size: var(--fz-md);
  font-weight: 700;
  color: #222;
}

.expHero__empathyLead {
  margin: 0 0 18px;
  font-size: var(--fz-mid);
  color: #1d4f91;
	border-left : 2px solid #1d4f91;
	padding-left: 18px;
	font-family: "見出ゴMB31", sans-serif;
}

.expHero__empathyList {
  margin: 0;
  padding: 0;
  list-style: none;
}

.expHero__empathyList li{
  position: relative;
  padding-left: 28px;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #333;

}
.expHero__empathyList li:not(:last-child){
  margin-bottom: 10px;
}

.expHero__empathyList li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #1d4f91;
  font-weight: 700;
}
.expHero__message{
	margin: 20px 0;
	text-align: center;
}
.expHero__empathyText {
  margin: 0;
	font-size: var(--fz-mid);
  line-height: 1.8;
  color: #595554;
	font-family: "見出ゴMB31", sans-serif;
}

/* SP */
@media (max-width: 767px) {
  .expHero__empathy {
    margin-top: 28px;
    padding: 20px 16px;
  }

}
/* =====================
   expBtn
===================== */
.expBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  min-height: 60px;
  padding: 16px 28px;
  border-radius: 999px;
  box-sizing: border-box;
  text-decoration: none;
  font-size: var(--fz-mid);
  font-weight: 700;
  transition: all 0.3s ease;
}

.expBtn--primary {
  background: #1d4f91;
  border: 1px solid #1d4f91;
  color: #fff;
}

.expBtn--primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.expBtn--outline {
  background: #fff;
  border: 1px solid #1d4f91;
  color: #1d4f91;
}

.expBtn--outline:hover {
  background: #f2f7fd;
  transform: translateY(-2px);
}

/* =====================
   朝日建設の強み
===================== */
.expStrength {
  padding: 80px 20px;
  background: #f7f9fc;
}

.expStrength__inner {
  width: min(100%, 1100px);
  margin: 0 auto;
}

.secHeading {
  margin-bottom: 40px;
}

.secHeading__sub {
  margin: 0 0 10px;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #1d4f91;
}

.expStrength__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.strengthCard {
  padding: 32px 28px;
  background: #fff;
  border: 1px solid #e3e8ef;
  border-radius: 20px;
}

.strengthCard__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  height: 36px;
  margin-bottom: 18px;
  padding: 0 14px;
  border-radius: 999px;
  background: #1d4f91;
  color: #fff;
  font-size: var(--fz-sm);
  font-weight: 700;
}

.strengthCard__title {
  margin: 0 0 16px;
  font-size: var(--fz-md);
  line-height: 1.6;
  color: #595554;
}

.strengthCard__text {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.9;
  color: #444;
}
.expStrength__message{
	margin-top: 40px;
  padding: 16px 20px;
  background: #fff;
  border: 1px solid #e3e8ef;
  border-radius: 12px;
	background-color: #f8f9fb;
	border-left: 4px solid #2f5ea3;

}
.expStrength__messageText{
  font-size: 1rem;
  line-height: 1.9;
}
.expStrength__highlight {
  color: #1d4f91;
	font-size: 1.05rem;
	font-weight: bold;
}
/* =====================
	数字で見る職場環境
=======================*/
.expStats {
  background: #f7faff; /* ほんのり青 */
}
/* =====================
	環境を比較する
=======================*/
.expEnv {
  background: #f8f9fb; /* ほんのり青 */
}
.expEnv .expTable thead th:last-child {
  background: #e38539;
	text-align: center;
	font-size: 1.2rem;
}
.expEnv .expTable th:nth-child(4),
.expEnv .expTable td:nth-child(4) {
  border-left: 4px solid #e38539;
  border-right: 4px solid #e38539;
	border-top-left-radius: 6px;
  border-top-right-radius: 6px;
	border-bottom: 1px solid #ffe7cf;
}
.expEnv .expTable tbody tr:nth-child(even) td:nth-child(4) {
	background: #fdf4ec;
}
.expEnv .expTable th:nth-child(4) {
  border-top: 4px solid #e38539;
}

.expEnv .expTable tr:last-child td:nth-child(4) {
  border-bottom: 4px solid #e38539;
}
.expEnv__note{
	margin-top: 10px;
	font-size: 0.9rem;
}
/* =====================
	代表メッセージ
=======================*/
.expMsg__sign {
	margin: 30px 0 60px 0;
}

/* =====================
   SP
===================== */
@media (max-width: 767px) {
  .expHero__btns{
    flex-direction: column;
    align-items: stretch;
  }

  .expHero__btn{
    width: 100%;
    min-width: auto;
  }
  .expBtn {
    width: 100%;
  }

  .expStrength {
    padding: 56px 20px;
  }

  .expStrength__grid {
    grid-template-columns: 1fr;
  }

  .strengthCard {
    padding: 24px 20px;
  }
}

.expStats__note {
  margin: 14px 4px 0;
  font-size: 1.3rem;
  line-height: 1.7;
  color: #7a7675;
}

/* =========================
   SP
========================= */
@media screen and (max-width: 767px) {
  .expStats {
    padding: 56px 0;
  }

  .expStats__heading {
    margin-bottom: 24px;
  }

  .expStats__label {
    margin-bottom: 10px;
  }

  .expStats__title {
    margin-bottom: 16px;
    line-height: 1.5;
  }

  .expStats__lead {
    line-height: 1.9;
  }

  .expStats__tableWrap {
    border-radius: 16px;
  }

  .expStats__table thead th {
    padding: 14px 16px;
  }

  .expStats__table tbody th,
  .expStats__table tbody td {
    padding: 16px;
    line-height: 1.7;
  }
  .expStats__note {
    font-size: 1.2rem;
  }
}