.main-visual {
  position: relative;
  width: 100%;
  padding-top: 0;
}
.main-visual-inner {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.main-visual-bg {
  width: calc(1220 / 1440 * 100vw);
  max-width: 1220px;
  margin-left: auto;
  display: block;
}
.main-visual__content-wrap {
  position: absolute;
  top: 26%;
  left: 90px;
}

@media screen and (max-width: 1300px)  {
  .main-visual-bg {
    width: 1150px;

  }
  .main-visual__content-wrap {
  left: 5%;
}
  

}

@media screen and (max-width: 768px) {
  .main-visual-bg {
    width: 90vw;
    display: block;
  }
  .main-visual-bg img {
    object-fit: contain !important;
    object-position: right !important;
    display: block;
    max-height: 400px;
  }
   .main-visual__content-wrap {
  top: 10%;
}

}
@media screen and (max-width: 670px) {
     .main-visual__content-wrap {
  top: 96%;
  max-width: 90vw;
}
}

/* Group 3（FVテキストブロック全体） */
.main-visual-content {
  position: absolute;
  width: 604px;
  height: 315px;
  left: 150px;
  top: 183px;
  z-index: 10;
}

/* タイトルテキスト（PC/SP両対応） */
.main-visual-title {
  background: none;
  border-radius: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 46px;
  line-height: 2;
  letter-spacing: 0.03em;
  color: #484848;
  margin-bottom: 24px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.main-visual-title-row {
  display: inline-block;
  background: #fff;
  border-radius: 10px;
  padding: 0 18px;
  line-height: 1.7;
  width: fit-content;
}

.main-visual-title .accent-pink {
  color: #f1a4c5;
}

.main-visual-title .accent-blue {
  color: #6ec3ea;
}
.main-visual-lead {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 2;
  color: #484848;
  margin-bottom: 40px;
}

/* ボタン装飾（Figmaデザイン準拠） */
.main-visual-btn {
  max-width: 320px;
  width: 100%;
  height: 70px;
  display: block;
  img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .main-visual-title {
    gap: 8px;
  }
  .main-visual-title-row {
    padding: 0 8px;
    font-size: 22px;
  border-radius: 5px;

  }
  .main-visual-lead {
    font-size: 16px;
    margin-bottom: 20px;
  }
}




/* メインムービーセクション */
.main-movie-section {
  padding-top: 230px;
  padding-bottom: 80px;
  background: #E4F3FA;
  margin-top: -100px;
}
@media screen and (max-width: 768px) {
  .main-movie-section {
    padding-top: 150px;
  }
  
}
@media screen and (max-width: 670px) {
  .main-movie-section {
    padding-top: 500px;
    padding-bottom: 40px;
    margin-top: -150px;
  }
  
}

/* ======= トップアバウトセクション ======= */
.top-about {
  padding-top: 100px;
  padding-bottom: 80px;
}
.top-about__container {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 80px;
}
.top-about__texts {
  position: relative;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-shrink: 0;
  z-index: 2;
}

.top-about__lead {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  color: #484848;
  margin-bottom: 32px;
}


.top-about__visual {
  max-width: 460px;
  position: relative;
  z-index: 2;
}
.top-about__visual::after {
  content: "";
  position: absolute;
  left: -80px;
  top: 80px;
  width: 100vw;
  height: 315px;
  background: #F5FCFF;
  border-radius: 50px 0 0 50px;
  z-index: -1;
}


@media screen and (max-width: 768px) {
  .top-about {
    padding-top: 60px;
  }
  .l-inner.top-about__inner {
    max-width: 400px;
  }
  .top-about__container {
    flex-direction: column;
    gap: 40px;
  }
  .top-about__texts {
    width: 100%;
  }
  .top-about__visual {
   padding-left: 40px;
  }
  .top-about__visual::after {
    left: 0px;
    top: 40px;
    width: 120vw;
    height: 100%;
    border-radius: 30px 0 0 30px;
  }

  .top-about__lead {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 0px;
  }



}

/* セミナー */
.top-seminar {
  padding-top: 50px;
}
.top-seminar__container {
  text-align: center;
}

.top-seminar__text {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  color: #484848;
  text-align: center;
  margin-bottom: 32px;
}
.top-seminar__table {
  width: 820px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  font-family: 'Noto Sans JP', sans-serif;
  background: transparent;
}
.top-seminar__thead {
  background: #F5FCFF;
}
.top-seminar__head-row,
.top-seminar__row {
  border-top: 1px solid #C1C1C1;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 820px;
  height: 57px;
}
.top-seminar__th,
.top-seminar__cell {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 57px;
  font-size: 16px;
  color: #484848;
  font-family: 'Noto Sans JP', sans-serif;
  box-sizing: border-box;
  position: relative;
}
.top-seminar__th {
  font-weight: 800;
  border-bottom: 1px solid #C1C1C1;
  background: #F5FCFF;
}
.top-seminar__cell {
  font-weight: 500;
  border-bottom: 1px solid #C1C1C1;
}
.top-seminar__th--date,
.top-seminar__cell--date {
  width: 216px;
  border-left: 1px solid #C1C1C1;
  border-right: 1px solid #C1C1C1;
}
.top-seminar__th--time,
.top-seminar__cell--time {
  width: 133px;
  border-right: 1px solid #C1C1C1;
}
.top-seminar__th--type,
.top-seminar__cell--type {
  width: 205px;
  border-right: 1px solid #C1C1C1;
}
.top-seminar__th--job,
.top-seminar__cell--job {
  width: 133px;
  border-right: 1px solid #C1C1C1;
}
.top-seminar__th--entry,
.top-seminar__cell--entry {
  width: 133px;
  border-right: 1px solid #C1C1C1;
}
.top-seminar__cell--entry {
  background: transparent;
  justify-content: flex-end;
  padding-right: 12px;
}
.top-seminar__entry-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 40px;
  background: linear-gradient(180deg, #8BDAFF 0%, #0778DA 100%);
  color: #fff !important;
  font-weight: 800;
  font-size: 14px;
  border: 1px solid #fff;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.15);
  text-decoration: none;
  transition: opacity 0.2s;
}
.top-seminar__entry-btn:hover {
  opacity: 0.8;
}
.top-seminar__btn {
  margin-top: 40px !important;
}
@media (max-width: 768px) {
  .top-seminar {
    padding-top: 20px;
  }
  .top-seminar__table,
  .top-seminar__head-row,
  .top-seminar__row {
    width: 100%;
    min-width: 320px;
    text-align: center;
  }
  .top-seminar__th--date,
  .top-seminar__cell--date,
  .top-seminar__th--time,
  .top-seminar__cell--time,
  .top-seminar__th--type,
  .top-seminar__cell--type,
  .top-seminar__th--job,
  .top-seminar__cell--job,
  .top-seminar__th--entry,
  .top-seminar__cell--entry {
    width: 20%;
    font-size: 11px;
    line-height: 1.2;
    padding: 0 2px;
  }
  .top-seminar__entry-btn {
    width: 90px;
    height: 32px;
    font-size: 10px;
    margin-inline: auto;
  }
}
/* tbody背景白 */
.top-seminar__table tbody {
  background: #fff;
}


/* ======= TOP CTAセクション ======= */
.top-cta {
  padding-top: 100px;
  padding-bottom: 100px;
}
.top-cta__inner {
}

.top-cta-bg {
  border-radius: 10px;
  		background: url("../img/2026/top-cta.webp") 20% center / cover no-repeat;

}
.top-cta__texts {
  padding: 60px 70px 50px 20px;
  width: fit-content;
  margin-left: auto;
}
.top-cta__lead {
font-family: 'Noto Sans JP';
font-style: normal;
font-weight: 800;
font-size: 24px;
line-height: 160%;
color: #FFFFFF;


}
.top-cta__desc {
font-family: 'Noto Sans JP';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 200%;

color: #FFFFFF;
margin-top: 14px;


}
@media screen and (max-width: 768px) {
  .top-cta {
  padding-top: 60px;
  padding-bottom: 60px;
}
  .top-cta__texts {
    padding: 40px 20px;
    margin-inline: auto;
  }
  .top-cta__lead {
    font-size: 18px;
    line-height: 1.4;
  }
  .top-cta__desc {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 10px;
  }
}

.top-office {
  background: #F5FCFF;
  padding-top: 100px;
  padding-bottom: 100px;
}
.top-office__inner {
  text-align: center;
}

.top-office__stats {
  margin: 30px auto 0px auto;
  text-align: center;
}
.top-office__stats-cards {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-bottom: 24px;
}
.top-office__stats-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  width: 400px;
  height: 110px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  font-size: 28px;
  color: #484848;
  position: relative;
  padding-bottom: 40px;
}
.top-office__stats-num {
  color: #6EC3EA;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-size: 80px;
  font-weight: 900;
  margin-right: 16px;
  line-height: 0.9;
  display: inline-block;
}
.top-office__stats-label {
  font-size: 28px;
  font-weight: 800;
  color: #484848;
  text-align: left;
  line-height: 1.3;
  display: inline-block;
}
.top-office__stats-card:last-child .top-office__stats-label {
  font-size: 22px;
  line-height: 1.3;
}
.top-office__stats-desc {
  margin-top: 16px;
  font-size: 16px;
  color: #484848;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  width: 100%;
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .top-office__stats-cards {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .top-office__stats-card {
    width: 90vw;
    height: 70px;
    font-size: 20px;
    max-width: 400px;
    padding-bottom: 30px;
  }
  .top-office__stats-num {
    font-size: 48px;
    margin-right: 8px;
  }
  .top-office__stats-label {
    font-size: 18px;
  }
  .top-office__stats-card:last-child .top-office__stats-label {
    font-size: 14px;
  }
  .top-office__stats-desc {
    margin-top: 8px;
  }
}

/* スタッフインタビュースライダー Swiper用カスタム */
.top-interview {
  padding: 100px 0;
}

.top-interview__inner {
  text-align: center;
  max-width: 1070px;
}

.top-interview__text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  color: #484848;
}

.interview-slider__container {
  position: relative;
  width: 100%;
  margin: 40px auto 0;
}

.interview-slider__swiper {
  width: 100%;
  max-width: 1070px;
  overflow: hidden;
  padding: 0 8px 50px;
  box-sizing: border-box;
}


.interview-slider__slide {
  background: #F5FCFF;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  position: relative;
  text-align: left;
  box-sizing: border-box;
  height: auto;
  margin: 0;
}

.interview-slider__img {
  width: 100%;
  background: #D9D9D9;
  border-radius: 10px;
  overflow: hidden;
}

.interview-slider__img img {
  width: 100%;
  display: block;
}

.interview-slider__name {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 2;
  color: #6EC3EA;
  margin: 24px 0 0;
}

.interview-slider__meta {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: 13px;
  line-height: 2;
  color: #484848;
  margin: 0;
  margin-top: 16px;
}

.interview-slider__comment {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  color: #484848;
  margin: 16px 0 0;
  width: 100%;
}

.interview-slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.interview-slider__arrow--prev {
  left: -30px;
}

.interview-slider__arrow--next {
  right: -30px;
}

.interview-slider__arrow-circle {
  width: 50px;
  height: 50px;
  background: #6EC3EA;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.interview-slider__arrow svg {
  width: 15px;
  height: 30px;
  display: block;
}

.interview-slider__dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  transform: none;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 0;
  height: 12px;
}

.interview-slider__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #E0E0E0;
  transition: background .2s;
  cursor: pointer;
}

.interview-slider__dot.is-active {
  background: #007AFF;
}

@media (max-width: 768px) {
  .top-interview {
    padding: 60px 0;
  }
  .interview-slider__arrow-circle {
    width: 35px;
    height: 35px;
  }
  .interview-slider__arrow svg {
    width: 10px;
    height: 20px;
  }
  .interview-slider__slide {
    padding: 20px;
  }

  .interview-slider__arrow--prev {
    left: -15px;
  }

  .interview-slider__arrow--next {
    right: -15px;
  }

  .interview-slider__dots {
    margin-top: 24px;
  }
}
/* サポートセクション */
.top-support {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #F5FCFF;
}
.top-support__content {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.top-support__item {
 display: flex;
 gap: 50px;
} 
.top-support__item:nth-of-type(2) {
  flex-direction: row-reverse;
}
.top-support__text-wrap {
  flex-shrink: 0;
  flex: 1.1;
}
.top-support__text {
font-family: 'Noto Sans JP';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 200%;
color: #484848;


}
.top-support__img {
  max-width: 460px;
  flex: 1;
}
@media (max-width: 768px) {
  .top-support {
  padding-top: 60px;
  padding-bottom: 60px;
  }
  .top-support__content {
    max-width: 500px;
    margin-inline: auto;
  }
.top-support__item,
.top-support__item:nth-of-type(2) {
  flex-direction: column;
  gap: 40px;
}
}

.top-sns {
  padding-top: 100px;
}

.top-sns__title {
  background: linear-gradient(90deg, rgba(110, 195, 234, 0) 0%, #6EC3EA 28.37%, #6EC3EA 75%, rgba(110, 195, 234, 0) 100%);
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 22px;
  line-height: 200%;
  text-align: center;
  color: #FFFFFF !important;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.top-sns__title::after {
  display: none;
}
.top-sns__items {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  gap: 30px;
}
.top-sns__items img {
  max-width: 320px;
}

@media (max-width: 768px) {
  .top-sns {
    padding-top: 60px;
  }
  .top-sns__title {
    font-size: 20px;
  }
  .top-sns__items {
    flex-direction: column;
    gap: 0;
  }
}

/* =============================
   TOP BLOG CARD (Figma完全再現)
   ============================= */
   .top-blog{
  padding-top: 100px;
  padding-bottom: 100px;
  
   }
   a:focus,
a:active,
.top-blog-card__thumb img:focus,
.top-blog-card__thumb img:active {
  outline: none;
  box-shadow: none;
}
.top-blog__list {
  display: flex;
  gap: 35px;
  justify-content: center;
  margin-top: 40px;
}
.top-blog-card {
  width: 310px;
  height: 335px;
  background: #F5FCFF;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s;
}
.top-blog-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
}
.top-blog-card__thumb-wrap {
  position: relative;
  width: 100%;
  height: 200px;
  background: #D9D9D9;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.top-blog-card__thumb {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-blog-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.top-blog-card__cat {
  position: absolute;
  left: 15px;
  top: 10px;
  background: #6EC3EA;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 28px;
  height: 28px;
  padding: 0 16px;
  border-radius: 15px;
  z-index: 2;
  box-sizing: border-box;
}
.top-blog-card__body {
  padding: 18px 20px 0 20px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.top-blog-card__date {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #484848;
  line-height: 24px;
  margin-bottom: 8px;
}
.top-blog-card__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: 18px;
  color: #6EC3EA;
  line-height: 1.6;
  height: 58px;
  margin: 0 0 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

@media (max-width: 768px) {
  .top-blog {
    padding-top: 60px;
    padding-bottom: 60px;
  } 
  .top-blog__list {
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
  .top-blog-card {
    width: 90vw;
    max-width: 340px;
    height: auto;
  }

   .top-blog-card__title {
    font-size: 16px;
   }
}

/* =============================
   数字で見るガイアメディケア Data Section
   ============================= */
.top-date {
  padding-top: 100px;
  padding-bottom: 100px;
  background: url("../img/2026/top-date.webp") center top / cover no-repeat;
  border-radius: 100px 100px 0 0;

}
.top-date__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  justify-content: center;
  margin-top: 48px;
}
.top-date__card {
  background: #fff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  width: calc((100% - 120px) / 2);
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 24px;
}
.top-date__card-main {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
}
.top-date__number {
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: 80px;
  color: #6EC3EA;
  line-height: 1;
}
.top-date__number--small {
  font-size: 48px;
  margin-left: 8px;
}
.top-date__unit {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  font-size: 28px;
  color: #6EC3EA;
  margin-bottom: 8px;
}
.top-date__plus {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  font-size: 28px;
  color: #484848;
  margin: 0 8px 8px 8px;
}
.top-date__card-labels {
  margin-top: 14px;
}
.top-date__label {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: 22px;
  color: #6EC3EA;
  text-align: center;
  line-height: 1.2;
}
.top-date__label--small {
  font-size: 16px;
  font-weight: 800;
  color: #484848;
  margin-left: 8px;
}


/* 平均年齢カード専用 */
.top-date__card--age {
  background: #fff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: calc((100% - 120px) / 2);
  height: 150px;
  padding: 0 24px;
  position: relative;
}
.top-date__card-main--age {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
}
.top-date__label--age {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: 22px;
  color: #6EC3EA;
  margin-right: 16px;
  margin-bottom: 10px;
  align-self: flex-end;
}
.top-date__number--age-main {
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: 80px;
  color: #6EC3EA;
  line-height: 1;
}
.top-date__number--age-decimal {
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: 60px;
  color: #6EC3EA;
  margin-left: 2px;
  margin-bottom: 4px;
}
.top-date__unit--age {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  font-size: 28px;
  color: #484848;
  margin-left: 8px;
  margin-bottom: 8px;
}
/* 数字で見るガイアメディケア：年間休日日数カードの特殊レイアウト */
.top-date__label--main {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: 22px;
  color: #6EC3EA;
  text-align: center;
  margin-bottom: 0.2em;
}
.top-date__card-main {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
}
.top-date__label--refresh {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: #484848;
  align-self: flex-end;
  margin-bottom: 8px;
}
.top-date__label--yukyu {
  color: #484848;
  margin-bottom: 8px;
}

@media (max-width: 768px) {

  .top-date {
    padding-top: 60px;
    padding-bottom: 60px;
    border-radius: 50px 50px 0 0;
  }
  .top-date__cards {
    max-width: 400px;
    margin: 0 auto;
  }
  .top-date__card {
  width: 100%;
  height: 100px;
  }
  .top-date__card-main {
  gap: 4px;
  }
  .top-date__number {
    font-size: 40px;
    line-height: 1;
  }
  .top-date__number--small {
    font-size: 28px;
  }
  .top-date__number--age-decimal {
    font-size: 36px;
    margin-bottom: 0;
    margin-left: 0;
  }
  .top-date__unit,
  .top-date__plus {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .top-date__label {
    font-size: 16px;
  }
  .top-date__label--small {
    font-size: 12px;
  }
  .top-date__label--refresh {
    font-size: 11px;
  }
  .top-date__label--yukyu,
  .top-date__unit--age {
    margin-bottom: 4px;
  }
}
