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, td, tfoot, th, thead, tr,
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;
  box-sizing: border-box;
}

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;
}

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

button {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

* {
  font-family: "M PLUS Rounded 1c", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
}

.voice {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 16px;
}
.voice__page-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2em;
}
.voice__page-header h1 a img {
  width: 150px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.voice__page-header .voice__close-button {
  background-color: #F1ECE5;
  padding: 0.75em;
  border-radius: 1em;
  font-family: "M PLUS Rounded 1c", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 0.625em;
  font-weight: 400;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  width: 50px;
  height: 50px;
  color: #9A9287;
  margin: 0.5em 0.5em 0 auto;
}
.voice__page-header .voice__close-button::before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  background: url("../voice-images/close-x.svg") no-repeat center center;
  background-size: contain;
}
.voice__page-header .voice__close-button:hover {
  background-color: #dfdad3;
}
.voice__header {
  text-align: center;
  margin-bottom: 2em;
}
.voice__title {
  font-size: 2em;
  font-weight: 600;
  color: #1b7f4d;
}
.voice__title span {
  display: block;
  font-size: 0.4375em;
  color: #aaa;
  margin-top: 0.75em;
}
.voice__lead {
  margin-top: 1em;
  font-size: 1.125em;
  line-height: 1.5;
}
.voice__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
.voice__close button {
  text-align: center;
  background-color: #F1ECE5;
  padding: 0.5em 2.5em 0.4em;
  border-radius: 0.75em;
  font-size: 1.125em;
  font-weight: 600;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 2em auto 0 auto;
  display: block;
  transition: all 0.3s ease;
  color: #000;
}
.voice__close button:hover {
  background-color: #f0d2a3;
}

.voice-item {
  padding: 2em 0em;
  border-bottom: 1px dashed #ccc;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.voice-item:nth-child(even) {
  background-color: #f5f5f5;
  padding-inline: 1em;
}
.voice-item:nth-child(even) .voice-item__reply {
  background-color: #e4e4e4;
}
.voice-item:nth-child(even) .voice-item__reply::after {
  background: url("../voice-images/fukidashi-chobo-graydark.svg") no-repeat center center;
  background-size: contain;
}
.voice-item:nth-child(even) .voice-item__comment {
  background-color: #ffe1ab;
}
.voice-item:nth-child(even) .voice-item__comment::after {
  background: url("../voice-images/fukidashi-chobo-dark.svg") no-repeat center center;
  background-size: contain;
}
.voice-item__customer {
  display: flex;
  align-items: flex-start;
  gap: 1.5em;
}
.voice-item__comment {
  background: #fdeed3;
  padding: 1em;
  border-radius: 0.75em;
  font-size: 1.125em;
  line-height: 1.5;
  font-weight: 600;
  flex: 1;
  position: relative;
}
.voice-item__comment::after {
  display: block;
  content: "";
  position: absolute;
  right: -0.7em;
  top: 50%;
  width: 1em;
  height: 1em;
  background: url("../voice-images/fukidashi-chobo.svg") no-repeat center center;
  background-size: contain;
}
.voice-item__icon {
  width: 30%;
  max-width: 100px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.voice-item__staff {
  display: flex;
  gap: 1.5em;
  margin-top: 1.5em;
  justify-content: flex-start;
  align-items: flex-start;
}
.voice-item__staff .voice-item__icon-wrapper {
  width: 30%;
  max-width: 80px;
  text-align: center;
}
.voice-item__staff .voice-item__icon-wrapper img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.voice-item__staff .voice-item__icon-wrapper p {
  font-size: 0.75em;
  font-weight: bold;
  text-align: center;
  margin-top: 0.5em;
}
.voice-item__reply {
  font-size: 1em;
  line-height: 1.6;
  flex-shrink: 3;
  padding: 1em;
  border-radius: 0.75em;
  background-color: #f2f2f2;
  position: relative;
}
.voice-item__reply::after {
  display: block;
  content: "";
  position: absolute;
  left: -0.7em;
  top: 20%;
  width: 1em;
  height: 1em;
  background: url("../voice-images/fukidashi-chobo-gray.svg") no-repeat center center;
  background-size: contain;
}

/* 480px */
@media (min-width: 481px) {
  .voice-item__reply {
    margin: 0 2em 0 0;
  }
}
/* 820px */
@media (min-width: 821px) {
  .voice {
    padding: 40px;
  }
  .voice__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .voice-item {
    padding: 2em 3em;
  }
  .voice-item:nth-child(even) {
    background-color: transparent;
    padding-inline: 3em;
  }
  .voice-item:nth-child(even) .voice-item__reply {
    background-color: transparent;
  }
  .voice-item:nth-child(even) .voice-item__reply::after {
    background: url("../voice-images/fukidashi-chobo-gray.svg") no-repeat center center;
    background-size: contain;
  }
  .voice-item:nth-child(even) .voice-item__comment {
    background-color: #fdeed3;
  }
  .voice-item:nth-child(even) .voice-item__comment::after {
    background: url("../voice-images/fukidashi-chobo.svg") no-repeat center center;
    background-size: contain;
  }
  .voice-item__reply {
    background-color: #f2f2f2;
  }
  .voice-item__reply::after {
    background: url("../voice-images/fukidashi-chobo-gray.svg") no-repeat center center;
    background-size: contain;
  }
  .voice-item__comment {
    font-size: 1.25em;
  }
  .voice-item:nth-child(4n+2), .voice-item:nth-child(4n-1) {
    background-color: #f5f5f5;
  }
  .voice-item:nth-child(4n+2) .voice-item__reply, .voice-item:nth-child(4n-1) .voice-item__reply {
    background-color: #e4e4e4;
  }
  .voice-item:nth-child(4n+2) .voice-item__reply::after, .voice-item:nth-child(4n-1) .voice-item__reply::after {
    background: url("../voice-images/fukidashi-chobo-graydark.svg") no-repeat center center;
    background-size: contain;
  }
  .voice-item:nth-child(4n+2) .voice-item__comment, .voice-item:nth-child(4n-1) .voice-item__comment {
    background-color: #ffe1ab;
  }
  .voice-item:nth-child(4n+2) .voice-item__comment::after, .voice-item:nth-child(4n-1) .voice-item__comment::after {
    background: url("../voice-images/fukidashi-chobo-dark.svg") no-repeat center center;
    background-size: contain;
  }
}
/* 1200px */
@media (min-width: 1201px) {
  .voice {
    padding: 4em;
  }
}
.voice__lead-br {
  display: none;
}

@media (max-width: 480px) {
  .voice__lead-br {
    display: inline;
  }
}
/**  footer styles
*/
footer {
  background-color: transparent;
  padding: 1em 0px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  margin-top: 5em;
  font-size: 0.875em;
  color: #666;
  width: 100vw;
}
footer .logo {
  width: 100%;
}
footer .logo img {
  width: 30%;
  max-width: 80px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  margin: 0 3vw auto auto;
}

.copyright {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
  background-color: #40220f;
  font-size: 0.625em;
  color: #f2f2f2;
  padding: 2em 1em 3em;
}
.copyright .copyright-item-img img {
  width: 100%;
  max-width: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2em;
  background-color: #40220f;
  font-size: 0.625em;
  color: #f2f2f2;
  padding: 3em 1em 3em;
}/*# sourceMappingURL=style-voice.css.map */