/*
 * 対象ページ：法人トップ
 */
/*

/* ================================
   Top First Menu
================================ */

.firstMenu {
  /* position: relative; */
}

.firstMenu__inner {
  background: var(--color-fill);
  padding: var(--S) var(--X2L);
  display: flex;
  align-items: stretch;
  border-radius: var(--radius-s);
  /* justify-content: space-between; */
}

@media screen and (max-width: 767px) {
  .topCaseCarousel__nav {
    width: 48px;
    height: 48px;
  }
} 

/* 反転時はこのクラスつける */
.topService__inner--reverse {
  flex-direction: row-reverse;
}

/* 各ブロック */
.firstMenu__item {
  display: flex;
  flex-direction: column;
}

.firstMenu__item:first-child {
  padding-right: 32px;
}

.firstMenu__item + .firstMenu__item {
  padding-left: 32px;
  padding-right: 32px;
}

.firstMenu__item:last-child {
  padding-left: 32px;
  padding-right: 0;
}

/* 1340px以下 */
@media screen and (max-width: 1340px) {
  .firstMenu__item:first-child {
    padding-right: 16px;
  }

  .firstMenu__item + .firstMenu__item {
    padding-left: 16px;
    padding-right: 16px;
  }

  .firstMenu__item:last-child {
    padding-left: 16px;
  }
}

/* 1200px以下 */
@media screen and (max-width: 1200px) {
  .firstMenu__item:first-child {
    padding-right: 8px;
  }

  .firstMenu__item + .firstMenu__item {
    padding-left: 8px;
    padding-right: 8px;
  }

  .firstMenu__item:last-child {
    padding-left: 8px;
  }
}


/* 区切り線 */
.firstMenu__item + .firstMenu__item {
  border-left: 2px solid var(--color-separate-secondary);
}

/* タイトル */
.firstMenu__title {
  display: flex;
  align-items: center;
  gap: var(--X3S);
  font-size: var(--font-head-s);
  font-weight: 700;
  color: var(--color-text-primary);
  margin-bottom: var(--S);
}

/* タイトルアイコン */
.firstMenu__icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

/* ボタン */
.firstMenu__buttons {
  margin-top: auto;
  display: flex;
  gap: var(--S);
  flex-wrap: nowrap; /* ← 横並び固定 */
}

/* 右下：重要なお知らせ */
.firstMenu__notice {
  margin-top: var(--X2S);
  text-align: right;
}

.firstMenu__notice a {
  display: inline-flex;
  align-items: center;
  gap: var(--X2S);
  font-weight: 400;
  color: var(--color-text-primary);
  text-decoration: underline;
}

.firstMenu__notice a:hover {
  text-decoration: none;
}

.firstMenu__noticeIcon {
  width: 20px;
  height: 20px;
}

.firstMenu .btn.btnM,
.firstMenu .btn.btnborderM {
  min-width: 0;
}

.firstMenu .btn.btnborderM.flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* ================================
   First Menu Primary Button
================================ */

.btnFirstMenuPrimary {
  padding-top: var(--X4S) !important;
  padding-bottom: var(--X4S) !important;
}

/* サブテキスト */
.btnFirstMenuPrimary__sub {
  /* display: block; */
  font-size: var(--font-xxs);
  font-weight: 400;
  /* margin-top: 2px; */
}

.firstMenu .btnFirstMenuPrimary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}



@media screen and (max-width: 768px) {
  .firstMenu__titleRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: var(--XS);
  }

  .firstMenu__title {
    margin-bottom: 0;
  }

  .firstMenu__spLink {
    font-size: var(--font-s);
    margin: 0;
  }

  .firstMenu__item:nth-child(n + 2) {
    display: none;
  }

  .firstMenu__inner {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    display: block;
    padding: var(--X2S) var(--XS);
  }

  .firstMenu__item:first-child {
    padding-right: 0;
  }

  .firstMenu__buttons {
    justify-content: space-between;
    gap: var(--X2S);
  }

  .firstMenu .btn.btnM, .firstMenu .btn.btnborderM  {
    min-width: 152px;
    width: 100%;
  }
}

/* ================================
   Top Service
================================ */

.topService {
  /* margin-bottom: var(--X4L); */
}

.topService__sectionWrap {
  margin-top: var(--X4L);
}

/* 本体 */
.topService__inner {
  display: flex;
  gap: var(--X4L);
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: var(--L);
}

@media screen and (max-width: 767px) {
  .topService__inner {
    /* padding-bottom: 0; */
  }
} 

/* テキスト側 */
.topService__content {
  /* flex: 1; */
}

.topService__eyebrow {
  font-size: var(--font-head-s);
  color: var(--color-text-primary);
  font-weight: 700;
  /* margin-bottom: var(--XS); */
}

.topService__title {
  font-size: var(--font-head-l);
  font-weight: 700;
  margin-top: var(--M);
}

.topService__lead {
  font-size: var(--font-s);
  margin-top: var(--M);
  color: var(--color-text-primary);
}

.topService__leadv {
  font-size: var(--font-s);
  margin-top: var(--M);
}

/* ボタン */
.topService__actions {
  display: flex;
  gap: var(--M);
  margin-top: var(--M);
}

/* 特別リンク */
.topService__calcLink {
  margin-top: var(--M);
}

/* 画像 */
.topService__visual {
  /* flex: 1; */
  max-width: 572px;
}

.topService__visual img {
  width: 100%;
  height: 100%;
  display: block;
}

/* サービス例 */

.topService__exWrap {

}

.topService__exTitle {
  font-size: var(--font-xl);
  font-weight: 700;
  line-height: 1.4;
}

.topService__examples {
  display: flex;
  gap: var(--X2S) var(--XL);
  margin-top: var(--X3S);
  flex-wrap: wrap;
}

.topService__examples li a {
  display: inline-flex;
  align-items: center;
  gap: var(--X4S);
  font-size: var(--font-head-xs);
  font-weight: 700;
  text-decoration: none !important;
  color: var(--color-text-primary) !important;
}

.topService__examples li a:hover {
  text-decoration: underline !important;
}

.topService__examples img {
  width: 16px;
  height: 16px;
}

@media screen and (max-width: 768px) {

  .topService__sectionWrap {
    margin-top: var(--X3L);
  }

  .topService__inner {
    flex-direction: column;
    /* gap: var(--M); */
    gap: var(--M);
  }

  .topService__title {
    margin-top: var(--X3S);
    font-size: var(--font-head-m);
  }
  
  .topService__eyebrow {
    font-size: inherit;
  }

  /* 画像を一番上 */
  .topService__visual {
    max-width: 100%;
    order: 1;
  }

  /* テキストブロック */
  .topService__content {
    order: 2;
  }

  /* 中の要素を並べ替え */
  .topService__eyebrow {
    order: 1;
  }

  .topService__title {
    order: 2;
  }

  .topService__leadv {
    order: 3;
  }

  .topService__actions {
    order: 4;
  }

  .topService__actions .btn.btnborderS {
    padding: var(--X3S);
  }
  .topService__actions .btn.btnS {
    padding: var(--X3S);
  }
}


/* ================================
   Top PR Banner
================================ */

.topPrBanner {
}

/* レイアウト */
.topPrBanner__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--X4L);
  margin-top: var(--X3L);
}

/* 左：テキスト */
.topPrBanner__content {
  /* flex: 1; */
}

.topPrBanner__eyebrow {
  font-size: var(--font-head-m);
  font-weight: 700;
  color: var(--color-text-primary);
}

.topPrBanner__text {
  font-size: var(--font-s);
  margin-top: var(--M);
  margin-bottom: var(--M);
}

/* ボタン（独自スタイル） */
.topPrBanner__btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--X3S);
  padding: var(--XS) var(--S);
  min-width: 277px;
  font-size: var(--font-s);
  font-weight: 700;
  color: #fff;
  background: var(--color-button-primary);
  border-radius: var(--radius-l);
  border: 1px solid var(--color-button-primary);
  text-decoration: none;
  transition: 0.2s ease;
}

.topPrBanner__btn img {
  width: 24px;
  height: 24px;
}

/* hover / focus / disabled（指定どおり反映） */
.topPrBanner__btn:hover {
  background: #FFF;
  color: var(--color-button-primary);
}

.topPrBanner__btn:focus {
  outline: 2px solid var(--color-button-focus);
  outline-offset: -2px;
}

.topPrBanner__btn:disabled {
  cursor: not-allowed;
  background: var(--color-button-disable);
  color: var(--color-texticon-disable);
  border-color: var(--color-button-disable);
}

/* 右：画像 */
.topPrBanner__visual {
  /* flex: 1; */
  /* width: 100%; */
  max-width: 672px;
}

.topPrBanner__visual img {
  width: 100%;
  height: auto;

}

/* ================================
   SP
================================ */

@media screen and (max-width: 767px) {

  .topPrBanner__inner {
    flex-direction: column;
    gap: var(--L);
  }

  /* 並び順 */
  .topPrBanner__visual {
    order: 1;
    max-width: 100%;
  }

  .topPrBanner__content {
    order: 2;
  }

  .topPrBanner__eyebrow {
    font-size: var(--font-head-s);
  }

  .topPrBanner__btn {
    width: 100%;
    justify-content: center;
    position: relative;
    justify-content: center; /* テキスト中央 */
    padding-right: 48px;     /* 矢印分の余白を確保 */
  }

  .topPrBanner__btn img {
    position: absolute;
    right: var(--S);
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

/* ================================
   Top Column List
================================ */

.topColumnList {
}

/* ヘッダー */
.topColumnList__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--XL);
}

.topColumnList__head a {
  color: var(--color-text-primary);
}

@media screen and (max-width: 767px) {
  .topColumnList__head {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--X2S);
    margin-bottom: var(--L);
  }
}

/* グリッド */
.topColumnList__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--L);
}

@media screen and (max-width: 767px) {
  .topColumnList__cards {
    grid-template-columns: 1fr;
    gap: var(--M);
  }
}

/* カード */
.topColumnList__card {
  display: block;
  text-decoration: none;
  color: var(--color-text-primary);
}

/* 画像 */
.topColumnList__image {
  width: 100%;
  border-radius: var(--radius-m);
  overflow: hidden;
}

.topColumnList__image img {
  width: 100%;
  height: auto;
  display: block;
}

/* テキスト */
.topColumnList__body {
  margin-top: var(--XS);
}

.topColumnList__tag {
  display: inline-block;
  font-size: var(--font-xs);
  font-weight: 700;
  color: var(--color-link);
  margin-bottom: var(--X4S);
}

.topColumnList__title {
  font-size: var(--font-head-xs);
  font-weight: 700;
  line-height: 1.6;
}

.topColumnList__card:hover .topColumnList__title {
  text-decoration: underline;
}

/* ================================
   Top Column List (SP Card Layout)
================================ */

@media screen and (max-width: 767px) {

  /* グリッドは1カラム維持 */
  .topColumnList__cards {
    grid-template-columns: 1fr;
    gap: var(--S);
  }

  /* カードを横並びに */
  .topColumnList__card {
    display: flex;
    align-items: flex-start;
    gap: var(--XS);
  }

  /* 画像：80px固定 */
  .topColumnList__image {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    border-radius: var(--radius-m);
  }

  .topColumnList__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* テキスト側 */
  .topColumnList__body {
    margin-top: 0;
  }

  .topColumnList__tag {
    font-size: var(--font-xs);
    margin-bottom: var(--X4S);
  }

  .topColumnList__title {
    font-size: var(--font-xs);
    line-height: 1.5;
    font-weight: 400;
  }
}

/* ================================
   Top Case Carousel
================================ */
.topCaseCarousel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--XL);
}

.topCaseCarousel__head a {
  color: var(--color-texticon-primary);
}

.topCaseCarousel__inner {
  /* width: calc(100vw - ((100vw - 1166px) / 2));
  margin-left: auto; */
  overflow: hidden;
}

.topCaseCarousel__swiper {
  overflow: visible;
}

/* @media screen and (max-width: 1280px) {
  .topCaseCarousel__inner {
    padding-left: var(--M);
  }
} */

@media screen and (max-width: 767px) {
  .topCaseCarousel__inner {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .topCaseCarousel__head {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--X2S);
  }

  .topCaseCarousel__nav {
    width: 48px;
    height: 48px;
  }
} 

@media screen and (max-width: 468px) {
  .serviceCardCarousel__inner {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
}

.topCaseCarousel__swiper .swiper-wrapper {
  align-items: stretch;
}

.topCaseCarousel__swiper .swiper-slide {
  height: auto;      /* 念のため */
  display: flex;     /* 中のカードを伸ばすため */
}

.topCaseCarousel__card {
  height: 100%;
  display: block;
  background: #fff;
  border-radius: 32px var(--radius-l) 32px var(--radius-l);

  overflow: hidden;
  text-decoration: none;
  border: 1px solid var(--color-separate-primary);
  color: var(--color-text-primary);
}

@media (hover: hover) and (pointer: fine) {
  .topCaseCarousel__card:hover
  .topCaseCarousel__body {
    background-color: var(--color-bg-secondary);
  }
}

.topCaseCarousel__cardInner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.topCaseCarousel__thumb {
  width: 100%;
  aspect-ratio: 16 / 9; /* ← 好きな比率に */
  overflow: hidden;
}

.topCaseCarousel__thumb img {
  width: 100%;
  display: block;
}

.topCaseCarousel__body {
  padding: var(--M);
  display: flex;
  flex-direction: column;
  flex: 1;
}

.topCaseCarousel__tags {
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--XS);
  margin-top: var(--XS);
}

.topCaseCarousel__tag {
  display: inline-block;
  font-size: var(--font-s);
  font-weight: 700;
  line-height: 1.8;
  color: var(--color-link);
}

.topCaseCarousel__title {
  font-size: var(--font-s);
  font-weight: 700;
  line-height: 1.6;
  min-height: calc(1.6em * 3); /* 3行分 */
}

@media screen and (max-width: 767px) {
  .topCaseCarousel__title {
    font-weight: 400;
  }

  .topCaseCarousel__title {
    font-size: var(--font-s);
  }
} 

.topCaseCarousel__more {
  display: inline-block;
  margin-top: var(--S);
  font-weight: 700;
  color: var(--color-link);
}

/* ===== Controls ===== */

.topCaseCarousel__controls {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: var(--L);
  gap: var(--XS);
}

.topCaseCarousel__navWrap {
  display: flex;
  gap: var(--XS);
}

.topCaseCarousel__nav {
  width: 56px;
  height: 56px;
  border: 1px solid var(--color-separate-primary);
  border-radius: var(--radius-l);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .topCaseCarousel__nav {
    width: 48px;
    height: 48px;
  }
} 

.topCaseCarousel__nav--prev {
  background-image: url('/bizpost/assets/img/components/service-card-carousel/arrow-prev.svg');
}
.topCaseCarousel__nav--next {
  background-image: url('/bizpost/assets/img/components/service-card-carousel/arrow-next.svg');
}

/* pagination */
.topCaseCarousel__paginationWrap {
  display: flex;
  align-items: center;
  gap: var(--XS);
}

.topCaseCarousel__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
}
.topCaseCarousel__pagination .swiper-pagination-bullet-active {
  background: var(--color-texticon-primary);
  transform: scale(1.3);
}

/* toggle */
/* 停止・再生ボタン */
.topCaseCarousel__toggle {
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  width: 34px;
  height: 34px;
}

.topCaseCarousel__toggleIcon {
  width: 32px;
  height: 32px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url('/bizpost/assets/img/components/service-card-carousel/stop-button.svg');
}

/* 停止中 → 再生アイコン */
.topCaseCarousel__toggle.is-paused
.topCaseCarousel__toggleIcon {
  background-image: url('/bizpost/assets/img/components/service-card-carousel/play-button.svg');
}


/* ================================
   Notice Banner Carousel
================================ */

.noticeBannerCarousel {
  margin-top: var(--X5L) 0;
}

.noticeBannerCarousel__head {
  margin-bottom: var(--XL);
}

.noticeBannerCarousel__inner {
  display: flex;
  /* gap: 16px; */
  align-items: flex-start;
}

/* 左：固定 */
.noticeBannerCarousel__fixed {
  display: grid;
  gap: 10px;
  padding-right: var(--XS);
}

.noticeBannerCarousel__fixedItem {
  width: 375px;
}

@media screen and (max-width: 767px) {

  .noticeBannerCarousel__fixed {
     padding-right: 0;
  }

  .noticeBannerCarousel__fixedItem {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    overflow-x: hidden;
  }
} 

.noticeBannerCarousel__fixedItem img {
  width: 100%;
  /* 仮で高さ設定。バナーができたら変える必要あるかと */
  height: 211px;
  display: block;
  border-radius: var(--XL) var(--X2S);
}

@media screen and (max-width: 767px) {
  .noticeBannerCarousel__fixedItem img {
    height: auto;
  }
} 

/* 右：スライダー */
.noticeBannerCarousel__sliderArea {
  flex: 1 1 auto;
  min-width: 0;
   /* 線と画像の余白 */
}

.noticeBannerCarousel__sliderAreaMain {
  /* position: relative; */
  /* padding-left: var(--M); */
}

@media screen and (max-width: 767px) {
  .noticeBannerCarousel__sliderAreaMain {
    padding-left: 0;
  }

  .noticeBannerCarousel__sliderAreaMain::before {
    content: none;
  }
} 
/* スライドの外枠 */
.noticeBannerCarousel__slideInner {
  position: relative;
  border-radius: var(--XL) var(--X2S);
  overflow: hidden;
}

/* 中の画像 */
.noticeBannerCarousel__slideInner img {
  max-width: 772px;
  /* 仮で高さ設定。バナーができたら変える必要あるかと */
  max-height: 434px;
  width: 100%;
  display: block;
}

.noticeBannerCarousel__swiper img {
  width: 100%;
  display: block;
}

/* ================================
   Notice Banner Carousel - Fixed Text
================================ */

.noticeBannerCarousel__fixedItemInner {
  position: relative;
  border-radius: var(--XL) var(--X2S);
  overflow: hidden;
}

.noticeBannerCarousel__fixedBg {
  width: 100%;
  height: 211px;
  object-fit: cover;
  display: block;
}

/* テキストレイヤー */
.noticeBannerCarousel__fixedText {
  position: absolute;
  inset: 0;
  padding: var(--M);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--X4S);

  color: var(--color-text-primary);
  pointer-events: none;
}

.noticeBannerCarousel__fixedText p {
  line-height: 1.2;
  font-weight: 700;
}

/* タイトル */
.noticeBannerCarousel__fixedText .noticeBannerCarousel__title {
  font-size: var(--font-head-s);
}

/* 説明文 */
.noticeBannerCarousel__fixedText .noticeBannerCarousel__desc {
  font-size: var(--font-s);
}


/* ================================
   Notice Banner Carousel - Text
================================ */

.noticeBannerCarousel__slideText {
  position: absolute;
  inset: 0;
  padding: clamp(20px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(4px, 0.8vw, var(--S));
  color: var(--color-text-primary);
  pointer-events: none;
  line-height: 1.2 !important;
  font-weight: 700;
  max-width: 48%
}

.noticeBannerCarousel__slideText p {
  color: var(--color-text-primary);
  line-height: 1.2 !important;
  font-weight: 700;
}

.noticeBannerCarousel__title {
  font-size: clamp(
    8px,
    1.8vw,
    var(--font-head-m)
  );
}

.noticeBannerCarousel__desc {
  font-size: clamp(
    4px,
    1.4vw,
    var(--font-m)
  );
}

@media screen and (max-width: 767px) {
  .noticeBannerCarousel__slideText {
    max-width: 40%
  }

  .noticeBannerCarousel__title {
    font-size: var(--font-s);
  }

  .noticeBannerCarousel__desc {
    font-size: var(--font-xxxs);
  }
} 



/* ================================
   Controls
================================ */

.noticeBannerCarousel__controls {
  display: flex;
  align-items: center;
  gap: var(--X3S);
  margin-top: var(--S);
  /* padding-left: var(--M); */
}

@media screen and (max-width: 767px) {
  .noticeBannerCarousel__controls {
    justify-content: space-between;
    margin-top: var(--S);
    padding-left: 0;
  }
} 

.noticeBannerCarousel__navWrap {
  display: flex;
  gap: var(--X3S);
}

.noticeBannerCarousel__nav {
  width: 48px;
  height: 48px;
  border: 1px solid var(--color-separate-primary);
  border-radius: var(--radius-l);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  background-color: #fff;
}

.noticeBannerCarousel__nav--prev {
  background-image: url('/bizpost/assets/img/components/service-card-carousel/arrow-prev.svg');
}
.noticeBannerCarousel__nav--next {
  background-image: url('/bizpost/assets/img/components/service-card-carousel/arrow-next.svg');
}

/* pagination（伸びるドット） */
.noticeBannerCarousel__pagination {
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
}

.noticeBannerCarousel__paginationWrap {
  display: flex;
  align-items: center;
  gap: var(--XS);
}

.noticeBannerCarousel__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: var(--color-texticon-tertiary);
  opacity: 1;
  margin: 0 6px;
}

.noticeBannerCarousel__pagination
.swiper-pagination-bullet-active {
  width: 31px;
  height: 10px;
  border-radius: 31px;
  background: var(--color-texticon-secondary);
}

/* toggle */
/* 停止・再生ボタン */
.noticeBannerCarousel__toggle {
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  width: 34px;
  height: 34px;
}

.noticeBannerCarousel__toggleIcon {
  width: 32px;
  height: 32px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url('/bizpost/assets/img/components/service-card-carousel/stop-button.svg');
}

/* 停止中 → 再生アイコン */
.noticeBannerCarousel__toggle.is-paused
.noticeBannerCarousel__toggleIcon {
  background-image: url('/bizpost/assets/img/components/service-card-carousel/play-button.svg');
}

@media (hover: hover) and (pointer: fine) {
  .noticeBannerCarousel a:hover img {
    opacity: 0.7;
  }
}

/* ================================
   SP
================================ */

@media screen and (max-width: 767px) {
  .noticeBannerCarousel__inner {
    display: block;
  }

  .noticeBannerCarousel__sliderArea {
    margin-top: var(--L);
  }

  .noticeBannerCarousel__fixed {
    width: 100%;
    gap: var(--M);
    margin-bottom: var(--L);
  }
}
