.smb-media-text__title {
  font-size: 32px;
}
@media (max-width: 1024px) {
  .smb-media-text__title {
    font-size: 24px;
  }
}
.smb-media-text__title .has-sm-m-font-size {
  font-size: 18px;
  color: var(--smb-section--subtitle-color);
}
@media (max-width: 1024px) {
  .smb-media-text__title .has-sm-m-font-size {
    font-size: 14px;
  }
}

.smb-section__header .smb-section__title {
  font-size: 32px;
  margin: 0;
}
@media (max-width: 1024px) {
  .smb-section__header .smb-section__title {
    font-size: 24px;
  }
}
.smb-section__header .smb-section__subtitle {
  font-size: 18px;
}
@media (max-width: 1024px) {
  .smb-section__header .smb-section__subtitle {
    font-size: 14px;
  }
}

.home .txt {
  margin-bottom: 40px;
  line-height: 2;
}
.home .fv {
  position: relative;
  height: 100vh;
  z-index: 10;
}
.home .fv__box {
  position: absolute;
  bottom: 0;
  left: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 999;
  -webkit-filter: drop-shadow(2px 4px 6px black);
          filter: drop-shadow(2px 4px 6px black);
}
@media screen and (max-width: 768px) {
  .home .fv__box {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 90%;
    margin: 0 auto;
    bottom: 2%;
  }
}
.home .fv__box .pc-mt0, .home .fv__box .sp-mt0 {
  margin-top: 0;
}
.home .fv__box .e-ttl01 {
  font-size: 62px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.16em;
  margin: 0 0 20px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .home .fv__box .e-ttl01 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.home .fv__box .sub-ttl {
  font-size: 21px !important;
}
@media screen and (max-width: 768px) {
  .home .fv__box .sub-ttl {
    font-size: 14px !important;
  }
}
.home .fv .slider-frame {
  margin-top: 0;
  height: 100%;
  position: relative;
}
.home .fv .slider-frame .slider {
  display: none;
}
.home .fv .slider-frame .slick-initialized {
  display: block;
}
.home .fv .slick-slider,
.home .fv .slick-list,
.home .fv .slick-track {
  height: 100%;
}
.home .fv .slick-slide {
  height: 100%;
}
.home .fv .slick-slide div {
  height: 100vh;
}
.home .fv .slick-slide div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.align-c {
  text-align: center;
}

.my-table tr td:first-child {
  background-color: color-mix(in srgb, var(--accent-color) 80%, gray);
  color: #fff;
  font-weight: 600;
}
@media (max-width: 640px) {
  .my-table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .my-table tr td:first-child {
    border-top: none;
    border-bottom: none;
  }
  .my-table tr:first-child td {
    border-top: 1px solid #cccccc;
  }
}

.smb-panels__item--horizontal .smb-panels__item__figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hover-cursor-none .smb-panels__item--horizontal {
  cursor: default !important;
}