/* Scss Document */
.voice-index .inner {
  max-width: 100%;
  min-width: 100%;
  padding: 0;
}
@media only screen and (max-width: 640px) {
  .voice-index .inner {
    padding: 0 calc((50/760)*100vw);
  }
}
.voice-index-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12.0rem;
}
@media only screen and (max-width: 640px) {
  .voice-index-item {
    padding-bottom: calc((250/760)*100vw);
  }
}
.voice-index-item:nth-child(2n+2):after {
  right: auto;
  left: 0;
}
.voice-index-item:nth-child(2n+2) .voice-index-ttl {
  order: 2;
}
@media only screen and (max-width: 640px) {
  .voice-index-item:nth-child(2n+2) .voice-index-ttl {
    right: auto;
    left: 0;
  }
}
.voice-index-item:nth-child(2n+2) .voice-index-image {
  order: 1;
}
@media only screen and (max-width: 640px) {
  .voice-index-item:nth-child(2n+2) .voice-index-image {
    margin-left: auto;
  }
}
.voice-index-item:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  width: calc((750/1500)*100vw);
  height: calc((504/1500)*100vw);
  background: #F3EEE7;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .voice-index-item:after {
    content: none;
  }
}
.voice-index-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc((500/1500)*100vw);
  line-height: 1.2;
}
@media only screen and (max-width: 640px) {
  .voice-index-ttl {
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc((340/760)*100vw);
    height: calc((340/760)*100vw);
    padding: calc((20/760)*100vw);
    background: #F3EEE7;
    z-index: 33;
  }
}
.voice-index-ttl .num {
  margin-bottom: 2.0rem;
  font-family: "Akshar", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: calc((50/1500)*100vw);
  font-weight: 600;
}
@media only screen and (max-width: 640px) {
  .voice-index-ttl .num {
    margin-bottom: calc((10/760)*100vw);
    font-size: calc((60/760)*100vw);
  }
}
.voice-index-ttl .name {
  margin-bottom: 4.0rem;
  font-size: calc((18/1500)*100vw);
  font-weight: 400;
}
@media only screen and (max-width: 640px) {
  .voice-index-ttl .name {
    margin-bottom: calc((20/760)*100vw);
    font-size: calc((24/760)*100vw);
  }
}
.voice-index-image {
  position: relative;
  width: calc((1000/1500)*100vw);
  z-index: 22;
}
@media only screen and (max-width: 640px) {
  .voice-index-image {
    width: 90%;
  }
}
.voice-index-image img {
  width: 100%;
}
.voice-detail .inner.-w {
  max-width: 1300px;
}
@media only screen and (max-width: 640px) {
  .voice-detail .inner.-w {
    max-width: 100%;
  }
}
.voice-detail .flex-box {
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .voice-detail .flex-box {
    display: flex;
  }
}
.voice-detail .flex-box.col2 div, .voice-detail .flex-box.col2 figure {
  width: 48%;
}
.voice-detail .flex-box.col3 div, .voice-detail .flex-box.col3 figure {
  width: 31%;
}
@media only screen and (max-width: 640px) {
  .voice-detail .sp-block {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .voice-detail .sp-block.col2 div, .voice-detail .sp-block.col2 figure {
    width: 100%;
  }
}
.voice-detail p, .voice-detail figure {
  margin-bottom: 4.0rem;
}
@media only screen and (max-width: 640px) {
  .voice-detail p, .voice-detail figure {
    margin-bottom: calc((40/760)*100vw);
  }
}
.voice-detail-ttl {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 41.5rem;
  height: 27.5rem;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  line-height: 1.2;
}
@media only screen and (max-width: 640px) {
  .voice-detail-ttl {
    width: calc((415/1300)*100vw);
    height: calc((275/1300)*100vw);
  }
}
.voice-detail-ttl-wrap {
  position: relative;
  margin-bottom: 8.0rem;
}
@media only screen and (max-width: 640px) {
  .voice-detail-ttl-wrap {
    margin-bottom: calc((80/760)*100vw);
  }
}
.voice-detail-ttl-wrap .num {
  font-family: "Akshar", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 6.0rem;
  font-weight: 500;
}
@media only screen and (max-width: 640px) {
  .voice-detail-ttl-wrap .num {
    font-size: calc((100/1300)*100vw);
  }
}
.voice-detail-ttl-wrap .name {
  font-size: 2.0rem;
  font-weight: 400;
}
@media only screen and (max-width: 640px) {
  .voice-detail-ttl-wrap .name {
    font-size: calc((30/1300)*100vw);
  }
}
.voice-detail-mttl {
  margin: 2em 0 3em;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .voice-detail-mttl {
    margin: 1.2em 0 2em;
    font-size: calc((40/760)*100vw);
  }
}
.voice-detail-message {
  padding: 3.5rem 3.0rem;
  background: #F3F3F3;
}
.voice-detail-message h5 {
  margin-bottom: 1em;
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 1.2;
}
.voice-detail-message p {
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.0;
}
.voice-detail-note {
  margin-top: 1.5em;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: right;
}
