html {
  scroll-behavior: smooth;
}

.breadcrumbs {
  width: 1080px !important;
  font-family: var(--font-family);
  font-size: 14px;
  font-weight: 700;
}

.l-container {
  width: 100%;
}

.main {
  width: 1200px;
  font-family: var(--font-family);
  color: var(--font-color);
  font-feature-settings: "palt";
  margin: 0 auto;
  margin-bottom: 273px;
}
.main * {
  box-sizing: border-box;
}
.main img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.main a {
  color: inherit;
}

.fadeimg {
  transition: 0.3s;
}

/* =========================================================
ヘッダー
========================================================= */
.hdr {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 74px;
}

.hdr-subtext {
  width: 352px;
}

.hdr-title {
  font-size: 44px;
  letter-spacing: -0.05em;
  margin-top: 31px;
}
.hdr-point-list {
  display: flex;
  justify-content: center;
  gap: 0 43px;
  margin-top: 50px;
}
.hdr-point-list li {
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
  gap: 12px 0;
  width: 271px;
}

.hdr-point-list li span {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
.hdr-icon-set {
  margin-top: 146px;
}

/* =========================================================
セクション
========================================================= */
.section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section01 {
  margin-top: 204px;
}
.section02 {
  margin-top: 267px;
}
.section03 {
  margin-top: 240px;
}

/* =========================================================
セクション共通
========================================================= */
.section-no {
  width: 92px;
  margin-bottom: 30px;
}
.section-heading {
  font-size: 44px;
  text-align: center;
  letter-spacing: 0.05em;
}
.section-text-large {
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  margin-top: 45px;
}

.section-text-small {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-top: 51px;
}

/* =========================================================
リスト
========================================================= */
.section-list {
  margin-top: 53px;
  margin-left: 38px;
}
.section-list li {
  font-size: 15px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
  padding-left: 1em;
  text-indent: -1em;
}
.table-block02 .section-list {
  margin-top: 61px;
  margin-left: 24px;
}
.table-block02 .section-list li {
  padding-left: 3em;
  text-indent: -3em;
  line-height: 2.13;
}

/* =========================================================
その他
========================================================= */
.table-block01 {
  margin-top: 112px;
}
.table-block02 {
  margin-top: 122px;
  margin-bottom: 182px;
}

.table-heading {
  font-size: 22px;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 19px;
}

.table-image {
  width: 1009px;
}

.upgrade-image {
  width: 1124px;
  margin-top: 78px;
}

.action-point-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 70px;
}
.action-point-list li {
  width: 257px;
}

.gift-image {
  width: 370px;
  margin-top: 52px;
}

/* =========================================================
ボタン
========================================================= */
.section02 .green-button {
  margin-top: 76px;
}
.section03 .green-button {
  margin-top: 40px;
}
