@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.voice__container .merit__heading--sub {
  color: #fff;
  position: relative;
  margin-bottom: 30px;
  padding-inline: unset;
}
.voice__container .merit__heading--sub::before {
  position: absolute;
  content: "";
  left: -20px;
  rotate: 70deg;
  width: 1rem;
  height: 0.125rem;
  background: #fff;
}
.voice__container .merit__heading--sub::after {
  position: absolute;
  content: "";
  right: -20px;
  rotate: -70deg;
  width: 1rem;
  height: 0.125rem;
  background: #fff;
}
.voice__container .voice__item {
  width: auto;
  max-width: unset;
}
.voice__container .voice__item .voice__item-head-image {
  top: 5%;
}
.voice__container .voice__item-head-title {
  height: auto;
  font-size: clamp(1rem, 0.6428571429rem + 1.7857142857vw, 1.5rem);
}
.voice__container .voice__item-body-box {
  max-width: 100%;
  padding: 16px;
}
.voice__container .voice__item-body-box:nth-of-type(1)::before {
  content: none;
}
.voice__container .voice__item-body-box .voice__item-text {
  margin-top: 0;
}
.voice__container {
  /* 基本的なタブ切り替えCSS（必要に応じて追加） */
}
.voice__container .tab-container {
  display: flex;
  gap: 16px;
  justify-content: center;
  padding: 40px 0;
}
.voice__container .tab {
  padding: 6px 4px;
  background: #fff;
  cursor: pointer;
  border: 2px solid #fff;
  transition: all 0.3s;
  color: #0086CD;
  font-weight: bold;
  font-size: 16px;
  border-radius: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
}
.voice__container .tab.active {
  background: #007cba;
  color: white;
  cursor: default;
}
.voice__container .content {
  display: none;
}
.voice__container .content.show {
  display: block;
}
.voice__container .swiper-voice {
  width: 100%;
  overflow: hidden;
}
.voice__container .swiper-voice .swiper-button-prev:after,
.voice__container .swiper-voice .swiper-rtl .swiper-button-next:after,
.voice__container .swiper-voice .swiper-button-next:after,
.voice__container .swiper-voice .swiper-rtl .swiper-button-prev:after {
  background: #fff;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  box-shadow: 0 0 5px #007cba;
}
.voice__container .swiper-slide {
  transition: all 0.3s ease;
}

.voice__heading--text {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

@media (min-width: 768px) {
  .voice__container {
    padding-top: 110px;
  }
  .voice__container .merit__heading--sub {
    max-width: -moz-fit-content;
    max-width: fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .voice__container .merit__heading--sub::before {
    width: 1.5rem;
    height: 0.25rem;
    left: -30px;
  }
  .voice__container .merit__heading--sub::after {
    width: 1.5rem;
    height: 0.25rem;
    right: -30px;
  }
  .voice__container .tab {
    font-size: 32px;
    width: 148px;
  }
  .voice__container .tab:hover {
    opacity: 0.6;
  }
  .voice__container .tab.active:hover {
    opacity: 1;
  }
  .voice__container .tab-container {
    gap: 40px;
    padding: 80px 0;
  }
  .voice__container .voice__item {
    cursor: grab;
  }
  .voice__container .voice__item .voice__item-head {
    margin-bottom: 20px;
  }
  .voice__container .voice__item .voice__item-head-image {
    width: clamp(6.25rem, -17.375rem + 49.21875vw, 14.125rem);
  }
  .voice__container .voice__item-head-box {
    margin-bottom: 20px;
  }
  .voice__container .voice__item-head-box .voice__item-text {
    font-size: clamp(0.75rem, 0.4634873323rem + 0.5961251863vw, 1rem);
  }
  .voice__container .voice__item-body-box {
    min-height: 164px;
  }
  .voice__container .swiper-voice .swiper-button-prev:after,
  .voice__container .swiper-voice .swiper-rtl .swiper-button-next:after,
  .voice__container .swiper-voice .swiper-button-next:after,
  .voice__container .swiper-voice .swiper-rtl .swiper-button-prev:after {
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    box-shadow: rgb(0, 124, 186) 0px 0px 8px;
  }
  .voice__container .swiper-voice .swiper-button-prev:after,
  .voice__container .swiper-voice .swiper-rtl .swiper-button-next:after {
    margin-left: 20px;
  }
  .voice__container .swiper-voice .swiper-button-next:after,
  .voice__container .swiper-voice .swiper-rtl .swiper-button-prev:after {
    margin-right: 20px;
  }
  .voice__heading--text {
    font-size: 40px;
  }
}/*# sourceMappingURL=revision.css.map */