@charset "UTF-8";
#areaWrapper {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  line-height: 1.5;
}

.breadcrumb-list {
  margin: 6px 0 10px;
}

.key-visual {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.key-visual__item {
  width: 500px;
}
.key-visual__logo-image {
  width: 100%;
  box-sizing: border-box;
  padding: 0 75px;
}
.key-visual__brand-image {
  width: 100%;
}

.concept + .concept {
  margin-top: 96px;
}
.concept__image-wrapper {
  text-align: center;
  margin-bottom: 16px;
}
.concept__title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 16px;
}
.concept__text {
  font-size: 14px;
}

.contents {
  margin-top: 96px;
  overflow: hidden;
}
.contents__image-wrapper {
  margin-bottom: 16px;
}
.contents__image-wrapper.swiper {
  padding: 0 48px;
}
.contents__image-list:not(.swiper-wrapper) {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.contents__image {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.contents__text-wrapper {
  margin-bottom: 56px;
}
.contents__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}
.contents__text {
  font-size: 14px;
}
.contents__api-title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
}

.swiper-pagination {
  position: relative;
  text-align: center;
  margin-top: 16px;
}

.swiper-pagination-bullet {
  margin-right: 24px;
}
.swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.swiper-pagination-bullet-active {
  background: #333;
}

.movie {
  margin-top: 96px;
}
.movie__video {
  width: 1000px;
  height: auto;
  aspect-ratio: 16/9;
}

.archives {
  text-align: center;
  margin: 96px 0;
}
.archives__link:link, .archives__link:visited {
  color: #333;
  font-size: 24px;
  font-weight: 700;
}

/* page-top */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  font-size: 190%;
}

#page-top a {
  display: block;
  width: 46px;
  padding: 10px 0;
  border: 1px solid #333;
  border-radius: 45px;
  color: #333 !important;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, Helvetica, \\30D2ラギノ角ゴProN W3, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: normal;
  background: #fff;
}

#page-top a:hover {
  background: #333 none repeat scroll 0 0;
  color: #fff !important;
  opacity: 0.7;
  text-decoration: none;
}