/* =================================
 p_voice_mv
================================= */
.p_voice_mv{
  width: 100%;
  height: 540px;
  position: relative;
}
.p_voice_mv .img_mv{
  width: 100%;
  height: 540px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p_voice_mv{
    height: 280px;
  }
  .p_voice_mv .img_mv{
    height: 280px;
  }
}
/* =================================
 p_voice_mv_ttl
================================= */


.p_voice_mv_ttl {
  width: 460px;
  border-radius: 50%;
  position: absolute;
  bottom: -60%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, 0);
  background: #F9F7F4;
}

.p_voice_mv_ttl_inner {
  position: relative;
  padding-top: 100%;
  padding-top: 100%;
  height: 0;
  width: 90%;
  margin: 0 auto;
}

.p_voice_mv_ttl_inner .c_ttl_1 {
  position: absolute;
  top: calc((40% - 1em)/2);
  left: 0;
  right: 0;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .p_voice_mv_ttl {
    width: 80%;
    max-width: 330px;
    bottom: -80%;
  }
  .p_voice_mv_ttl_inner .c_ttl_1 .en{
    font-size: 1.3rem;
  }
}



/* =================================
 p_voice_list
================================= */
.p_voice_list{
  display: flex;
  flex-wrap : wrap;
  justify-content: space-between;
  margin-top: 40px;
}


.p_voice_list_item{
width: calc(50% - 20px);
margin-bottom: 20px;
}
.p_voice_list_item:nth-last-child(-n+2){
  margin-bottom: 0;
}

.p_voice_card{
  height: 100%;
  border-radius: 40px;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;

}

.p_voice_label{
 border-radius: 16px;
 font-size: 1.3rem;
 padding: 2px 12px;
 display: inline-block;
 color: #fff;
}



.p_voice_list_item:nth-child(4n+1) .p_voice_card {
  background: #E2F2F2;
}
.p_voice_list_item:nth-child(4n+2) .p_voice_card {
  background: #FFE5E9;
}
.p_voice_list_item:nth-child(4n+3) .p_voice_card {
  background: #FFF6D4
}
.p_voice_list_item:nth-child(4n) .p_voice_card {
  background: #E2F2E2;
}




.p_voice_list_item:nth-child(4n+1)  .p_voice_label {
  background: #9ACCCC;
}
.p_voice_list_item:nth-child(4n+2) .p_voice_label {
  background: #F1B0B9;
}
.p_voice_list_item:nth-child(4n+3) .p_voice_label {
  background: #FFA448
}
.p_voice_list_item:nth-child(4n)  .p_voice_label {
  background: #90CF90;
}



.p_voice_txt{
  font-size: 1.4rem;
  padding: 24px 0;
  line-height: 2;
}

.p_voice_info{
  padding-top: 16px;
  display: flex;
  justify-content: flex-end;
  font-size: 1.6rem;
  margin-top: auto;
  width: 100%;
}
.p_voice_info .age{
  margin-right: 16px;
}


.p_voice_list_item:nth-child(4n+1) .p_voice_info{
  border-top: 1px dotted #BEDBDA;
  color: #498887;
}
.p_voice_list_item:nth-child(4n+2) .p_voice_info{
  border-top: 1px dotted #FECBD2;
  color: #EC9CA7;
}
.p_voice_list_item:nth-child(4n+3) .p_voice_info{
  border-top: 1px dotted #EB9E51;
  color: #FFA448;
}
.p_voice_list_item:nth-child(4n)  .p_voice_info{
  border-top: 1px dotted #BEDBDA;
  color: #4A704A;
}




@media screen and (max-width: 767px) {

.p_voice_list_item{
width: 100%;
margin-bottom: 16px;
}
.p_voice_list_item:nth-last-child(-n+2){
  margin-bottom: 16px;
}
.p_voice_list_item:last-child{
  margin-bottom: 0;
}
.p_voice_card{
  border-radius: 16px;
  padding: 24px;
}

.p_voice_label{
 font-size: 1.0rem;
}


.p_voice_txt{
  font-size: 1.3rem;
  padding: 16px 0;
}

.p_voice_info{
  padding-top: 16px;
  font-size: 1.1rem;
}
.p_voice_info .age{
  margin-right: 4px;
}
}

