@font-face {
  font-family: "Yu Gothic";
  src: url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.eot");
  src: url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.eot#iefix") format("embedded-opentype"), url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.woff") format("woff"), url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.woff2") format("woff2"), url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.ttf") format("truetype"), url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.svg#Yu Gothic") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans CJK JP";
  src: url("/wp-content/themes/vlcholdings/css/fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans CJK JP";
  src: url("/wp-content/themes/vlcholdings/css/fonts/NotoSansCJKjp-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.customer-story {
  background-color: #eef0f2;
  padding: 8rem 0rem 10rem;
  color: #52687d;
}
@media screen and (max-width: 768px) {
  .customer-story {
    background-color: #eef0f2;
    padding: 4.85rem 0rem 8rem;
    margin-top: 5.4rem;
  }
}

.breadcrumb {
  padding: 1.8rem 0 6.15rem;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 0.9rem 2rem 0rem 0;
  }
}

.customer-story__wrapper {
  max-width: 120rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .customer-story__wrapper {
    max-width: 33.5rem;
  }
}

.customer-story__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.6rem;
}
@media screen and (max-width: 768px) {
  .customer-story__option {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 0.8rem;
  }
}

.customer-story__select-wrap {
  position: relative;
  display: inline-block;
}
.customer-story__select-wrap::after {
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  top: 50%;
  right: 2rem;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("/wp-content/themes/vlcholdings/images/icon/icon-select-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.customer-story__select-wrap:focus-within::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.customer-story__select select {
  width: 100%;
  padding: 1rem 0rem 0.7rem 2.4rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.1rem;
  gap: 0.8rem;
  background-color: #fff;
  color: rgba(82, 104, 125, 0.6);
  border: 1px solid #ced3d7;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
}
@media screen and (max-width: 768px) {
  .customer-story__select select {
    padding: 1rem 0rem 0.7rem 1.5rem;
  }
}

.customer-story__select select:not(:has(option[value=""]:checked)) {
  color: #52687d;
}

.customer-story__select select.has-value {
  color: #52687d;
}

.customer-story__select select:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.customer-story__select:focus-visible {
  outline: none;
}

.customer-story__select option {
  display: block;
  border: none;
}

.customer-story__select-field {
  width: 28rem;
}

.customer-story__select-category {
  width: 40rem;
}

@media screen and (max-width: 768px) {
  .customer-story__select-field,
  .customer-story__select-category {
    width: 100%;
  }
}
.customer-story__list {
  margin-top: 8.4rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4.5rem 1fr 4.5rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.8rem 4.5rem;
}
@media screen and (max-width: 768px) {
  .customer-story__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 5.6rem;
    gap: 3.6rem;
  }
}

.customer-story__img {
  display: block;
  width: 100%;
  height: 25.3rem;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.customer-story__img img {
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.customer-story__img.customer-story__img--logo img {
  width: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .customer-story__img {
    height: 23rem;
  }
}

.customer-story__img--error {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
@media screen and (max-width: 768px) {
  .customer-story__img--error {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.customer-story__item {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  cursor: pointer;
  text-decoration: none;
}

.customer-story__item:hover .customer-story__img img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.customer-story__category {
  padding: 1rem 0rem 0.9rem;
  font-family: "Noto Sans", sans-serif;
  text-align: center;
  background-color: #52687d;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.1rem;
}
@media screen and (max-width: 768px) {
  .customer-story__category {
    padding: 0.9rem 0rem 1rem;
    font-size: 1.4rem;
  }
}

.customer-story__content {
  margin-top: 1.6rem;
}
@media screen and (max-width: 768px) {
  .customer-story__content {
    margin-top: 1.2rem;
  }
}

.customer-story__field {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  padding-left: 1.4rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .customer-story__field {
    font-size: 1.2rem;
    line-height: 1.7rem;
    padding-left: 1.6rem;
  }
}
.customer-story__field::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-image: url("/wp-content/themes/vlcholdings/images/icon/icon-ellipse.svg");
  background-size: contain;
  background-repeat: repeat-x;
  background-position: 0px 0px;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}

.customer-story__title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.8rem;
  margin: 0.9rem 0rem;
}
@media screen and (max-width: 768px) {
  .customer-story__title {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin: 0.6rem 0rem 0.8rem;
  }
}

.customer-story__desc {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.6rem;
}
@media screen and (max-width: 768px) {
  .customer-story__desc {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  .customer-story__desc--error {
    margin-bottom: 0.1rem;
  }
}
.pager-btn {
  width: 3.2rem;
  aspect-ratio: 1;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.3rem;
  font-family: "Jost", sans-serif;
}
.pager-btn img {
  width: 37%;
  position: relative;
  left: -0.1rem;
}
.pager-btn.prev img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 0.2rem;
}

.pager-btn.active {
  background-color: #52687d;
  color: #fff;
}

.pagination {
  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: 1.2rem;
  margin-top: 3.9rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pagination.hidden {
  display: none;
  margin-top: 5.8rem;
}
@media screen and (max-width: 768px) {
  .pagination {
    margin-top: 5.9rem;
  }
}

@media screen and (max-width: 768px) {
  .customer-story-banner .ir-banner__content {
    top: 9.6rem;
  }
}
@media screen and (max-width: 768px) {
  .customer-story-banner .ir-banner__title::after {
    width: 2.3rem;
    height: 2rem;
    top: 52%;
  }
}