@charset "UTF-8";
/* CSS Document */
.voice-top {
  width: 100%;
  height: 50vh;
  background: -moz-linear-gradient(top, #F5F5F5, #F2D9D2);
  background: -webkit-linear-gradient(top, #F5F5F5, #F2D9D2);
  background: linear-gradient(to bottom, #F5F5F5, #F2D9D2);
  position: relative;
}
.custom-shape-divider-bottom-1652219646 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.custom-shape-divider-bottom-1652219646 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 50px;
  transform: rotateY(180deg);
}
.custom-shape-divider-bottom-1652219646 .shape-fill {
  fill: #fafafa;
}
@media(min-width: 426px) {
  .custom-shape-divider-bottom-1652219646 svg {
    height: 80px;
  }
}
@media(min-width: 1020px) {
  .custom-shape-divider-bottom-1652219646 svg {
    height: 137px;
  }
}
/*トップフォント指定*/
.voice-top h2 {
  font-family: 'Cormorant Garamond', serif;
  color: #ABABAB;
  font-size: 3.4rem;
  font-weight: 100;
  letter-spacing: .3em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.glowAnime span {
  opacity: 0;
}
/*アニメーションで透過を0から1に変化させtext-shadowをつける*/
.glowAnime.glow span {
  animation: glow_anime_on 1s ease-out forwards;
}
@keyframes glow_anime_on {
  0% {
    opacity: 0;
    text-shadow: 0 0 0 #a9a9a9, 0 0 0 #ABABAB;
  }
  50% {
    opacity: 1;
    text-shadow: 0 0 10px #a9a9a9, 0 0 15px #ABABAB;
  }
  100% {
    opacity: 1;
    text-shadow: 0 0 0 #a9a9a9, 0 0 0 #ABABAB;
  }
}
.section-voice {
  width: 100%;
  background-color: #fafafa;
  padding: 80px 0px 100px;
}
.h2-garamond {
  font-family: 'Cormorant Garamond', serif;
  color: #333;
  font-size: 2.4rem;
  font-weight: 100;
  letter-spacing: .2em;
  text-align: left;
  padding: 24px 186px 40px 60px;
  position: relative;
}
/*h2前の線のあしらい*/
.h2-garamond:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 40px;
  width: 1px;
  height: 90px;
  background: #333;
}
@media (min-width: 769px) {
  .h2-garamond {
    margin: 0px 100px 0px 100px;
  }
}
@media (min-width: 1440px) {
  .h2-garamond {
    margin-left: 200px;
  }
}
.section-voice__wrap {
  margin-bottom: 80px;
}
@media (min-width: 769px) {
  .section-voice__wrap {
    display: flex;
    justify-content: center;
  }
  .section-voice__flex-wrap {
    max-width: 380px;
    margin-right: 80px;
  }
  .section-voice__flex-wrap-pc {
    padding-top: 86px;
    margin-right: 0px;
  }
  .section-voice__voice4 {
    padding-top: 0px;
  }
}
.section-voice__name-wrap__top {
  padding-top: 86px;
}
.section-voice__name-wrap, .section-voice__name-wrap-reverse {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.section-voice__name-wrap img, .section-voice__name-wrap-reverse img {
  width: 120px;
  height: 120px;
  margin-right: 20px;
}
.section-voice__name-wrap-title {
  text-align: left;
  font-size: 1.6rem;
  letter-spacing: .2em;
  line-height: 1.2;
  padding-top: 60px;
}
.name-wrap-title__font {
  font-size: 1.4rem;
}
.section-voice__wrap h3 {
  color: #838383;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: .2em;
  text-align: center;
  margin: 20px 12px;
}
.section-voice__sentence-wrap {
  margin-bottom: 60px;
}
.section-voice__wrap-detail {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: left;
  background-color: #FFF;
  padding: 20px 12px;
}
.section-voice__name-wrap-reverse {
  flex-direction: row-reverse;
}
.section-voice__name-wrap-reverse img {
  margin-left: 20px;
}