/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
.p_voice_sec {
  padding: 37px 0 0;
}
.p_voice_post .l_container {
  padding: 0 23px;
}
.p_voice_post__list {
  display: grid;
  grid-gap: 18px 0;
}
.p_voice_post__link {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  position: relative;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  height: 100%;
  width: 100%;
  padding: 22px 20px 23px;
}
.p_voice_post__img {
  text-align: center;
  overflow: hidden;
}
.p_voice_post__img img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 290/147;
}
.p_voice_post__ttl .ttl {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 500;
  color: #4d4d4d;
  line-height: 1.5714285714;
  letter-spacing: 0;
  transition: all 0.5s;
}
.p_voice_post__desc {
  color: #82b3b9;
  font-weight: 500;
  line-height: 1.2;
  font-size: 0.625rem;
  margin-top: 10px;
}
.p_voice_post__infor {
  padding: 12px 0 0;
}

.c_pagination_sec {
  margin-top: 55px;
}

.p_voice_detail_sec {
  padding: 29px 0 0;
}
.p_voice_detail_main {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.p_voice_detail_main .l_container {
  max-width: 880px;
  padding: 0 17px;
}
.p_voice_detail_ttl {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.6666666667;
  color: #4d4d4d;
  letter-spacing: 0;
  text-align: justify;
}
.p_voice_detail_time {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: #AFB8B0;
  font-weight: 400;
  display: none;
}
.p_voice_detail_content {
  margin-top: 7px;
}
.p_voice_detail_content > p {
  font-size: 1rem;
  line-height: 1.75;
}
.p_voice_detail_content > *:not(:first-child) {
  margin-top: 20px;
}
.p_voice_detail_content .wp-block-post-featured-image + * {
  margin-top: 22px;
}
.p_voice_detail_content .c_block_profile {
  margin-top: 20px;
  margin-bottom: 34px;
}
.p_voice_detail_content > *:empty:last-child {
  display: none;
}
.p_voice_detail_txt_thanks {
  font-weight: 400;
  line-height: 1.6875;
  margin-top: 20px;
}
.p_voice_detail_btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
.p_voice_detail_btn__link {
  display: inline-flex;
  text-decoration: none;
  gap: 10px 5px;
}
.p_voice_detail_btn__link .txt {
  color: #82b3b9;
  display: inline-block;
  position: relative;
  line-height: 1.5;
  font-weight: 500;
  font-size: 0.75rem;
}
.p_voice_detail_btn__link .txt::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 1px;
  background-color: #82b3b9;
  transition: all 0.5s;
}
.p_voice_detail_btn__link .arrow {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.p_voice_detail_btn__link .arrow svg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.5s;
}
.p_voice_detail_btn__link .arrow path {
  transition: all 0.5s;
}
.p_voice_detail_btn__back {
  text-align: center;
  margin-top: 20px;
}
.p_voice_detail_btn__back .c_btn02 {
  min-width: 163px;
  min-height: 40px;
}
.p_voice_detail_other {
  margin-top: 36px;
  border-top: solid 1px #d1d1d1;
  padding: 20px 0 20px;
}
.p_voice_detail_other__ttl {
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
  line-height: 2.1875;
  color: #82b3b9;
}
.p_voice_detail_other .p_voice_post__list {
  margin-top: 9px;
  grid-gap: 16px 0;
}
.p_voice_detail_other .p_voice_post__infor {
  padding: 0;
}
.p_voice_detail_other .p_voice_post__link {
  display: block;
  padding: 14px 18px 13px;
  gap: 10px 15px;
}
.p_voice_detail_other .p_voice_post__img {
  float: left;
  width: 126px;
  flex-shrink: 0;
  margin-right: 9px;
  position: relative;
  top: 2px;
}
.p_voice_detail_other .p_voice_post__img img {
  aspect-ratio: 126/64;
}
.p_voice_detail_other .p_voice_post__ttl .ttl {
  -webkit-line-clamp: 3;
  line-height: 1.5;
  font-size: 0.75rem;
}
.p_voice_detail_other .p_voice_post__desc {
  clear: both;
  margin-top: clamp(1.25rem, 6.3775510204vw + -0.2447385204rem, 2.8125rem);
  padding-left: 7px;
}
.p_voice_detail_other__btn {
  margin-top: 21px;
  text-align: center;
}
.p_voice_detail_other__btn .c_btn02 {
  min-width: 163px;
  min-height: 40px;
}
@media screen and (min-width: 768px) {
  .p_voice_sec {
    padding: 19px 0 0;
  }
  .p_voice_post .l_container {
    padding: 0 40px;
  }
  .p_voice_post__list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 39px clamp(1.25rem, 3.3653846154vw + -0.3653846154rem, 3rem);
  }
  .p_voice_post__link {
    padding: 26px clamp(0.9375rem, 1.0817307692vw + 0.4182692308rem, 1.5rem) 29px;
    transition: all 0.5s;
  }
  .p_voice_post__img img {
    aspect-ratio: 346/176;
  }
  .p_voice_post__ttl .ttl {
    line-height: 1.5625;
  }
  .p_voice_post__desc {
    font-size: 0.75rem;
  }
  .p_voice_post__infor {
    padding: 18px 0 0;
  }
  .c_pagination_sec {
    margin-top: 78px;
  }
  .p_voice_detail_sec {
    padding: 68px 40px 0;
  }
  .p_voice_detail_main {
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    padding: 51px 0 68px;
  }
  .p_voice_detail_main .l_container {
    padding: 0 40px;
  }
  .p_voice_detail_ttl {
    font-size: 1.5625rem;
    line-height: 1.4;
  }
  .p_voice_detail_time {
    display: block;
  }
  .p_voice_detail_content {
    margin-top: 11px;
  }
  .p_voice_detail_content > p {
    font-size: 1.25rem;
    line-height: 1.75;
  }
  .p_voice_detail_content > *:not(:first-child) {
    margin-top: 29px;
  }
  .p_voice_detail_content .wp-block-post-featured-image + * {
    margin-top: 41px;
  }
  .p_voice_detail_content .c_block_profile {
    margin-bottom: 35px;
    margin-top: 21px;
  }
  .p_voice_detail_txt_thanks {
    margin-top: 25px;
    text-align: center;
  }
  .p_voice_detail_btns {
    margin-top: 36px;
  }
  .p_voice_detail_btn__link {
    gap: 10px;
  }
  .p_voice_detail_btn__link:hover .txt::after {
    opacity: 0;
  }
  .p_voice_detail_btn__link:hover .arrow svg {
    fill: #82b3b9;
  }
  .p_voice_detail_btn__link:hover .arrow path {
    stroke: #fff;
  }
  .p_voice_detail_btn__link .txt {
    font-size: 0.875rem;
  }
  .p_voice_detail_btn__link .txt::after {
    bottom: 5px;
  }
  .p_voice_detail_btn__link .arrow {
    top: -3px;
    width: 25px;
    height: 25px;
  }
  .p_voice_detail_btn__back {
    margin-top: 16px;
  }
  .p_voice_detail_btn__back .c_btn02 {
    min-height: 48px;
    min-width: 194px;
  }
  .p_voice_detail_other {
    margin-top: 45px;
    padding: 64px 0 0;
  }
  .p_voice_detail_other__ttl {
    line-height: 1.75;
    font-size: 1.25rem;
  }
  .p_voice_detail_other .p_voice_post__list {
    grid-gap: 39px clamp(1.25rem, 3.3653846154vw + -0.3653846154rem, 3rem);
    margin-top: 33px;
  }
  .p_voice_detail_other .p_voice_post__infor {
    padding: 18px 0 0;
  }
  .p_voice_detail_other .p_voice_post__link {
    gap: 0;
    display: flex;
    padding: 26px clamp(0.9375rem, 1.0817307692vw + 0.4182692308rem, 1.5rem) 29px;
    flex-direction: column;
  }
  .p_voice_detail_other .p_voice_post__img {
    top: 0;
    margin-right: 0;
    width: 100%;
  }
  .p_voice_detail_other .p_voice_post__img img {
    aspect-ratio: 346/176;
  }
  .p_voice_detail_other .p_voice_post__ttl .ttl {
    -webkit-line-clamp: 2;
    font-size: 1rem;
    line-height: 1.5625;
  }
  .p_voice_detail_other .p_voice_post__desc {
    padding-left: 0;
    margin-top: 10px;
  }
  .p_voice_detail_other__btn {
    margin-top: 34px;
  }
  .p_voice_detail_other__btn .c_btn02 {
    min-height: 48px;
    min-width: 194px;
  }
}
/*# sourceMappingURL=maps/voice.css.map */
