@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.font-noto {
  font-family: "Noto Sans JP", sans-serif;
}

.s-banner {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 555px) {
  .s-banner {
    width: 100%;
    margin-top: 40px;
    padding: 0 10px;
  }
}
.s-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.s-banner-bottom {
  margin-bottom: 50px;
}
@media screen and (max-width: 555px) {
  .s-banner-bottom {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0;
  }
}

.voice-wrap {
  display: flex;
  gap: 10%;
  margin: 40px 0;
}
@media screen and (max-width: 1000px) {
  .voice-wrap {
    width: 100%;
    padding: 0 6%;
    flex-direction: column;
    gap: 30px;
  }
}
.voice-wrap * {
  font-family: "Noto Sans JP", sans-serif;
}
.voice-wrap .voice-item {
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  flex: 1;
  height: auto;
  padding: 40px;
  border-radius: 30px;
}
.voice-wrap .voice-item-top {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (max-width: 555px) {
  .voice-wrap .voice-item-top {
    flex-direction: column;
  }
}
.voice-wrap .voice-item-top figure {
  width: 172px;
  height: 172px;
  border-radius: 9999px;
  overflow: hidden;
  flex-shrink: 0;
}
.voice-wrap .voice-item-top figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice-wrap .voice-item-top .t-box p {
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.05em;
}
.voice-wrap .voice-item-top .t-box h4 {
  font-size: 26px;
  font-weight: 800;
  line-height: 150%;
  letter-spacing: 0em;
  margin-top: 10px;
}
.voice-wrap .voice-item-top .t-box h4 span {
  text-decoration-line: underline;
  text-decoration-color: #F99A7E;
  text-decoration-thickness: 8px;
  text-underline-offset: 0px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.voice-wrap .voice-item-center {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0em;
  color: #F99A7E;
  margin-top: 20px;
}
.voice-wrap .voice-item-bottom {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.voice-wrap .voice-item-bottom li h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0em;
}
.voice-wrap .voice-item-bottom li p {
  font-style: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0em;
  margin-top: 10px;
}
.voice-wrap .voice-item-bottom li p span {
  font-weight: 700;
  color: #F99A7E;
}/*# sourceMappingURL=style.css.map */