body {
  color: #000;
}
.p-review .l-container {
  max-width: 1480px;
}
.p-review .pc {
  display: block;
}
.p-review .sp {
  display: none;
}
.p-review .p-heading__title--vertical {
  color: #000;
  letter-spacing: .2em;
}
@media screen and (max-width: 768px) {
  .p-review .pc {
    display: none;
  }
  .p-review .sp {
    display: block;
  }
  .p-page__main__body {
    padding-bottom: 0;
  }
}

/* homeVoice */

.p-review .p-homeVoice {
  padding-bottom: 40px;
}
.p-homeVoice__head__text {
  width: 100%;
  margin: 16px 0 0;
  padding: 0 8px;
}
.p-homeVoice__head__text p {
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding: 16px;
  font-weight: 500;
  background: #d57979;
  position: relative;
}
.p-homeVoice__body {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .p-review .p-homeVoice {
    padding-bottom: 56px;
  }
  .p-homeVoice__head__text p {
    padding: 4px;
  }
  .p-homeVoice__body {
    margin-top: 30px;
  }
}

/* pickup */

.p-review__pickup {
  background: #EAA3A3;
  padding: 27px 0 65px;
}
.p-review__pickuphead {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
.p-review__pickuphead div {
  border: 1px solid #fff;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-size: min(4vw, 24px);
  font-weight: bold;
  letter-spacing: .1em;
  padding: .1em 1em;
}
.p-review__pickupbody ul {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-review__pickupbody ul li {
  align-items: stretch;
  background: #fff url(/img/web/review/p-review__pickup.png) repeat 0 0;
  border: 3px solid #D57979;
  box-shadow: 0 3px 6px rgba(137,27,27,.16);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 20px 20px;
  position: relative;
  width: 24%;
}
.p-review__pickupbody ul li p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
.p-review__pickupbody ul li p + p {
  margin-top: 1em;
}
.p-review__pickupbody ul li p strong {
  background: linear-gradient(0deg, #F0D3D3 0, #F0D3D3 2px, transparent 2px, transparent);
  color: #D57979;
  font-weight: bold;
}
.pickupbody__head {
  align-items: flex-end;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  top: -73px;
  width: 100%;
}
.pickupbody__image img {
  height: auto;
  margin-right: 10px;
  width: 93px;
}
.pickupbody__title {
  align-items: center;
  background: #D57979;
  border-radius: 9999px;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 19px;
  font-weight: bold;
  justify-content: center;
  padding: .4em 0;
  position: relative;
  top: -5px;
  width: 173px;
}
.pickupbody__title small {
  display: block;
  font-size: 10px;
  font-weight: normal;
}
.pickupbody__title::after {
  border: 5px solid transparent;
  border-top-color: #D57979;
  bottom: -10px;
  content: '';
  display: block;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .p-review__pickupbody ul {
    flex-direction: column;
  }
  .p-review__pickupbody ul li {
    width: 100%;
  }
  .p-review__pickupbody ul li + li {
    margin-top: 93px;
  }
}

/* voice */

.p-review__voice {
  background: #FCF6EC;
  padding: 80px 0 60px;
}
.p-review__voicebody ul {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-review__voicebody ul li {
  align-items: stretch;
  background: #fff;
  box-shadow: 0 3px 6px rgba(137,27,27,.16);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px 20px;
  position: relative;
  width: 24%;
}
.p-review__voicebody ul li::before {
  border: 2px solid #E39797;
  box-shadow: 0 2px 6px rgba(137,27,27,.16) inset;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-review__voicebody ul li:nth-child(n+5) {
  margin-top: 70px;
}
.p-review__voicebody ul li p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
.p-review__voicebody ul li p strong {
  color: #E39797;
  font-weight: bold;
}
.voicebody__head {
  align-items: center;
  background: #E39797;
  border-radius: 9999px;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: bold;
  justify-content: center;
  left: 50%;
  padding: .4em 0;
  position: absolute;
  transform: translateX(-50%);
  top: -15px;
  width: 132px;
}
.voicebody__head::after {
  border: 5px solid transparent;
  border-top-color: #E39797;
  bottom: -10px;
  content: '';
  display: block;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .p-review__voice {
    padding-top: 60px;
  }
  .p-review__voicebody ul {
    flex-direction: column;
  }
  .p-review__voicebody ul li {
    width: 100%;
  }
  .p-review__voicebody ul li:nth-child(n+5) {
    margin-top: 45px;
  }
  .p-review__voicebody ul li + li {
    margin-top: 45px;
  }
}

/* link */

.p-about__link {
  background: #F5DADA url(/img/web/about/img_link_bg.png) no-repeat top right / cover;
  padding-top: 100px;
  padding-top: min(10vw, 100px);
}
.p-about__link .l-container {
  max-width: 1060px;
}
.linkbody__list {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.linkbody__list li {
  margin-bottom: 80px;
  margin-bottom: min(8vw, 80px);
  width: 47.5%;
}
.linkbody__list li a {
  color: #000;
  font-weight: 500;
  letter-spacing: .1em;
}
.linkbody__list li a:hover {
  opacity: .65;
}
.linkbody__box {
  background: #fff;
  box-shadow: 0 3px 4px rgba(111,21,21,.22);
  margin-bottom: 20px;
  margin-bottom: min(3vw, 20px);
  padding-top: 1px;
}
.linkbody__capt {
  border: 1px solid #000;
  font-size: 17px;
  font-size: min(1.5vw, 17px);
  margin: 20px 40px;
  margin: min(4vw, 20px) min(8vw, 40px);
  padding: .5em 0;
  text-align: center;
}
.linkbody__capt strong {
  color: #D57979;
  font-weight: 500;
}
.linkbody__title {
  font-size: 29px;
  font-size: min(3vw, 29px);
  font-weight: bold;
  margin-bottom: 30px;
  margin-bottom: min(6vw, 30px);
  text-align: center;
}
.linkbody__link {
  align-items: center;
  display: flex;
  font-size: 20px;
  font-size: min(2vw, 20px);
  justify-content: flex-end;
}
.linkbody__link img {
  margin-left: 1em;
  width: 22px;
  width: min(4.6vw, 22px);
}
@media screen and (max-width: 768px) {
  .linkbody__list li {
    width: 100%;
  }
  .linkbody__capt {
    font-size: 17px;
    font-size: min(4vw, 17px);
  }
  .linkbody__title {
    font-size: 29px;
    font-size: min(6.5vw, 29px);
  }
  .linkbody__link {
    font-size: 20px;
    font-size: min(4vw, 20px);
  }
  .linkbody__link img {
    margin-left: .5em;
  }
}

/* cta3 */

.p-cta3 .l-container {
  max-width: 1160px;
}
