<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.user-voice {
  width: 80%;
  margin: 0 auto;
}

section {
  font-size: 1.3rem;
}
section:nth-child(n+2) {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  section {
    font-size: 1rem;
  }
}
section .text {
  line-height: 1.5;
  margin-left: 1rem;
  position: relative;
}
section .text__title {
  font-size: 1.5rem;
  font-weight: bold;
}
section .text__title .sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  section .text__title {
    font-size: 1.4rem;
  }
  section .text__title .sp-only {
    display: block;
  }
}

.bubble__inner {
  display: flex;
}
@media screen and (max-width: 767px) {
  .bubble__inner {
    flex-direction: column;
  }
}
.bubble .image {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 5%;
}
@media screen and (max-width: 767px) {
  .bubble .image {
    margin: 0 auto;
  }
}
.bubble .text {
  margin-left: 55px;
  border: #70ad47 3px solid;
  position: relative;
  padding: 20px;
  background-color: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .bubble .text {
    margin-top: 10%;
    margin-left: 0;
  }
}
.bubble .text::before, .bubble .text::after {
  top: 20%;
  width: 0;
  height: 0;
  transform: rotate(-90deg);
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
}
@media screen and (max-width: 767px) {
  .bubble .text::before, .bubble .text::after {
    transform: rotate(0deg);
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
  }
}
.bubble .text::before {
  content: "";
  position: absolute;
  display: block;
  left: -51px;
  border-bottom: 50px solid #70ad47;
}
@media screen and (max-width: 767px) {
  .bubble .text::before {
    border-bottom: 20px solid #70ad47;
    left: 0;
  }
}
.bubble .text::after {
  content: "";
  position: absolute;
  display: block;
  left: -45px;
  border-bottom: 50px solid #fff;
}
@media screen and (max-width: 767px) {
  .bubble .text::after {
    top: -15px;
    border-bottom: 20px solid #fff;
    left: 0;
  }
}

.work {
  background-color: #a6c6ee;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.22);
  border: #6babe5 2px solid;
}
.work__inner {
  padding: 1rem;
  display: flex;
}
.work__inner .name {
  margin-top: 1rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .work__inner {
    flex-direction: column;
    padding: 0.5rem;
  }
  .work__inner .image {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.work .text {
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .work .text {
    margin-left: 0;
    margin-top: 1rem;
  }
  .work .text__title {
    text-align: center;
  }
}

.message__inner {
  display: flex;
}
@media screen and (max-width: 767px) {
  .message__inner {
    flex-direction: column;
  }
}
.message .text {
  margin: 0;
  background-color: #a6c6ee;
  border: #6babe5 2px solid;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.22);
}
.message .text:first-child {
  background-color: #abdb92;
  border: #497629 2px solid;
  margin-right: 3rem;
}
@media screen and (max-width: 767px) {
  .message .text:first-child {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.message .text__inner {
  padding: 1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .message .text__inner {
    padding: 0.5rem;
  }
}
.message .text__inner .name {
  margin-top: 1rem;
  text-align: right;
}

.experience {
  background-color: #92d050;
  color: #fff;
  border-radius: 10px;
}
.experience__inner {
  padding: 1rem;
}
.experience__inner span {
  color: #fff;
}/*# sourceMappingURL=index.css.map */</pre></body></html>