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

	VOICE CSS

-----------------------------------------*/
@media screen and (min-width: 769px) {
  .c-title01 img {
    width: 131px;
  }
}
@media screen and (max-width: 768px) {
  .c-title01 img {
    width: 23vw;
  }
}
@media screen and (min-width: 769px) {
  .c-title01 > span:nth-child(2).font48_28 {
    margin-block-start: 12px;
  }
}

.speechbubble {
  font-weight: var(--font-medium);
  letter-spacing: 0.01em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-image: url(/asset/img/product/baby/baby-voice_speechbubble.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-inline: 0.2em 0;
}
@media screen and (min-width: 769px) {
  .speechbubble {
    width: 80px;
    height: 73px;
  }
}
@media screen and (max-width: 768px) {
  .speechbubble {
    width: 16vw;
    height: 14.5vw;
  }
}
@media screen and (min-width: 769px) {
  .speechbubble::after {
    font-size: 1.25rem;
    margin-block-end: 8px;
  }
}
@media screen and (max-width: 768px) {
  .speechbubble::after {
    font-size: 4vw;
    margin-block-end: 1.25vw;
  }
}

/*----------------------------------------
	- VOICE
-----------------------------------------*/
@media screen and (min-width: 769px) {
  .voice {
    margin-block-start: 100px;
  }
}
@media screen and (max-width: 768px) {
  .voice {
    margin-block-start: 20vw;
  }
}
.voice .box01 {
  display: grid;
}
@media screen and (min-width: 769px) {
  .voice .box01 {
    width: min(1100px, 90%);
    grid-template-columns: 240px 1fr;
    align-items: center;
    gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  .voice .box01 figure {
    width: 45vw;
    margin-inline: auto;
  }
}
.voice .box01 .font20_16 {
  font-weight: var(--font-regular);
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .voice .box01 .font20_16 {
    margin-block-start: 8vw;
  }
}
.voice .bg {
  width: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .voice .bg {
    margin-block-start: 120px;
    aspect-ratio: 1600/170;
    background-image: url(/asset/img/product/baby/baby-features_bg01.svg);
  }
}
@media screen and (max-width: 768px) {
  .voice .bg {
    margin-block-start: 20vw;
    aspect-ratio: 400/78;
    background-image: url(/asset/img/product/baby/baby-features_bg01-sp.svg);
  }
}
.voice .box02 {
  background: linear-gradient(180deg, #FEFFD2 0%, #FFF2F4 100%);
}
@media screen and (min-width: 769px) {
  .voice .box02 {
    padding-block-end: 80px;
  }
}
@media screen and (max-width: 768px) {
  .voice .box02 {
    padding-block-end: 17.75vw;
  }
}
@media screen and (max-width: 768px) {
  .voice .box02 .c-box {
    padding-inline: 8vw;
  }
}
.voice .box02 .font40_28 {
  display: flex;
  justify-content: center;
  position: relative;
  border-bottom: 2px solid var(--color-primarydefault);
  margin: 0 auto;
  font-weight: var(--font-medium);
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .voice .box02 .font40_28 {
    transform: translateY(-25px);
    padding-block-end: 27px;
    max-width: 560px;
  }
}
@media screen and (max-width: 768px) {
  .voice .box02 .font40_28 {
    transform: translateY(-1.5vw);
    padding-block-end: 2.5vw;
    max-width: 68vw;
    border-bottom-width: 1px;
  }
}
.voice .box02 .font40_28::before {
  content: "";
  z-index: 2;
  display: block;
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -11px;
  border: 11px solid transparent;
  border-top: 11px solid #FEFFD2;
}
@media screen and (max-width: 768px) {
  .voice .box02 .font40_28::before {
    bottom: -11px;
    margin-left: -6px;
    border: 6px solid transparent;
    border-top: 6px solid #FEFFD2;
  }
}
.voice .box02 .font40_28::after {
  content: "";
  z-index: 1;
  display: block;
  position: absolute;
  bottom: -14px;
  left: 50%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-top-color: var(--color-primarydefault);
  border-bottom-width: 0;
}
@media screen and (max-width: 768px) {
  .voice .box02 .font40_28::after {
    bottom: -7px;
    margin-left: -6px;
    border: 6px solid transparent;
    border-top-color: var(--color-primarydefault);
    border-bottom-width: 0;
  }
}
.voice .box02 .item-list {
  display: grid;
  counter-reset: num;
}
@media screen and (min-width: 769px) {
  .voice .box02 .item-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 45px 25px;
    margin-block-start: 88px;
  }
}
@media screen and (max-width: 768px) {
  .voice .box02 .item-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 7.075vw 6.2vw;
    margin-block-start: 14.5vw;
  }
}
.voice .box02 .item-list li {
  position: relative;
  counter-increment: num;
}
.voice .box02 .item-list li .speechbubble {
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .voice .box02 .item-list li .speechbubble {
    top: -20px;
    left: -10px;
  }
}
@media screen and (max-width: 768px) {
  .voice .box02 .item-list li .speechbubble {
    top: -4.5vw;
    left: 0;
  }
}
.voice .box02 .item-list li .speechbubble::after {
  content: "0" counter(num);
}
.voice .box02 .item-list li:nth-of-type(n+10) .speechbubble::after {
  content: counter(num);
}
.voice .box02 .item-list figure {
  border-radius: 50%;
  overflow: hidden;
}
.voice .box02 .item-list img {
  transition: scale 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.voice .box02 .item-list a:hover img {
  scale: 1.1;
}
@media screen and (min-width: 769px) {
  .voice .box03 {
    width: min(1000px, 90%);
    margin-block-start: 180px;
  }
}
@media screen and (max-width: 768px) {
  .voice .box03 {
    margin-block-start: 25vw;
  }
}
.voice .box03 .item-list {
  display: grid;
  counter-reset: num;
}
@media screen and (min-width: 769px) {
  .voice .box03 .item-list {
    gap: 68px;
  }
}
@media screen and (max-width: 768px) {
  .voice .box03 .item-list {
    gap: 10vw;
  }
}
.voice .box03 .item-list li {
  display: grid;
  counter-increment: num;
}
@media screen and (min-width: 769px) {
  .voice .box03 .item-list li {
    grid-template-columns: 42% 1fr;
    align-items: center;
    gap: 0 6%;
    scroll-margin-block-start: 130px;
  }
}
@media screen and (max-width: 768px) {
  .voice .box03 .item-list li {
    scroll-margin-block-start: 76px;
  }
}
@media screen and (max-width: 768px) {
  .voice .box03 .item-list li > figure {
    padding-inline: 1.5vw;
  }
}
@media screen and (min-width: 769px) {
  .voice .box03 .item-list li:nth-of-type(even) {
    grid-template-columns: 1fr 42%;
  }
}
@media screen and (min-width: 769px) {
  .voice .box03 .item-list li:nth-of-type(even) > figure {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 768px) {
  .voice .box03 .item-list li .txt {
    margin-block-start: 5vw;
  }
}
.voice .box03 .item-list li .main {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .voice .box03 .item-list li .main {
    gap: 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .voice .box03 .item-list li .main {
    gap: 0 3vw;
  }
}
.voice .box03 .item-list li .main .speechbubble::after {
  content: "0" counter(num);
}
.voice .box03 .item-list li:nth-of-type(n+10) .speechbubble::after {
  content: counter(num);
}
.voice .box03 .item-list li .font24_18 {
  font-weight: var(--font-medium);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .voice .box03 .item-list li .font24_18 {
    line-height: 2;
  }
}
.voice .box03 .item-list li .font16_14 {
  font-weight: var(--font-regular);
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .voice .box03 .item-list li .font16_14 {
    margin-block-start: 32px;
  }
}
@media screen and (max-width: 768px) {
  .voice .box03 .item-list li .font16_14 {
    margin-block-start: 4vw;
  }
}
.voice .box03 .item-list li .font12_11 {
  color: var(--color-smokegray);
}
@media screen and (min-width: 769px) {
  .voice .box03 .item-list li .font12_11 {
    margin-block-start: 10px;
  }
}
@media screen and (max-width: 768px) {
  .voice .box03 .item-list li .font12_11 {
    margin-block-start: 1.5vw;
  }
}
.voice .box03 .item-list li .font12_11::before {
  content: "※";
}