/*----------------------------------------

	BABY CASE COMMON CSS

-----------------------------------------*/
@media screen and (max-width: 768px) {
  .c-box {
    overflow: hidden;
  }
}

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

/*----------------------------------------
	- voice-content
-----------------------------------------*/
.voice-content {
  margin-block-start: 65px;
}
@media screen and (max-width: 768px) {
  .voice-content {
    margin-block-start: 20vw;
  }
}
.voice-content__header {
  display: grid;
  grid-template-columns: auto 52.7%;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .voice-content__header {
    display: block;
  }
}
.voice-content__text h2 {
  font-weight: var(--font-medium);
  display: grid;
  grid-template-columns: 72px auto;
  align-items: center;
  -moz-column-gap: 19px;
       column-gap: 19px;
}
@media screen and (max-width: 768px) {
  .voice-content__text h2 {
    grid-template-columns: 12.5vw auto;
    -moz-column-gap: 2.5vw;
         column-gap: 2.5vw;
  }
}
.voice-content__text h2.tokorozawa {
  grid-template-columns: 107px auto;
}
@media screen and (max-width: 768px) {
  .voice-content__text h2.tokorozawa {
    grid-template-columns: 16.75vw auto;
  }
}
.voice-content__text h2.chichibu::before {
  content: "";
  display: block;
  width: 72px;
  height: 72px;
  background: transparent url(/asset/img/product/baby/emblem_chichibu.webp) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .voice-content__text h2.chichibu::before {
    width: 12.5vw;
    height: 12.5vw;
  }
}
.voice-content__text h2.tokorozawa::before {
  content: "";
  display: block;
  width: 107px;
  height: 72px;
  background: transparent url(/asset/img/product/baby/emblem_tokorozawa.webp) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .voice-content__text h2.tokorozawa::before {
    width: 16.75vw;
    height: 12.5vw;
  }
}
.voice-content__text h2.gotemba::before {
  content: "";
  display: block;
  width: 72px;
  height: 72px;
  background: transparent url(/asset/img/product/baby/emblem_gotemba.webp) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .voice-content__text h2.gotemba::before {
    width: 12.5vw;
    height: 12.5vw;
  }
}
.voice-content__text p {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-block-start: 42px;
  padding-inline: 32px;
  font-weight: var(--font-medium);
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .voice-content__text p {
    margin-block-start: 5.75vw;
    padding-inline: 5vw;
    letter-spacing: 0;
  }
}
.voice-content__text p::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 22px;
  height: 17px;
  background-image: url(/asset/img/common/ic-quotation-start-pink.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .voice-content__text p::before {
    top: 2.25vw;
    left: -0.25vw;
    width: 4vw;
    height: 3vw;
  }
}
.voice-content__text p::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 21px;
  width: 22px;
  height: 17px;
  background-image: url(/asset/img/common/ic-quotation-end-pink.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .voice-content__text p::after {
    right: -0.25vw;
    bottom: 5.75vw;
    width: 4vw;
    height: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .voice-content__img {
    width: 96.7%;
    margin-block-start: 8.25vw;
    margin-inline: auto;
  }
}
.voice-content__interview {
  margin-block-start: 144px;
}
@media screen and (max-width: 768px) {
  .voice-content__interview {
    margin-block-start: 19.5vw;
  }
}
.voice-content__interview h3 {
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 560px;
  border-bottom: 2px solid var(--color-primarydefault);
  margin: 0 auto;
  padding-block-end: 27px;
  font-weight: var(--font-medium);
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .voice-content__interview h3 {
    width: 77.5%;
    padding-block-end: 2.5vw;
    border-bottom-width: 1px;
  }
}
.voice-content__interview h3::before {
  content: "";
  z-index: 2;
  display: block;
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -11px;
  border: 11px solid transparent;
  border-top: 11px solid #fff;
}
@media screen and (max-width: 768px) {
  .voice-content__interview h3::before {
    bottom: -11px;
    margin-left: -6px;
    border: 6px solid transparent;
    border-top: 6px solid #fff;
  }
}
.voice-content__interview h3::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-content__interview h3::after {
    bottom: -7px;
    margin-left: -6px;
    border: 6px solid transparent;
    border-top-color: var(--color-primarydefault);
    border-bottom-width: 0;
  }
}
.voice-content__interview .interview-box {
  line-height: 1.5;
}
.voice-content__interview .interview-box.box-type1 {
  margin-block-start: 111px;
}
@media screen and (max-width: 768px) {
  .voice-content__interview .interview-box.box-type1 {
    margin-block-start: 11.25vw;
  }
}
.voice-content__interview .interview-box.box-type2 {
  margin-block-start: 100px;
}
@media screen and (max-width: 768px) {
  .voice-content__interview .interview-box.box-type2 {
    margin-block-start: 15vw;
  }
}
.voice-content__interview .interview-box.box-type3 {
  margin-block-start: 100px;
}
@media screen and (max-width: 768px) {
  .voice-content__interview .interview-box.box-type3 {
    margin-block-start: 15vw;
  }
}
.voice-content__interview .interview-box h4 {
  margin: 0;
  padding: 0;
  font-weight: var(--font-medium);
  letter-spacing: 0.03em;
}
.voice-content__interview .interview-box > div {
  display: grid;
}
@media screen and (max-width: 768px) {
  .voice-content__interview .interview-box > div {
    display: block;
  }
}
.voice-content__interview .interview-box > div h5 {
  display: grid;
  grid-template-columns: 44px auto;
  color: var(--color-primarydark);
  font-weight: var(--font-medium);
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .voice-content__interview .interview-box > div h5 {
    grid-template-columns: 32px auto;
    letter-spacing: 0em;
    line-height: 2;
  }
}
.voice-content__interview .interview-box > div h5::before {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  margin-block-start: 13px;
  background-color: var(--color-primarydark);
}
@media screen and (max-width: 768px) {
  .voice-content__interview .interview-box > div h5::before {
    width: 24px;
    margin-block-start: 3.75vw;
  }
}
.voice-content__interview .interview-box > div p {
  margin-block-start: 41px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .voice-content__interview .interview-box > div p {
    margin-block-start: 5.25vw;
  }
}
.voice-content__interview .interview-box.box-type1 > div {
  grid-template-columns: 1fr 470px;
  -moz-column-gap: 60px;
       column-gap: 60px;
  margin-block-start: 51px;
}
@media screen and (max-width: 768px) {
  .voice-content__interview .interview-box.box-type1 > div {
    margin-block-start: 6vw;
  }
}
.voice-content__interview .interview-box.box-type1 > div figure {
  margin-block-start: -1px;
}
@media screen and (max-width: 768px) {
  .voice-content__interview .interview-box.box-type1 > div figure {
    margin-block-start: 6vw;
  }
}
.voice-content__interview .interview-box.box-type2 > div {
  grid-template-columns: 470px 1fr;
  -moz-column-gap: 60px;
       column-gap: 60px;
  margin-block-start: 51px;
}
@media screen and (max-width: 768px) {
  .voice-content__interview .interview-box.box-type2 > div {
    margin-block-start: 6vw;
  }
}
@media screen and (max-width: 768px) {
  .voice-content__interview .interview-box.box-type2 > div div {
    margin-block-start: 6vw;
  }
}
.voice-content__interview .interview-box.box-type2 > div figure {
  margin-block-start: -1px;
}
@media screen and (max-width: 768px) {
  .voice-content__interview .interview-box.box-type2 > div figure {
    margin-block-start: 6vw;
  }
}
.voice-content__interview .interview-box.box-type3 > div {
  display: block;
  margin-block-start: 51px;
}
@media screen and (max-width: 768px) {
  .voice-content__interview .interview-box.box-type3 > div {
    margin-block-start: 6vw;
  }
}
.voice-content__interview .interview-box.box-type3 > div:nth-of-type(2) {
  margin-block-start: 61px;
}
@media screen and (max-width: 768px) {
  .voice-content__interview .interview-box.box-type3 > div:nth-of-type(2) {
    margin-block-start: 7vw;
  }
}
.voice-content__interview .interview-box.box-type3 > figure {
  max-width: 1000px;
  width: 91%;
  margin-inline: auto;
  margin-block-start: 80px;
}
@media screen and (max-width: 768px) {
  .voice-content__interview .interview-box.box-type3 > figure {
    width: 100vw;
    margin-block-start: 10vw;
    margin-inline: calc(50% - 50vw);
  }
}
.voice-content__interview .interview-box.box-type3 > figure figcaption {
  display: flex;
  justify-content: center;
  margin-block-start: 15px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .voice-content__interview .interview-box.box-type3 > figure figcaption {
    margin-block-start: 2.25vw;
  }
}
.voice-content .link {
  display: flex;
  justify-content: center;
  margin-block-start: 103px;
}
@media screen and (max-width: 768px) {
  .voice-content .link {
    margin-block-start: 15.5vw;
  }
}
.voice-content .link a {
  display: flex;
  justify-content: center;
  gap: 24px;
  max-width: 500px;
  width: 100%;
  margin: auto;
  padding: 23px 20px;
  border-radius: 8px;
  border: 1px solid var(--color-americansilver);
  transition: background-color 0.2s;
}
@media screen and (max-width: 768px) {
  .voice-content .link a {
    gap: 2.5vw;
    padding: 3.75vw 5.5vw;
    border-radius: 2vw;
  }
}
@media (hover: hover) {
  .voice-content .link a:hover {
    background-color: var(--color-palepink);
  }
}
.voice-content .link figure {
  width: 72px;
  height: 72px;
}
@media screen and (max-width: 768px) {
  .voice-content .link figure {
    width: 10.5vw;
    height: 10.5vw;
  }
}
.voice-content .link.tokorozawa figure {
  width: 107px;
  height: 72px;
}
@media screen and (max-width: 768px) {
  .voice-content .link.tokorozawa figure {
    width: 15.5vw;
    height: 10.5vw;
  }
}
.voice-content .link p {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  gap: 0.7em;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: var(--font-medium);
}
.voice-content .link p::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(/asset/img/common/ic-tabs-pink.svg) !important;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}
@media screen and (max-width: 768px) {
  .voice-content .link p::after {
    width: 4vw;
    height: 4vw;
    background-size: 100% 100%;
  }
}
.voice-content .link .font16_14 {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

/*----------------------------------------
	- learn
-----------------------------------------*/
.learn {
  background-color: var(--color-soapstone);
}
@media screen and (min-width: 769px) {
  .learn {
    grid-template-columns: 1fr;
    padding-block: 80px;
    margin-block-start: 150px;
  }
}
@media screen and (max-width: 768px) {
  .learn {
    padding-block: 15vw;
    margin-block-start: 20vw;
  }
}
.learn .c-box {
  display: grid;
}
@media screen and (min-width: 769px) {
  .learn .c-box {
    width: -moz-fit-content;
    width: fit-content;
    grid-template-columns: repeat(2, auto);
    gap: 32px 65px;
  }
}
@media screen and (max-width: 768px) {
  .learn .c-box {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
.learn h2 {
  font-weight: var(--font-medium);
  line-height: 1;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 769px) {
  .learn h2 {
    text-align: center;
    grid-column: 1/3;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 768px) {
  .learn h2 {
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .learn p {
    grid-row: 2/3;
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 768px) {
  .learn p:nth-of-type(1) {
    margin-block-start: 8.25vw;
  }
}
@media screen and (max-width: 768px) {
  .learn p:nth-of-type(2) {
    margin-block-start: 7vw;
  }
}