@media screen and (max-width: 1700px) {
  .page:has(.sidebar) .container {
    width: 68%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1700px) {
  .page:has(.sidebar) .article05 .article05__image img {
    width: calc(100% + 16vw);
  }
}
@media screen and (max-width: 1024px) {
  .page:has(.sidebar) .container {
    width: 92%;
  }
}
.page .mv {
  position: relative;
  padding-block: 8.5rem;
  height: 100dvh;
  padding-top: 15.2rem;
}
.page .mv::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -2;
}
@media screen and (max-width: 1024px) {
  .page .mv {
    padding-block: 6rem;
    height: auto;
    min-height: 55vw;
    padding-top: 18rem;
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page .mv {
    padding-block: 4rem;
    min-height: 0;
    padding-top: 7rem;
  }
}
.page .mv__inner {
  width: 168rem;
  max-width: 92%;
  margin: 0 auto;
  position: relative;
  padding-left: 29rem;
}
@media screen and (max-width: 1024px) {
  .page .mv__inner {
    padding-left: 0;
  }
}
.page .mv__bg {
  position: absolute;
  z-index: -3;
  width: 67.5%;
  height: calc(100% - 15.2rem);
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page .mv__bg {
    width: 100%;
    height: 100%;
  }
}
.page .mv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page .mv__head {
  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: 5rem;
  margin-top: 4rem;
}
@media screen and (max-width: 1024px) {
  .page .mv__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3rem;
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page .mv__head {
    gap: 3rem;
    margin-top: 2rem;
  }
}
.page .mv__body {
  margin-top: 14rem;
  padding-left: 8rem;
}
@media screen and (max-width: 1024px) {
  .page .mv__body {
    margin-top: 6rem;
    padding-left: 0;
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page .mv__body {
    margin-top: 3rem;
  }
}
.page .mv__text {
  max-width: 68rem;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2.5;
  font-weight: 400;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page .mv__text {
    font-size: 1.3rem;
    line-height: 2;
  }
}
.page .mv__title {
  font-size: 2.5rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-bottom: 1.2em;
  font-weight: 500;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page .mv__title {
    font-size: 2rem;
    margin-bottom: 1em;
  }
}
.page .block {
  padding: 14rem 0;
}
@media screen and (max-width: 1024px) {
  .page .block {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page .block {
    padding: 5rem 0;
  }
}
.page .heading01 {
  font-size: 3rem;
  letter-spacing: 0.05em;
  line-height: 1.4333333333;
  padding-bottom: 2rem;
  position: relative;
  z-index: 1;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1024px) {
  .page .heading01 {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page .heading01 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
.page .heading01::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50rem;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(transparent));
  background: linear-gradient(to right, #fff, transparent);
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page .heading01::before {
    width: 30rem;
  }
}
.page .heading01::after {
  content: "";
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.page .heading02 {
  font-size: 3rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1024px) {
  .page .heading02 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page .heading02 {
    font-size: 1.8rem;
  }
}
.page .heading02:is(h3) {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1024px) {
  .page .heading02:is(h3) {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page .heading02:is(h3) {
    margin-bottom: 2rem;
  }
}
.page .heading02--marginBlock04 {
  margin-block: 4rem;
}
@media screen and (max-width: 1024px) {
  .page .heading02--marginBlock04 {
    margin-block: 2rem;
  }
}
.page .heading03 {
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 1.4545454545;
  font-weight: 400;
  padding-left: 4.4rem;
  position: relative;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
  .page .heading03 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page .heading03 {
    font-size: 1.6rem;
    padding-left: 3rem;
    margin-bottom: 2rem;
  }
}
.page .heading03::before {
  content: "";
  width: 3rem;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0.7em;
  z-index: -1;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page .heading03::before {
    width: 2rem;
  }
}
.page .text {
  font-size: 1.6rem;
  line-height: 2.5;
}
.page .text + .text {
  margin-top: 2rem;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page .text + .text {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page .text {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
.page .list01 {
  margin-top: 15rem;
}
@media screen and (max-width: 1024px) {
  .page .list01 {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page .list01 {
    margin-top: 5rem;
  }
}
.page .list02 {
  margin-top: 11rem;
}
@media screen and (max-width: 1024px) {
  .page .list02 {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page .list02 {
    margin-top: 5rem;
  }
}
.page .article01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13rem;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .page .article01 {
    gap: 8rem;
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page .article01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
.page .article01:not(:first-child) {
  margin-top: 8rem;
}
@media screen and (max-width: 1024px) {
  .page .article01:not(:first-child) {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page .article01:not(:first-child) {
    margin-top: 3rem;
  }
}
.page .article01:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page .article01:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page .article01:nth-child(even) .article01__block {
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .page .article01:nth-child(even) .article01__block {
    margin-left: 0;
  }
}
.page .article01--reverse:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page .article01--reverse:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page .article01--reverse:nth-child(even) .article01__block {
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .page .article01--reverse:nth-child(even) .article01__block {
    margin-left: 0;
  }
}
.page .article01--reverse:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page .article01--reverse:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page .article01--reverse:nth-child(odd) .article01__block {
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .page .article01--reverse:nth-child(odd) .article01__block {
    margin-left: 0;
  }
}
.page .article01__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 45.8333333333%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page .article01__image {
    width: 100%;
  }
}
.page .article01__image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.page .article01__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page .article01__content {
    width: 100%;
    padding-inline: 4%;
  }
}
.page .article01__block {
  max-width: 50rem;
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .page .article01__block {
    max-width: 100%;
  }
}
.page .article02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8rem;
}
@media screen and (max-width: 1024px) {
  .page .article02 {
    gap: 4rem;
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page .article02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
.page .article02:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page .article02:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page .article02 + .article02 {
  margin-top: 8rem;
}
@media screen and (max-width: 1024px) {
  .page .article02 + .article02 {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page .article02 + .article02 {
    margin-top: 3.5rem;
  }
}
.page .article02__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 57rem;
  aspect-ratio: 570/420;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page .article02__image {
    width: 100%;
  }
}
.page .article02__image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.page .article02__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page .article02__content {
    width: 100%;
    padding-inline: 4%;
  }
}
.page .article03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
  margin-top: 6rem;
  padding-top: 6rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .page .article03 {
    gap: 3rem;
    margin-top: 4rem;
    padding-top: 4rem;
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page .article03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
    margin-top: 3.5rem;
    padding-top: 3.5rem;
  }
}
.page .article03::before {
  content: "";
  width: 100vw;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  z-index: -1;
}
.page .article03__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page .article03__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 33rem;
  aspect-ratio: 330/200;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page .article03__image {
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: 100%;
  }
}
.page .article03__image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.page .article04 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4rem 5rem;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page .article04 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page .article04__image {
  display: block;
  width: max(35%, 20rem);
  aspect-ratio: 387/257;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
  margin-top: 1.5rem;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page .article04__image {
    width: 100%;
    margin-top: 0;
  }
}
.page .article04__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page .article04--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page .article04--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page .article05::after {
  content: "";
  display: block;
  clear: both;
}
.page .article05 .article05__image {
  position: relative;
  width: 43%;
  aspect-ratio: 475/555;
  float: right;
  margin-left: 5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  .page .article05 .article05__image {
    width: 50%;
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page .article05 .article05__image {
    width: 100%;
    aspect-ratio: 387/257;
    float: unset !important;
    display: block;
    margin: 0;
    margin-bottom: 3rem;
  }
}
.page .article05 .article05__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + (100vw - 1100px) / 2);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: unset;
}
@media (max-width: 1100px) {
  .page .article05 .article05__image img {
    width: calc(100% + 4vw);
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page .article05 .article05__image img {
    max-width: 100%;
    width: 100%;
  }
}
.page .article05--reverse .article05__image {
  float: left;
  margin-left: 0;
  margin-right: 5rem;
}
.page .article05--reverse .article05__image img {
  left: unset;
  right: 0;
}
.page .article05 + .article05 {
  margin-top: 8rem;
}
@media screen and (max-width: 1024px) {
  .page .article05 + .article05 {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page .article05 + .article05 {
    margin-top: 3.5rem;
  }
}
.page .table {
  width: 100%;
  border-spacing: 3px;
  margin-top: 10rem;
}
@media screen and (max-width: 1024px) {
  .page .table {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page .table {
    margin-top: 5rem;
  }
}
.page .table tr {
  background: rgba(0, 0, 0, 0.2);
  margin-top: 0.3rem;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page .table tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8rem;
    padding-block: 1.8rem;
    padding-inline: 1.5rem;
  }
}
.page .table tr:not(:first-child) {
  border-top: 3px solid rgba(255, 255, 255, 0.2);
}
.page .table th,
.page .table td {
  padding-block: 2.8rem;
  vertical-align: middle;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page .table th,
  .page .table td {
    padding-block: 1.4rem;
    display: block;
    width: 100%;
  }
}
.page .table th {
  width: 24rem;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
  padding-left: 4rem;
}
@media screen and (max-width: 1024px) {
  .page .table th {
    width: 16rem;
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page .table th {
    width: 100%;
    display: block;
    padding-inline: 1.4rem;
  }
}
.page .table th .table__sub {
  display: block;
  margin-top: 0.4rem;
  font-size: 1.4rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.78);
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page .table th .table__sub {
    margin-top: 0.2rem;
  }
}
.page .table td {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
  padding: 2rem 2.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page .table td {
    font-size: 1.3rem;
    line-height: 1.8461538462;
    padding-inline: 1.4rem;
    padding-top: 0;
  }
}
.page .list--unordered li {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  padding-left: 1.7rem;
  position: relative;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page .list--unordered li {
    font-size: 1.3rem;
    line-height: 1.8461538462;
    padding-left: 1.4rem;
  }
}
.page .list--unordered li::before {
  content: "";
  width: 1.1rem;
  height: 1px;
  background: #a1a8b3;
  position: absolute;
  left: 0;
  top: 0.7em;
  line-height: inherit;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page .list--unordered li::before {
    width: 0.8rem;
  }
}
.page .list--unordered li:not(:first-child) {
  margin-top: 1.5rem;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page .list--unordered li:not(:first-child) {
    margin-top: 1.2rem;
  }
}
.page .list--ordered {
  counter-reset: ol-counter;
}
.page .list--ordered li {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
  padding-left: 3.4rem;
  position: relative;
  counter-increment: ol-counter;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page .list--ordered li {
    font-size: 1.3rem;
    line-height: 1.8461538462;
    padding-left: 2rem;
  }
}
.page .list--ordered li::before {
  content: counter(ol-counter, decimal-leading-zero);
  position: absolute;
  top: 0.3em;
  left: 0;
  line-height: inherit;
  font-family: "Cinzel", serif;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  width: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page .list--ordered li::before {
    font-size: 1.2rem;
    width: 1.6rem;
  }
}
.page .list--ordered li::after {
  content: "";
  width: 2.4rem;
  aspect-ratio: 24/7;
  background: #fff;
  opacity: 0.3;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 1.6rem;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page .list--ordered li::after {
    width: 1.6rem;
  }
}
.page .list--ordered li:not(:first-child) {
  margin-top: 1.5rem;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page .list--ordered li:not(:first-child) {
    margin-top: 1.2rem;
  }
}
.page .list--disc {
  list-style: disc;
  border: 1px solid #fff;
  padding: 20px 50px;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page .list--disc > li {
    font-size: 1.3rem;
  }
}
.page .list--disc > li + li {
  margin-top: 1em;
}
.page .grid-col-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page .grid-col-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.page .list__wrapper {
  margin-top: 14rem;
}
@media screen and (max-width: 1024px) {
  .page .list__wrapper {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page .list__wrapper {
    margin-top: 5rem;
  }
}