@charset "UTF-8";
/*main color*/
/*accent*/
/*mono*/
/*navfoot*/
/*addcolor*/
/*font-family*/
/*font-weight notosans*/
/*media query break point*/
/*sp*/
/*tablet*/
/*se*/
/*追加*/
/*topConcept*/
/*grid settings*/
/* media query */
#customer_voice main {
  padding-top: 10rem;
}
@media only screen and (max-width: 768px) {
  #customer_voice main {
    padding-top: 7.2rem;
  }
}
#customer_voice main .customer_voice__ttl p {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  margin: 3.3rem auto 5rem;
}
@media (max-width: 768px) {
  #customer_voice main .customer_voice__ttl p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #customer_voice main .customer_voice__ttl p {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  #customer_voice main .customer_voice__ttl p {
    margin: 3rem auto;
  }
}
#customer_voice main .p-voicelist {
  display: flex;
  flex-flow: column wrap;
  gap: 5rem 0;
}
@media only screen and (max-width: 768px) {
  #customer_voice main .p-voicelist {
    gap: 3rem 0;
  }
}
#customer_voice main .p-voicelist__item {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
#customer_voice main .p-voicelist__item .p-voiceBln {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 3rem;
  margin-top: 1.6rem;
}
@media only screen and (max-width: 768px) {
  #customer_voice main .p-voicelist__item .p-voiceBln {
    gap: 0;
    margin-top: 0.8rem;
  }
}
#customer_voice main .p-voicelist__item .p-voiceBln__cmnt {
  position: relative;
  width: calc(100% - 14rem - 3rem);
  background: #F1EDEF;
  border-radius: 1rem;
  padding: 3.3rem 5rem;
}
@media only screen and (max-width: 768px) {
  #customer_voice main .p-voicelist__item .p-voiceBln__cmnt {
    width: 100%;
    padding: 1.6rem;
  }
}
#customer_voice main .p-voicelist__item .p-voiceBln__cmnt::after {
  content: "";
  width: 2rem;
  height: 1.8rem;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #F1EDEF;
  position: absolute;
  top: 50%;
  right: -2rem;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  #customer_voice main .p-voicelist__item .p-voiceBln__cmnt::after {
    height: 1.4rem;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%);
    top: auto;
    bottom: calc(-1.4rem + 1px);
    right: 10rem;
    transform: unset;
  }
}
#customer_voice main .p-voicelist__item .p-voiceBln__cmnt__txt {
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  #customer_voice main .p-voicelist__item .p-voiceBln__cmnt__txt {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  #customer_voice main .p-voicelist__item .p-voiceBln__cmnt__txt {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 768px) {
  #customer_voice main .p-voicelist__item .p-voiceBln__cmnt__txt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
  }
}
#customer_voice main .p-voicelist__item .p-voiceBln__frame {
  width: 14rem;
  padding-bottom: 2.1rem;
}
@media only screen and (max-width: 768px) {
  #customer_voice main .p-voicelist__item .p-voiceBln__frame {
    display: flex;
    align-items: flex-end;
    justify-content: end;
    flex-flow: row-reverse nowrap;
    gap: 0.6rem;
    width: 100%;
    padding: 0;
    margin-top: -1rem;
    z-index: 1;
  }
}
#customer_voice main .p-voicelist__item .p-voiceBln__frame .u-frame--sm {
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #customer_voice main .p-voicelist__item .p-voiceBln__frame .u-frame--sm {
    margin: 0 1rem 0 0;
  }
}
#customer_voice main .p-voicelist__item .p-voiceBln__frame__name {
  font-size: 13px;
  font-size: 1.3rem;
  position: relative;
  margin: 0.8rem 0 0;
}
@media (max-width: 768px) {
  #customer_voice main .p-voicelist__item .p-voiceBln__frame__name {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  #customer_voice main .p-voicelist__item .p-voiceBln__frame__name {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  #customer_voice main .p-voicelist__item .p-voiceBln__frame__name {
    margin: 0;
  }
}
#customer_voice main .p-voicelist__item .p-voiceBln__frame__name span {
  text-align: center;
  line-height: 1;
  white-space: pre;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 768px) {
  #customer_voice main .p-voicelist__item .p-voiceBln__frame__name span {
    display: block;
    position: relative;
    left: auto;
    transform: unset;
    padding-bottom: 0.6rem;
  }
}
#customer_voice main .p-voiceDetail__img {
  max-width: 560px;
  aspect-ratio: 10/6.95;
  text-align: center;
  background: #fff;
}
#customer_voice main .p-voiceDetail__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#customer_voice main .p-voiceDetail__slide {
  margin: 5rem auto 0;
}
@media only screen and (max-width: 768px) {
  #customer_voice main .p-voiceDetail__slide {
    margin: 3rem auto 0;
  }
}
#customer_voice main .p-voiceDetail__slide.js-none {
  margin: 0 auto;
}
#customer_voice main .p-voiceDetail__faq {
  display: flex;
  flex-flow: column wrap;
}
#customer_voice main .p-voiceDetail__faq__item {
  display: flex;
  flex-flow: column wrap;
  gap: 2rem;
  padding: 5rem 0;
  border-bottom: 1px solid #DEDEDE;
}
@media only screen and (max-width: 768px) {
  #customer_voice main .p-voiceDetail__faq__item {
    gap: 1.6rem;
    padding: 3rem 0;
  }
}
#customer_voice main .p-voiceDetail__faq__item:last-child {
  border: none;
}
#customer_voice main .p-voiceDetail__faq__item__txt {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.2rem;
  font-weight: 700;
}
#customer_voice main .p-voiceDetail__faq__item__txt--A p {
  font-weight: 400;
}
#customer_voice main .p-voiceDetail__staff {
  background: #F1EDEF;
  border-radius: 1rem;
  padding: 3rem 4rem;
  margin: 1rem auto 0;
}
@media only screen and (max-width: 768px) {
  #customer_voice main .p-voiceDetail__staff {
    width: 100%;
    padding: 3rem 2.4rem 2.4rem;
    margin: 3rem auto 0;
  }
}
#customer_voice main .p-voiceDetail__staff__in {
  display: grid;
  grid-template-columns: auto 1px 29rem;
  gap: 4rem;
}
@media only screen and (max-width: 1080px) {
  #customer_voice main .p-voiceDetail__staff__in {
    gap: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  #customer_voice main .p-voiceDetail__staff__in {
    grid-template-columns: auto;
  }
}
#customer_voice main .p-voiceDetail__staff__in .staffVoice dt {
  font-weight: 700;
  margin-bottom: 2rem;
}
#customer_voice main .p-voiceDetail__staff__in hr {
  display: block;
  width: 1px;
  height: 100%;
  background: #666666;
  border: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  #customer_voice main .p-voiceDetail__staff__in hr {
    width: 100%;
    height: 1px;
  }
}
#customer_voice main .p-voiceDetail__staff__in .staff dl {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 1.2rem;
}
#customer_voice main .p-voiceDetail__staff__in .staff dl .u-frame--sm {
  background: #fff;
  border: none;
}
#customer_voice main .p-voiceDetail__staff__in .staff dl dd {
  font-size: 15px;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  #customer_voice main .p-voiceDetail__staff__in .staff dl dd {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  #customer_voice main .p-voiceDetail__staff__in .staff dl dd {
    font-size: 1.2rem;
  }
}
#customer_voice main .p-voiceDetail__staff__in .staff .btn {
  width: 100%;
  margin: 1.8rem auto 0;
}
#customer_voice main .p-voiceDetail__btn {
  max-width: 32rem;
  margin: 8rem auto 10rem;
}
@media only screen and (max-width: 768px) {
  #customer_voice main .p-voiceDetail__btn {
    margin: 6rem auto 8rem;
  }
}

.p-cont-bg {
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  .slider {
    padding: 0 5vw;
  }
}
.slider .slides {
  left: -100%;
}
.slider .slides.shifting {
  transition: left 0.8s ease-out;
}
.slider .slides .inner {
  width: 50%;
  min-width: 56rem;
}
@media only screen and (max-width: 768px) {
  .slider .slides .inner {
    min-width: unset;
    width: 97%;
  }
}
@media only screen and (max-width: 768px) {
  .slider .slides-sp.shifting {
    transition: left 0.8s ease-out;
  }
}/*# sourceMappingURL=voice.css.map */