.front-voice{
  padding: 110px 0 120px;
  background: #FFF;
}

.front-voice__inner{
  width: 94%;
  margin: 0 auto;
  max-width: 1280px;
}

.front-voice__head{
  display: flex;
  align-items: baseline;
  gap: 26px;
  margin-bottom: 48px;
}

.front-voice__heading{
  margin: 0;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.15;
  color: #1c2230;
}

.front-voice__subheading{
  margin: 0;
  color: #c9beb0;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
}

.front-voice__grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 54px;
  align-items: start;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif !important;
}

.voice-card{
  position: relative;
}

.voice-card__link,
.voice-card__link:visited,
.voice-card__link:hover,
.voice-card__link:active{
  display: block;
  color: inherit;
  text-decoration: none;
}

.voice-card__paper{
  position: relative;
  border: 1px solid #ece7df;
  box-shadow: 6px 6px 0 rgba(0,0,0,0.02);
  min-height: 320px;

  background: url("/wp-content/uploads/2026/06/%E3%83%88%E3%83%83%E3%83%97%E3%83%9A%E3%83%BC%E3%82%B8%E3%81%8A%E5%AE%A2%E6%A7%98%E3%81%AE%E5%A3%B0%E3%83%90%E3%83%8A%E3%83%BC-2.jpg") center center / cover no-repeat !important;
}

.voice-card__top{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.voice-card__tag{
  margin: 0;
  padding: 10px 16px 10px;
  background: #857a58;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}

.voice-card__new{
  margin: 0;
  padding: 10px 16px 10px;
  background: #e4604a;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}

.voice-card__body{
  padding: 36px 32px 32px;
}

.voice-card__title{
  margin: 0;
  color: #1f1a17;
  font-size: 24px;
  line-height: 1.9;
  font-weight: 400;
  min-height: 132px;
	font-family: "Zen Kurenaido", serif !important;
}

.voice-card__more{
  margin: 30px 0 12px;
  color: #b8b0a7;
  font-size: 12px;
  line-height: 1;
}

.voice-card__name{
  margin: 0;
  color: #7d6746;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
	font-family: "Zen Kurenaido", serif;
}

.voice-card__person{
  position: absolute;
  right: -20px;
  bottom: -26px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #8b7b56;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.voice-card__person img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.35s ease;
  transform-origin: center center;
}

.voice-card__link:hover .voice-card__person img{
  transform: scale(1.12);
}

.front-voice__footer{
  margin-top: 78px;
  text-align: center;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif !important;
}

.front-voice__button,
.front-voice__button:visited,
.front-voice__button:active{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 200px;
  height: 54px;
  padding: 0 34px;
  background: #ffffff;
  border: 1px solid #efebe6;
  color: #17120f;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.front-voice__button:hover{
  background: #17120f;
  border-color: #17120f;
  color: #ffffff;
  text-decoration: none;
}

.front-voice__button-arrow{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.front-voice__button-icon{
  width: 18px;
  height: 18px;
  display: block;
}

.front-voice__button-icon path{
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.front-voice__button:hover .front-voice__button-arrow{
  transform: translateX(6px);
}

@media screen and (max-width: 1200px){
  .front-voice__grid{
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
  }
}

@media screen and (max-width: 767px){
  .front-voice{
    padding: 70px 0 80px;
  }

  .front-voice__inner{
    width: calc(100% - 32px);
  }

  .front-voice__head{
    display: block;
    margin-bottom: 28px;
  }

  .front-voice__subheading{
    margin-top: 10px;
  }

  .front-voice__grid{
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .voice-card__paper{
    min-height: auto;
  }

  .voice-card__body{
    padding: 28px 24px 28px;
  }

  .voice-card__title{
    font-size: 20px;
    min-height: auto;
  }

  .voice-card__name{
    font-size: 22px;
  }

  .voice-card__person{
    width: 84px;
    height: 84px;
    right: -12px;
    bottom: -20px;
  }
}

.voice-card__person{
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  transform-origin: center center;
}

.voice-card__link:hover .voice-card__person{
  transform: scale(1.12);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}