.subsidy-section {
  position: relative;
  padding-bottom: clamp(20px, 4vw, 40px);
}

.subsidy-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../assets/img/subsidy-bg.svg");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
  z-index: 0;
}

.subsidy-section > .container {
  position: relative;
  margin: 0 auto;
  max-width: min(1200px, 100%);
  padding-inline: clamp(16px, 4vw, 40px);
  z-index: 1;
  text-align: center;
}

h2.subsidy-title {
  color: #fff;
  font-size: clamp(20px, 5vw, 60px);
  font-weight: 800;
  line-height: 1.3;
}

h2.subsidy-title span {
  display: block;
}

.subsidy-section > .container > .card-box {
  box-sizing: border-box;
  max-width: 100%;
  margin: clamp(20px, 10vw, 60px) auto;
  background: #fff;
  border-radius: clamp(12px, 1vw, 30px);
  padding: 0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08), 0 2px 6px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.subsidy-section > .container > .card-box > .title-box {
  margin: clamp(20px, 5.5vw, 60px) auto;
  background: linear-gradient(
    to bottom,
    #ff7f00 0%,
    #ff7f00 30%,
    #ff5a00 65%,
    #ff4400 100%
  );
  border-radius: clamp(18px, 2.5vw, 30px);
  color: #fff;
  font-weight: 700;
  font-size: clamp(10px, 2.5vw, 30px);
  line-height: 1.5;
  padding: 10px clamp(10px, 10vw, 165px);
  width: fit-content;
  text-align: center;
}

.title-emphasis {
  font-size: 1.7em;
  font-weight: 800;
}

.subsidy-divider {
  border: none;
  height: 2px;
  margin: clamp(20px, 4vw, 36px) auto;
  width: min(80%, 960px);
  background: #ddd;
}

.subsidy-main {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  gap: clamp(0px, 2.5vw, 24px);
  margin: clamp(16px, 3vw, 32px) auto;
  max-width: 960px;
}

.subsidy-main > .subsidy-img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(8px, 2vw, 24px);
}
.subsidy-no,
.subsidy-logo {
  width: clamp(100px, 25vw, 400px);
  height: auto;
}

.subsidy-note {
  margin: clamp(12px, 3vw, 24px) auto;
  padding: clamp(2px, 1.5vw, 16px);
  width: clamp(260px, 68vw, 900px);
  background: #616161;
  color: #fff;
  font-size: clamp(10px, 2.5vw, 20px);
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  border-radius: 999px;
}

.example-img {
  margin: clamp(12px, 3vw, 24px) auto;
  max-width: 900px;
  width: clamp(260px, 68vw, 900px);
  height: auto;
}

.subsidy-subtitle {
  color: #333;
  font-size: clamp(12px, 2.2vw, 32px);
  font-weight: 700;
  line-height: 1.3;
}

.subsidy-subtitle span {
  display: block;
}

.subsidy-table {
  margin: 0 auto;
  max-width: 900px;
  width: clamp(260px, 68vw, 900px);
  height: auto;
}

.subsidy-table-div {
  margin: 0 auto;
  text-align: center;
  padding: clamp(4px, 4vw, 12px) clamp(12px, 8vw, 80px);
  max-width: 900px;
}

.subsidy-table-title {
  color: #6b9bd1;
  font-size: clamp(14px, 3vw, 32px);
  font-weight: 800;
  margin-bottom: clamp(24px, 4vw, 56px);
}

.subsidy-table-card {
  background: #6b9bd1;
  border-radius: 18px;
  padding: clamp(16px, 3vw, 32px);
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 3vw, 24px);
}

.subsidy-table-row {
  background: #fff;
  min-height: clamp(30px, 8vw, 80px);
  display: grid;
  grid-template-columns: minmax(60px, 1.4fr) repeat(4, 1fr);
  padding: clamp(12px, 2vw, 20px);
  gap: clamp(5px, 1.1vw, 20px);
}

.subsidy-cell {
  border: 2px solid #6b9bd1;
  background: #fff;
  font-size: clamp(8px, 2.2vw, 20px);
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.subsidy-supplement {
  margin: clamp(8px, 2vw, 24px) auto;
  font-size: clamp(6px, 1.6vw, 14px);
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* クルーネット */
.subsidy-table-title2 {
  color: #43d379;
  font-size: clamp(14px, 3vw, 32px);
  font-weight: 800;
  margin-bottom: clamp(24px, 4vw, 56px);
}

.subsidy-table-card2 {
  background: #43d379;
  border-radius: 18px;
  padding: clamp(16px, 3vw, 32px);
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  margin-inline: auto;
  flex-direction: column;
  gap: clamp(10px, 3vw, 24px);
}

.subsidy-table-card2 p {
  font-size: clamp(12px, 2.5vw, 26px);
  color: #fff;
  padding: 0;
  margin: 5px auto;
  font-weight: 700;
}

.subsidy-table-row2 {
  background: #fff;
  min-height: clamp(30px, 8vw, 100px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  place-items: center;
  padding: clamp(12px, 2vw, 20px);
  gap: clamp(5px, 1.1vw, 20px);
}

.subsidy-cell2 {
  width: 100%;
  max-width: 160px;
  aspect-ratio: 3 / 2;
  border: 2px solid #43d379;
  background: #fff;
  font-size: clamp(10px, 2.2vw, 26px);
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.subsidy-phrase {
  font-size: clamp(8px, 2.5vw, 26px);
  color: #333;
  padding: clamp(8px, 2.2, 24px) 0;
  font-weight: 700;
}

.subsidy-phrase > .label1 {
  color: #6b9bd1;
  font-weight: 800;
    font-size: clamp(10px, 2.6vw, 28px);
}
.subsidy-phrase > .label2 {
  color: #43d379;
  font-weight: 800;
    font-size: clamp(10px, 2.6vw, 28px);
}
