@charset "UTF-8";
/*----------------------------------------------------------

setting

----------------------------------------------------------*/
/*----------------------------------------------------------

mixin

----------------------------------------------------------*/
.pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

/* common_label  */
.common_label {
  background-color: #EFEFEF;
  padding: 36px 50px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .common_label {
    padding: 27px 35px;
  }
}
.common_label_container {
  max-width: 710px;
  width: 100%;
  margin-inline: auto;
}
.common_label_btnLists {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .common_label_btnLists {
    flex-direction: column;
  }
}
.common_label_btnList {
  width: 280px;
  height: 46px;
  max-width: 100%;
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (max-width: 768px) {
  .common_label_btnList {
    width: 360px;
    margin-inline: auto;
  }
}
.common_label_btnList:last-child {
  margin-left: 30px;
}
@media only screen and (max-width: 768px) {
  .common_label_btnList:last-child {
    margin-top: 25px;
    margin-left: 0;
    margin-inline: auto;
  }
}
.common_label_btnLabel {
  width: 90px;
  max-width: 100%;
  margin-left: 25%;
  height: 100%;
  position: relative;
  z-index: 2;
  aspect-ratio: 90/28;
  transition: all 0.3s ease 0s;
}
.common_label_btnLabel img {
  height: auto;
}
.common_label_btnLink {
  color: #0E9352;
  font-weight: 700;
  margin-top: -18px;
  background-color: #FFF;
  padding: 10px;
  display: block;
  transition: all 0.3s ease 0s;
}
.common_label_btnLink:hover {
  box-shadow: 0 2px 0 #0A6D3D;
  transform: translateY(2px);
}
.common_label_btnLink:hover + .common_label_btnLabel {
  transform: translateY(2px);
}
.common_label_btnLink::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  right: 23px;
  transform: rotate(135deg) translateY(-50%);
  transform-origin: top;
  top: 47%;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .common_label_btnLink::before {
    right: 18px;
  }
}
.common_label_btnLink::after {
  content: "";
  position: absolute;
  background: #0E9352;
  border-radius: 23px;
  width: 23px;
  height: 23px;
  right: 15px;
  transform: translateY(-50%);
  transform-origin: top;
  top: 50%;
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  .common_label_btnLink::after {
    right: 10px;
  }
}

.voice {
  margin-top: 140px;
  overflow: hidden;
  /* スライド */
}
@media only screen and (max-width: 768px) {
  .voice {
    margin-top: 115px;
  }
}
.voice .voice-inner {
  width: min(100%, 1240px);
  padding-inline: 20px;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .voice .voice-inner {
    padding-inline: 10px;
  }
}
.voice .voice_headGroup {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}
.voice .voice_headline_sub {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #0e9352;
  opacity: 0.5;
  text-transform: capitalize;
}
.voice .voice_headline_sub.--white {
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .voice .voice_headline_sub {
    font-size: 13px;
  }
}
.voice .voice_headline {
  font-weight: bold;
  font-size: 42px;
  letter-spacing: 0.03em;
  line-height: 1.4523809524;
  text-align: center;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .voice .voice_headline {
    font-size: 36px;
  }
}
.voice_title {
  width: min(100%, 575px);
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .voice_title {
    width: min(100%, 310px);
  }
}
.voice_title img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.voice .voice-splide {
  margin-top: 102px;
}
@media only screen and (max-width: 768px) {
  .voice .voice-splide {
    margin-top: 92px;
  }
}
.voice .voice-splide .voice-splide_slide {
  padding: 0px 30px 30px;
  background-color: #efefef;
  border-radius: 20px;
}
@media only screen and (max-width: 768px) {
  .voice .voice-splide .voice-splide_slide {
    padding: 0px 10px 10px;
  }
}
@media (any-hover: hover) {
  .voice .voice-splide .voice-splide_slide:hover {
    background-color: #efefef;
  }
}
.voice .voice-splide_slide + .voice-splide_slide {
  margin-left: 40px;
}
@media only screen and (max-width: 768px) {
  .voice .voice-splide_slide + .voice-splide_slide {
    margin-left: 15px;
  }
}
@media screen and (max-width: 374px) {
  .voice .voice-splide_slide + .voice-splide_slide {
    margin-left: 5px;
  }
}
.voice .voice-splide_slide:nth-child(n+2) {
  border-left: none;
}
.voice .voice-splide .splide__track {
  overflow: visible;
}
.voice .voice-splide_header {
  margin-top: -30px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .voice .voice-splide_header {
    flex-direction: column-reverse;
  }
}
.voice .voice-splide_header .rounded-image {
  width: 120px;
  min-width: 120px;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid #0e9352;
  border-radius: 100%;
}
.voice .voice-splide_hukidashi {
  position: relative;
  padding: 20px 37px;
  background-color: #0e9352;
  border-radius: 20px;
}
.voice .voice-splide_hukidashi-text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.025em;
  color: #eff7f2;
}
.voice .voice-splide_hukidashi-title {
  margin-top: 5px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 1.44;
  color: #ffffff;
}
.voice .voice-splide_hukidashi::before {
  content: "";
  display: block;
  width: 25px;
  height: 30px;
  background-color: #0e9352;
  -webkit-clip-path: polygon(0 0, 100% 25%, 100% 100%);
          clip-path: polygon(0 0, 100% 25%, 100% 100%);
  position: absolute;
  top: auto;
  bottom: 2px;
  left: -12px;
}
@media only screen and (max-width: 768px) {
  .voice .voice-splide_hukidashi::before {
    width: 32px;
    height: 20px;
    -webkit-clip-path: polygon(65% 0, 0 0, 100% 100%);
            clip-path: polygon(65% 0, 0 0, 100% 100%);
    top: 95%;
    bottom: 0;
    left: 5px;
  }
}
.voice .voice-splide_body {
  position: relative;
  margin-top: 36px;
  padding: 30px;
  background-color: #ffffff;
  border-radius: 12px;
}
@media only screen and (max-width: 768px) {
  .voice .voice-splide_body {
    padding: 35px 22px 33px;
  }
}
.voice .voice-splide_enquete {
  margin-top: -80px;
  position: relative;
  z-index: 1;
  float: right;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  rotate: 5deg;
}
@media only screen and (max-width: 768px) {
  .voice .voice-splide_enquete {
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-90%);
    float: unset;
  }
}
.voice .voice-splide_enquete img {
  width: 190px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
}
.voice .voice-splide_text {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.025em;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .voice .voice-splide_text {
    font-size: 14px;
    line-height: 1.6;
  }
}

.voice-splide {
  /* ページネーション、矢印 */
}
.voice-splide_controls {
  position: relative;
  margin-top: 24px;
  display: flex;
  align-items: center;
  height: 50px;
}
@media only screen and (max-width: 768px) {
  .voice-splide_controls {
    position: relative;
    margin-top: 10px;
    height: 30px;
  }
}
.voice-splide_pagination {
  display: flex;
  gap: 10px;
  position: static;
  margin: auto;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .voice-splide_pagination {
    gap: 6px;
    position: absolute;
  }
}
.voice-splide_pagination .splide_pagination_page {
  width: 14px;
  height: 14px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .voice-splide_pagination .splide_pagination_page {
    width: 10px;
    height: 10px;
  }
}
.voice-splide_pagination .is-active {
  background: #0e9352;
  transform: scale(1);
}
.voice-splide_arrows {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .voice-splide_arrows {
    gap: 8px;
  }
}
.voice-splide_arrow {
  width: 50px;
  height: 50px;
  position: static;
  transform: translateY(0%);
  opacity: 1;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .voice-splide_arrow {
    width: 30px;
    height: 30px;
  }
}
.voice-splide_arrow[aria-label="Go to last slide"] {
  opacity: 0;
  visibility: hidden;
}
@media (any-hover: hover) {
  .voice-splide_arrow:hover {
    opacity: 0.7;
  }
}
.voice-splide_arrow.splide__arrow--prev {
  scale: -1;
}

.voice .voice-splide {
  margin-top: 62px;
  padding-top: 40px;
  overflow: visible !important;
}
@media only screen and (max-width: 768px) {
  .voice .voice-splide {
    margin-top: 52px;
    padding-top: 40px;
  }
}

.scroll-hint-icon.hide {
  opacity: 0!important;
}

/*# sourceMappingURL=voice.css.map */