@charset "UTF-8";

/* 共通 */

/* splide */
.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  margin-top: 30px;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  height: 8px;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: var(--color-secondary);
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.splide__arrows--ltr .splide__arrow--prev {
  transform: scale(-1, 1);
}
.splide__arrows--rtl .splide__arrow--next {
  transform: scale(-1, 1);
}

.splide__arrow svg {
  width: 40%;
  display: inline;
  fill: var(--color-light);
  vertical-align: top;
}

.round-arrow {
  width: var(--btn-x, 60px);
  height: var(--btn-y, 60px);
  border-radius: 50%;
  transition: background 0.2s ease;
}
.round-arrow--dark {
  background: var(--color-body);
}

.round-arrow--dark:focus-visible {
  background: var(--color-secondary);
}

@media (any-hover: hover) {
  .round-arrow--dark:hover {
    background: var(--color-secondary);
  }
}

.splide:not(.is-overflow) .splide__arrows {
  display: none;
}

@media (width < 48rem) {
  .round-arrow {
    width: max(40px, 60/750 * 100vw);
    height: max(40px, 60/750 * 100vw);
  }
}

/* front-page */
#nav-toggle.active #front-content {
  position: sticky;
}

.site-content .top-page article {
  padding: 0 20px;
}

.top-page a {
  text-decoration: none;
}

:where(.top-page) ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.heading {
  line-height: 1.4;
  margin-bottom: 64px;
}

.heading .jp {
  font-family: "M PLUS 1 Code", monospace;
  font-size: clamp(24px, 3.4375vw, 55px);
}
.heading .jp:has(wbr) {
  word-break: keep-all;
}
.heading .en {
  font-family: "M PLUS 1 Code", monospace;
  font-size: clamp(14px, 1.1875vw, 19px);
  letter-spacing: 0.125em;
  margin-inline: 0.333em 0;
}

.heading.center {
  text-align: center;
}

.heading.center .en {
  margin-inline: 0;
}

@media (width < 80rem) {
  .heading .jp {
    font-size: 55px;
  }
  .heading .en {
    font-size: 19px;
  }
}
@media (width < 48rem) {
  .heading .jp {
    font-size: clamp(24px, 7.3333333333vw, 55px);
  }
  .heading .en {
    font-size: clamp(13px, 1.1875vw, 19px);
  }
}

@media (width < 80rem) {
  .section-header .button {
    display: none;
  }
}

/* ヒーローセクション */
.hero {
  position: relative;
  font-feature-settings: "palt";
}

.hero-container {
  display: grid;
  grid-template-columns: auto 1fr;
  position: relative;
  --img-y: 517px;
}

.hero-content {
  flex: 1;
  margin-top: 60px;
  max-width: 50.2083333333vw;
  background: var(--bg-hero);
  border-radius: 0 27px 27px 0;
  padding-block: 68px 160px;
  position: relative;
  padding-inline: clamp(80px, 0.40625 * 100vw - 570px, 210px)
    clamp(120px, 0.28125 * 100vw - 330px, 210px);
}

.hero-title {
  font-size: min(3.125vw, 50px);
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 30px;
  font-family: "M PLUS 1 Code", monospace;
  margin-bottom: 20px;
  margin-inline: min(-1.0416666667vw, -8px);
}

.hero-title .text {
  background: linear-gradient(to left, #fff);
  padding-inline: clamp(8px, 14 / 1600 * 100vw, 14px);
}

.hero-text {
  line-height: 1.8;
  font-size: min(1.25vw, 20px);
}

.hero-guide {
  margin-top: 10px;
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(-50%);
}

.hero-guide img {
  border-radius: 8px;
}

.hero-scrolldown {
  position: absolute;
  bottom: 42px;
  left: 0;
  right: 0;
  width: 1rem;
  margin-inline: auto;
  text-transform: uppercase;
  transform: rotate(90deg) scale(-1);
}

.hero-scrolldown::before {
  content: "";
  width: 83px;
  left: 0;
  transform: translate(calc(-100% - 10px));
  top: calc(50% - 1px);
  border-top: 1px solid #000;
  position: absolute;
}

.hero-visual {
  flex: 1;
  position: relative;
  margin-left: -7.08333vw;
}

.hero-visual .inner {
  display: block;
  position: relative;
}

.hero-visual img {
  border-radius: 27px 0 0 27px;
  overflow: hidden;
  height: var(--img-y);
  max-width: none;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  right: 0;
  top: 0;
  width: 100%;
  object-fit: cover;
  object-position: 56% center;
}

.hero-topics {
  position: absolute;
  top: calc(var(--img-y));
  left: 20px;
  right: clamp(0px, 0.1625 * 100vw - 260px, 52px);
  padding-block: 40px 30px;
  margin-inline-start: auto;
  padding-inline: 20px;
  --arrow-size: 10px;
  width: clamp(50vw, 49.4444444444vw, 890px);
}

.hero-topics .splide {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.hero-topics .splide__arrows {
  order: 10;
  display: flex;
  align-items: center;
}

.hero-topics .link {
  display: flex;
  justify-content: flex-end;
}

.current-date {
  width: 5.625rem;
  flex-shrink: 0;
  margin-inline-end: min(1.875vw, 30px);
}

.hero-caption {
  flex: 11;
  max-width: 33.375rem;
}

.hero-nav {
  position: absolute;
  top: calc(var(--img-y));
  left: 20px;
  right: clamp(0px, 0.1625 * 100vw - 260px, 52px);
  padding-block: 20px 0;
  margin-inline-start: auto;
  padding-inline: 20px;
  width: clamp(50vw, 49.4444444444vw, 890px);
  max-width: 100%;
}

@media (width > 2050px) {
  .hero-container {
    --img-y: 0;
    grid-template-columns: 52% 48%;
  }
  .hero-content {
    flex: 52%;
    padding-inline: max(80px, (100vw - 1920px) / 2)
      clamp(120px, 0.28125 * 100vw - 330px, 210px);
    max-width: none;
  }
  .hero-visual {
    flex: 48%;
  }
  .hero-visual img {
    width: 100%;
    height: auto;
  }
  .hero-nav {
    width: 100%;
    grid-area: 2 / 2 / 3 / 3;
    position: static;
    margin: 0;
  }
  .hero-title {
    font-size: 2.6041666667vw;
  }
  .hero-text {
    font-size: 1.0416666667vw;
  }
}
@media (width < 100rem) {
  .hero-visual img {
    object-position: clamp(-227px, 41.7969vw - 762px, -120px);
  }
}
@media (width < 80rem) {
  .hero-container {
    flex-direction: column;
    grid-template-columns: unset;
  }
  .hero-content {
    padding-inline: 0 30px;
    max-width: none;
    border-radius: 0;
    margin-top: 0;
    padding-block: 30px 0;
    --offset-y: 40px;
    background: linear-gradient(
      to bottom,
      var(--bg-hero) calc(100% - var(--offset-y)),
      #fff calc(100% - (var(--offset-y) + 1px))
    );
    background: var(--bg-hero);
    padding-block: 30px;
  }
  .hero-title,
  .hero-text {
    max-width: 750px;
    margin-inline: auto;
  }
  .hero-title {
    font-size: clamp(26px, 6.6666666667vw, 50px);
  }
  .hero-title .text {
    padding-inline: 52px;
  }
  .hero-text {
    font-size: clamp(1rem, 2.6666666667vw, 20px);
    padding-inline: 52px;
  }
  .hero-visual {
    margin-left: 0;
    order: -10;
    height: auto;
    border-radius: 0;
  }
  .hero-visual img {
    position: static;
    width: 100%;
    height: auto;
    border-radius: 0;
    object-position: initial;
  }
  .hero-guide {
    position: static;
    transform: none;
  }
  .hero-guide img {
    width: 280px;
  }
  .hero-scrolldown {
    bottom: calc(87px + var(--offset-y));
    bottom: 87px;
    margin-inline-end: calc(var(--side) + 1lh);
  }
  .hero-topics {
    position: static;
    width: 100%;
    padding-block: 20px;
  }
  .hero-topics .splide {
    justify-content: center;
  }
  .hero-topics .splide__arrows {
    margin-top: 1.5rem;
  }
  .hero-topics .link {
    flex-direction: column;
  }
}
@media (width < 48rem) {
  .hero-title .text {
    padding-inline: 30px;
  }
  .hero-text {
    padding-inline: 30px;
  }
  .hero-guide {
    width: 48vw;
  }
}
@media (width < 36rem) {
  .hero-scrolldown {
    margin-inline-end: 1em;
  }
  .hero-title .text {
    padding-inline: var(--side) 10px;
  }
  .hero-text {
    padding-inline: var(--side);
  }
}
.hero-topics .splide__arrow {
  background: none;
  color: var(--color-body);
}

.hero-topics .splide__arrow svg {
  fill: var(--color-body);
}

.hero-topics .prev,
.hero-topics .next {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: var(--color-body);
  display: flex;
  align-items: center;
  font-size: 20px;
  transition: background 0.3s;
}

.hero-topics .next {
  transform: none;
}

.hero-topics .bar {
  border-left: 1px solid #000;
  height: 30px;
  margin-inline: 16px;
}

@media (any-hover: hover) {
  .hero-topics .prev:hover,
  .hero-topics .next:hover,
  .hero-topics .splide__arrow:hover {
    background: var(--color-primary);
  }
}
.hero-decoration {
  position: absolute;
  bottom: -40px;
  left: 40px;
}

.hero-decoration img {
  width: 120px;
}

.hero-nav .list {
  display: flex;
  gap: 8px;
}
.hero-nav .list > * {
  flex: calc(185 / 16 * 1rem);
  flex-grow: 0;
}
.hero-nav a {
  padding: 8px 8px;
  border-radius: 1000px;
  background: var(--color-secondary);
  border: 1px solid var(--color-secondary);
  transition: all 0.3s;
  color: var(--color-light);
  font-size: calc(19 / 16 * 1rem);
  word-break: keep-all;
  height: 100%;
  display: grid;
  align-items: center;
  text-align: center;
  line-height: 1.4;
}

@media (any-hover: hover) {
  .hero-nav a:hover {
    background: var(--color-light);
    color: var(--color-secondary);
  }
}

@media (width < 80rem) {
  .hero-nav {
    position: static;
    width: 100%;
    order: -5;
    background: var(--bg-hero);
    padding-block: 0;
    padding-inline: 8px;
    height: 0;
    z-index: var(--stack-level1);
  }
  .hero-nav .list {
    transform: translateY(-50%);
  }
  .hero-nav .list > * {
    flex: 1;
  }
}

@media (width < 36rem) {
  .hero-nav a {
    font-size: clamp(10px, 19 / 750 * 100vw, 19 / 16 * 1rem);
    padding: 4px 4px;
  }
}

.scroll-down p {
  color: #444;
  font-size: 13px;
  line-height: 1.2;
  font-family:
    "Meiryo UI", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",
    sans-serif;
  text-align: center;
  display: inline-block;
  user-select: none;
  text-transform: uppercase;
}

.scroll-down p::before {
  width: 14px;
  display: block;
  content: "";
  border-bottom: 1px solid #444;
  border-right: 1px solid #444;
  transform: skewY(45deg) translateX(-50%);
  margin: 6px auto 0 auto;
  height: 90px;
  margin-bottom: 8px;
}

/* セミナー・イベント */
.section.seminar {
  margin-top: 136px;
  background-color: var(--color-primary);
  padding-block: 50px;
  margin-inline-end: clamp(70px, 0.3125 * 100vw - 430px, 170px);
  border-radius: 0 50px 50px 0;
  padding-inline: 0;
  padding-inline-end: min(60 / 1600 * 100vw, 60px);
}

.section.seminar .sp {
  display: none;
}

.section.seminar .inContent {
  margin-inline-start: auto;
}

.section.seminar .heading_group {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 40px;
  --en: clamp(10px, 19/1400 * 100vw, 19px);
}

.section.seminar .view-all {
  margin-top: calc(var(--en) * 1.8);
}

.section.seminar .heading_group .heading {
  margin-bottom: 0;
}

.section.seminar .seminars {
  margin-top: 64px;
}

.section.seminar .not-found-wrap {
  padding-inline: max(var(--side), (100vw - 1280px - var(--scroll-bar)) / 2) 0;
  width: fit-content;
  margin-inline: auto;
}

#eventsSlides .splide__arrows.pc {
  margin-top: 30px;
  margin-inline-start: 20px;
}

#eventsSlides .splide__arrow {
  border-radius: 50%;
}

#eventsSlides .splide__arrow + .splide__arrow {
  margin-inline-start: 16px;
}

#eventsSlides .splide__arrow:disabled {
  /* opacity: 0.2; */
}

#eventsSlides .splide__slide {
  text-align: left;
  direction: ltr;
}

#eventsSlides .slider-bottom {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  margin-top: 30px;
  padding-right: 20px;
}

#eventsSlides .button {
  direction: ltr;
}

@media (width < 80rem) {
  .section.seminar .sp {
    display: block;
  }
  .slider-bottom {
    /* margin-top: 30px; */
    padding-right: 0;
  }
}
@media (width < 48rem) {
  .section.seminar {
    padding-inline: 0 12px;
    margin-inline: 0 12px;
  }
  .section.seminar .seminars {
    margin-top: 30px;
  }
  #eventsSlides .splide__arrow + .splide__arrow {
    margin-inline-start: max(8px, 16/750 * 100vw);
  }
}

.view-all {
  max-width: 140px;
  width: 100%;
}

.view-all a {
  display: block;
  width: 100%;
  font-size: 19px;
  text-align: center;
  background-color: #fff;
  border: 1px solid var(--color-secondary);
  border-radius: 1000px;
  padding-block: 0.325em;
  transition: 0.2s;
  text-indent: 0.7em;
  letter-spacing: 0.7em;
  color: var(--color-secondary);
}

@media (any-hover: hover) {
  .view-all a:hover {
    color: #fff;
    font-weight: bold;
    background-color: var(--color-secondary);
  }
}

/* 新着情報 */
.section.news {
  margin-top: 202px;
  margin-top: 100px;
  margin-inline-start: auto;
}

.top-page .section.news .outer {
  display: flex;
  position: relative;
  justify-content: space-between;
  padding-inline-start: 10.4166666667vw;
  justify-content: flex-end;
  gap: 78px;
}

.top-page .section.news .section-header {
  display: block;
  flex-shrink: 0;
}

.section.news .heading {
  margin-top: 60px;
  margin-bottom: 0;
}

.top-page .section.news .section-header .button {
  margin-top: 40px;
}

.top-page .section.news .section-deco.top {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(-44%, 0, 0);
}

.section.news .container {
  max-width: none;
  margin-inline: 0;
  width: 70.8333333333vw;
  background: var(--color-primary);
  border-radius: 27px 0 0 27px;
  padding-block: 70px;
  padding-inline: 70px;
}

.section-header.center {
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

@media (width < 100rem) {
  .section.news .container {
    padding-inline: 40px;
    padding-block: 40px;
  }
}
@media (width < 80rem) {
  .top-page .section.news {
    margin-top: 70px;
  }
  .top-page .section.news .outer {
    flex-direction: column;
    padding-inline: var(--side) 0;
    gap: 16px;
  }
  .section.news .container {
    width: 100%;
  }
  .top-page .section.news .section-deco {
    display: none;
  }
  .section.news .heading {
    margin-top: 0;
  }
}

.section-subtitle {
  letter-spacing: 2px;
  font-weight: 600;
}

.news-filter {
  display: flex;
  gap: 15px;
  margin-bottom: 40px;
}

.filter-btn.all {
  width: 7.8125rem;
}

.filter-btn[aria-selected="true"] {
  background: var(--color-secondary);
  color: #fff;
  border-color: var(--color-secondary);
}

@media (any-hover: hover) {
  .filter-btn:hover {
    background: var(--color-secondary);
    color: #fff;
    border-color: var(--color-secondary);
  }
}
.news-list {
  border-radius: 12px;
}

.section.news .sp {
  display: none;
}

.section.news .news-bottom .button {
  margin-inline: auto;
  margin-top: 40px;
  width: 100%;
  max-width: 16.5rem;
  line-height: 3.75rem;
}

@media (width < 80rem) {
  .section.news .sp {
    display: block;
  }
  .section.news .news-bottom .button {
    line-height: calc(44 / 16 * 1rem);
    max-width: calc(320 / 16 * 1rem);
  }
}
@media (width < 48rem) {
  .section.news .container {
    padding-inline: var(--side);
    padding-block: 30px 40px;
  }

  .news-filter {
    gap: 8px;
    margin-bottom: 20px;
  }
  .filter-btn.all {
    flex: 0.8;
  }
}

/* tabpanele */
.news.section [role="tabpanel"] {
  display: none;
}

.news.section [role="tabpanel"].show {
  display: block;
}

/* 事例紹介 */
.section.movie {
  padding-top: 80px;
  /* padding-inline: var(--side); */
}

.movie .card-link {
  display: grid;
}
.movie .card-link .thumb {
  order: -1;
  border: 1px solid var(--color-border);
  border-radius: 12px;
  overflow: hidden;
}
.movie .card-link .ttl {
  font-weight: bold;
  margin-top: 20px;
  font-size: calc(18 / 16 * 1rem);
}

.movie .card-link .desc {
  margin-top: 1em;
  font-size: calc(14 / 16 * 1rem);
  /* color: var(--color-gray); */
}
.movie .card-link .thumb img {
  width: 100%;
  aspect-ratio: 390 / 270;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease-in-out;
}
.movie .card-link .tag-ground {
  margin-top: 30px;
}
.movie .tag-ground {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.movie-tag {
  font-size: calc(12 / 16 * 1rem);
  font-weight: bold;
  color: #fff;
  background: #5976ba;
  border-radius: 0.333em;
  padding: 4px 0.6em 3.6px;
  min-width: 80px;
  text-align: center;
  display: grid;
  align-items: center;
  line-height: 1.5;
}

@media (any-hover: hover) {
  .movie .card-link:hover img {
    transform: scale(1.05);
  }
}

.section.movie .container {
  position: relative;
  margin-inline: auto;
  max-width: 1600px;
}

#movieSlides .slide__container {
  max-width: 1260px;
  margin-inline: auto;
  padding-inline: var(--side) 0;
}
#movieSlides .splide__arrows {
  --contents-gap: 40px;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  transform: translate3d(0, -50%, 0);
  pointer-events: none;
  padding-inline: var(--side);
}
#movieSlides .splide__arrow {
  pointer-events: all;
}

@media (width < 48rem) {
  #movieSlides .splide__arrows {
    top: 30%;
    padding-inline: calc(var(--side) / 2);
  }
}

/* 当事業について */
.section.about {
  padding-top: 200px;
  padding-inline: var(--side);
  background: #fff;
}

.about-content {
  max-width: 35rem;
}

.section.about .inner {
  max-width: 85.4166666667vw;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 100px;
}

.section.about .heading {
  margin-bottom: 24px;
}
.section.about .heading .jp {
  font-size: min(34 / 1600 * 100vw, 34px);
}
.section.about .inner .right .text01 {
  font-size: calc(18 / 16 * 1rem);
}
.about-image {
  aspect-ratio: 707 / 497;
  max-width: 707px;
  width: 100%;
  position: relative;
}
.about-image img {
  transform: translate3d(0, -18%, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 707 / 607;
}

.about-content .button {
  margin-top: 40px;
  max-width: 172px;
}

@media (width < 80rem) {
  .section.about {
    padding-inline: 0;
    padding-top: 100px;
  }
  .section.about .heading .jp {
    font-size: calc(34 / 16 * 1rem);
  }
  .section-about {
    padding-top: 130px;
  }
  .section.about .inner {
    gap: 0;
    flex-direction: column;
    padding: 0;
    max-width: none;
    overflow-x: hidden;
  }

  .about-content {
    margin-inline: auto;
    padding-inline: var(--side);
    margin-top: 30px;
    flex-direction: column;
  }

  .about-image {
    margin-inline: auto;
    aspect-ratio: unset;
  }
  .about-image img {
    position: relative;
    transform: translateX(-10%);
  }

  .heading {
    margin-bottom: 40px;
  }
}
@media (width < 48rem) {
  .section.about .heading .jp {
    font-size: max(20px, 34 / 750 * 1rem);
  }
  .about-image {
    margin-inline: calc(var(--side) * -1);
    overflow: hidden;
  }
  .about-image {
    width: calc(100% + var(--side));
  }
  .about-image img {
    transform: translateX(calc(var(--side) * -1));
  }
}
/* サポート内容 */
.section.support {
  padding-top: 130px;
  background: #fff;
  padding-inline: var(--side);
}

.section.support .container {
  max-width: 102.1875rem;
}

#supportSlides {
  margin-inline-end: calc(var(--side) * -1);
}

#supportSlides .splide__slide {
  margin-top: 60px;
}

.support-card {
  display: block;
  background: #fff;
  padding: 30px 15px;
  border-radius: 12px;
  height: 100%;
  border: 2px solid #888;
  text-align: center;
  box-shadow: none;
  padding-top: 60px;
  transition:
    transform 0.3s,
    box-shadow 0.3s,
    border-color 0.3s;
  position: relative;
}

.support-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 12px;
  right: 12px;
  height: 2px;
  background: #fff;
  border-radius: 12px 12px 0 0;
}

.support-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-color: var(--color-secondary);
}

.support-icon {
  position: absolute;
  top: 0;
  transform: translate3d(var(--adjust-x, 0), -50%, 0);
  left: 0;
  right: 0;
  background: #fff;
  margin: 0 auto 20px;
  width: 90px;
  height: 90px;
  padding: 5px;
  object-fit: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}

.support-icon--understand {
  --adjust-x: 10%;
}

.support-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.support-subtitle {
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1.6;
  min-height: 38px;
}

.support-description {
  font-size: 0.9375rem;
  line-height: 1.7;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .scroll-down {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .section.about .inner .right .text01 {
    font-size: 1rem;
  }
}
.banner .list {
  padding-inline: var(--side);
  display: flex;
  justify-content: center;
  padding-block: 150px 200px;
  gap: 30px;
}

.banner .logo {
  width: 300px;
  display: grid;
  place-content: center;
  outline: 1px solid #ddd;
  outline-offset: -1px;
}

.banner .logo:focus-visible {
  outline-offset: 0;
  box-shadow: 0px 0px 8px #aaa;
}

@media (any-hover: hover) {
  .banner .logo:hover {
    opacity: 0.6;
  }
}
@media (width < 80rem) {
  .banner .list {
    flex-wrap: wrap;
    margin-inline: 0;
    gap: 32px 0;
    padding-block: 80px 150px;
  }
}
@media (width < 48rem) {
  .banner .list {
    padding-block: 8.34vw 100px;
  }
}
