@charset "UTF-8";
/*================================================================================================================================================

お客様の声

================================================================================================================================================*/
#voice .container {
  width: 1280px;
  margin: 0 auto;
}

@media (max-width: 1320px) {
  #voice .container {
    width: 90vw;
  }
}

#voice .page-mv {
  text-align: center;
  height: 600px;
  max-height: 80vh;
  background-image: url(../images/voice-mv.jpg);
  background-size: cover;
  background-position-y: 26%;
}

#voice .voice-header {
  text-align: center;
  color: #ffffff;
  background: #e14b6e;
  background-image: url(../images/asanoha.png);
  background-size: auto 100px;
  padding: 46px 0 14px;
}

#voice .voice-header h1 {
  display: block;
  position: relative;
  font-size: 1.8rem;
}

#voice .voice-header h1 span {
  display: block;
  font-size: 3.6rem;
  line-height: 2.5rem;
  font-family: "Cinzel Decorative", cursive;
  font-weight: normal;
}

#voice .contents {
  padding: 60px;
  text-align: center;
}

#voice .contents .heading h2 {
  margin-bottom: 40px;
}

#voice .contents .heading .caption {
  margin-bottom: 100px;
}

#voice .voice-list .voice-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  margin: 0 auto 66px;
  position: relative;
}

#voice .voice-list .voice-box::after {
  content: "";
  position: absolute;
  bottom: -33px;
  display: inline-block;
  height: 1px;
  width: 100%;
  background-color: #c4c4c4;
}

#voice .voice-list .voice-box:last-child::after {
  content: none;
}

#voice .voice-list .voice-img {
  width: 20%;
  margin-right: 5%;
}

#voice .voice-list .voice-text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  width: 75%;
}

#voice .voice-list .voice-title {
  font-size: 2rem;
  margin: 8px auto 16px;
}

#voice .voice-list .voice-decoration {
  margin-bottom: 16px;
}

#voice .voice-list .voice-name {
  margin-bottom: 16px;
}

#voice .voice-list .voice-contents {
  text-align: left;
}

#voice .information {
  margin-top: 80px;
}

#voice .information p {
  color: #e14b6d;
  margin-bottom: 20px;
}

#voice .black-square-button-left-arrow {
  display: block;
  font-size: 1.2rem;
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000000;
  text-align: center;
  padding: 0 0 0 40px;
  height: 40px;
  line-height: 40px;
  width: 200px;
  margin: 0 auto;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
}

#voice .black-square-button-left-arrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  position: absolute;
  z-index: 100;
  left: 15px;
  top: 50%;
  margin: -5px 0 0 0;
  z-index: 10;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

#voice .black-square-button-left-arrow:hover {
  color: #000000;
  background: #ffffff;
}

#voice .black-square-button-left-arrow:hover::before {
  border-left: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
/*# sourceMappingURL=voice.css.map */