@charset "UTF-8";
.about-hero--partner {
  background: url(../images/about_partner/hero.webp) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .about-hero--partner {
    background-image: url(../images/about_partner/hero_sp.webp);
  }
}
.about-list--partner .about-list__title .ja {
  font-size: 1.8rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .about-list--partner .about-list__title .ja {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  .about-list--partner {
    width: 868px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 120px;
  }
  .about-list--partner .about-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .about-list--partner .about-list__title {
    width: 100%;
  }
  .about-list--partner .about-list__figure {
    width: 414px;
  }
  .about-list--partner .about-list__content {
    width: 414px;
  }
  .about-list--partner .about-list__content__title {
    font-size: 2rem;
    text-align: left;
  }
  .about-list--partner .about-list__content__link-wrap {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .about-list--partner .about-list__figure {
    width: 89.3333333333vw;
    margin: auto;
  }
  .about-list--partner .about-list__figure-swiper {
    width: 89.3333333333vw;
    margin: auto;
  }
}
.about-brand-list {
  margin-top: 60px;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 767px) {
  .about-brand-list {
    margin-top: 10.6666666667vw;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.about-brand-list__btn {
  display: block;
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
}
.about-brand-list__btn img {
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .about-brand-list__btn:hover img {
    opacity: 0.7;
    -webkit-transform: scale(1.13);
            transform: scale(1.13);
  }
}
.about-brand-modal {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 100%;
  display: -ms-grid;
  display: grid;
  place-items: center;
  overflow-y: auto;
  z-index: 10000;
  padding: 5vh 0;
  opacity: 0;
  background-color: rgba(51, 51, 51, 0.6);
}
.about-brand-modal.is-open {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.5s 0.3s, opacity 0.5s 0.3s;
  transition: visibility 0.5s 0.3s, opacity 0.5s 0.3s;
}
.about-brand-modal__inner {
  margin: auto;
  position: relative;
  pointer-events: all;
  width: 840px;
  max-width: 80vw;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .about-brand-modal__inner {
    max-width: none;
    width: 89.3333333333vw;
  }
}
.about-brand-modal__close-button {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background: url(../images/about/close_button.png) no-repeat center/contain;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .about-brand-modal__close-button {
    top: 3.7333333333vw;
    right: 3.7333333333vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}
.about-brand-modal__content {
  padding: 28px 40px 30px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .about-brand-modal__content {
    padding: 5.3333333333vw 5.6vw 5.8666666667vw;
  }
}
.about-brand-modal__content__title {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 90px 16px 1fr;
  grid-template-columns: 90px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .about-brand-modal__content__title {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.about-brand-modal__content__title .title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .about-brand-modal__content__title .title {
    display: block;
    font-size: 5.3333333333vw;
    line-height: 1.3636363636;
    text-align: left;
  }
}
.about-brand-modal__content__title .pretitle {
  margin-right: 16px;
  font-size: 1.8rem;
  font-weight: 700;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .about-brand-modal__content__title .pretitle {
    margin-right: 0;
    margin-bottom: 1.3333333333vw;
    display: block;
    font-size: 4.2666666667vw;
    line-height: 1.375;
  }
}
.about-brand-modal__content__title .subtitle {
  margin-left: 16px;
  font-size: 1.8rem;
  font-weight: 700;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .about-brand-modal__content__title .subtitle {
    margin-left: 0;
    margin-top: 1.3333333333vw;
    display: block;
    font-size: 4.2666666667vw;
    line-height: 1.375;
  }
}
.about-brand-modal__content__title .circle {
  color: #325F96;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  place-content: center;
  place-items: center;
  width: 90px;
  height: 90px;
  margin: auto;
  padding: 14px 0;
  background: url(../images/about/list_title_bg.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .about-brand-modal__content__title .circle {
    height: 21.3333333333vw;
    padding: 3.2vw 0;
  }
}
.about-brand-modal__content__title .circle .en {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .about-brand-modal__content__title .circle .en {
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
  }
}
.about-brand-modal__content__title .circle .num {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 42px;
}
@media screen and (max-width: 767px) {
  .about-brand-modal__content__title .circle .num {
    font-size: 8.5333333333vw;
    line-height: 9.6vw;
  }
}
.about-brand-modal__content__tag {
  margin-top: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .about-brand-modal__content__tag {
    margin-top: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.about-brand-modal__content__award {
  margin-top: 8px;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .about-brand-modal__content__award {
    margin-top: 2.1333333333vw;
    margin-bottom: 2.1333333333vw;
  }
}
.about-brand-modal__content__award span {
  display: inline-block;
  padding: 4px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  background-color: #325F96;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .about-brand-modal__content__award span {
    padding: 1.0666666667vw;
    font-size: 3.2vw;
  }
}
.about-brand-modal__content__company {
  margin-top: 12px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #325F96;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .about-brand-modal__content__company {
    margin-top: 3.2vw;
    font-size: 4vw;
    line-height: 1.4;
  }
}
.about-brand-modal__content__text {
  margin-top: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .about-brand-modal__content__text {
    margin-top: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.about-brand-modal__content__photo {
  margin-top: 40px;
  margin-inline: auto;
  max-width: 80%;
}
@media screen and (max-width: 767px) {
  .about-brand-modal__content__photo {
    margin-top: 10.6666666667vw;
    max-width: 100%;
  }
}
.about-brand-modal__content__link-wrap {
  margin-top: 26px;
}

.filter-ui {
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .filter-ui {
    margin-top: 21.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .filter-ui .category {
    margin-top: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    scrollbar-width: none;
  }
  .filter-ui .category::-webkit-scrollbar {
    display: none;
  }
}
.filter-ui #filter-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 56px;
}
@media screen and (max-width: 767px) {
  .filter-ui #filter-category {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 2.4vw;
    gap: 0;
  }
}
.filter-ui #filter-category button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .filter-ui #filter-category button:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.5;
  }
  .filter-ui #filter-category button:where(:any-link, :enabled, summary):hover {
    opacity: 0.5;
  }
}
.filter-ui #filter-category button.is-active {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .filter-ui #filter-category button {
    margin-right: 0;
    padding: 0 2.9333333333vw;
    font-size: 3.4666666667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
    line-height: 3.0769230769;
  }
  .filter-ui #filter-category button:last-child {
    padding-right: 5.3333333333vw;
    margin-right: 0;
  }
}
.filter-ui .filter-year-best {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 56px;
  /* 元のチェックボックスは非表示 */
  /* 見た目のチェックマーク */
  /* チェックされたら見た目変化 */
  /* チェックマーク（✔）の描画 */
}
@media screen and (max-width: 767px) {
  .filter-ui .filter-year-best {
    margin-top: 5.3333333333vw;
    gap: 5.3333333333vw;
  }
}
.filter-ui .filter-year-best #filter-year {
  appearance: none; /* 標準UIを消す */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 8px 12px;
  font-size: 16px;
  border-radius: 0;
  width: 200px;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .filter-ui .filter-year-best #filter-year {
    font-size: 3.4666666667vw;
    width: 32vw;
  }
}
.filter-ui .filter-year-best .custom-checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 16px;
  gap: 8px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 767px) {
  .filter-ui .filter-year-best .custom-checkbox {
    font-size: 3.4666666667vw;
  }
}
.filter-ui .filter-year-best .custom-checkbox input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.filter-ui .filter-year-best .custom-checkbox .checkmark {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 0;
  background-color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}
.filter-ui .filter-year-best .custom-checkbox input[type=checkbox]:checked + .checkmark {
  background-color: #325F96;
  border-color: #325F96;
}
.filter-ui .filter-year-best .custom-checkbox .checkmark::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.filter-ui .filter-year-best .custom-checkbox input[type=checkbox]:checked + .checkmark::after {
  opacity: 1;
}

#noResultMessage {
  margin-top: 110px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #noResultMessage {
    margin-top: 10.6666666667vw;
    font-size: 3.7333333333vw;
  }
}

/* Swiper全体 */
.about-list__figure-swiper {
  position: relative;
  width: 100%;
}

/* スライド内の画像 */
.about-list__figure-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}

/* ページネーションドットのスタイル調整 */
.about-list__figure-swiper .swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
}

.about-list__figure-swiper .swiper-pagination-bullet {
  background: #325F96;
  opacity: 0.5;
}

.about-list__figure-swiper .swiper-pagination-bullet-active {
  background: #325F96;
  opacity: 1;
}

/* Swiper全体に制限をかける */
.about-list__figure-swiper {
  width: 100%;
  max-width: 414px; /* 元の画像と同じ最大幅 */
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}

/* Swiperラッパーとスライド設定 */
.about-list__figure-swiper .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-list__figure-swiper .swiper-slide {
  width: 100% !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-list__figure-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.swiper, .swiper-wrapper {
  pointer-events: auto !important;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.about-list__figure-swiper {
  position: relative;
  padding-bottom: 24px; /* ← ドット分の余白を追加 */
}