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


     追加


***************************************/
/*最小値:$value+0.2 → 可変（$value + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px,2560px:12px））→ 最大値:$value + 1.2*/
/* =============================================================================


    voice


============================================================================= */
.pageheader {
  position: relative;
}

.voice-container {
  background: #efefef;
  margin: 40px 0;
  position: relative;
}

.voice-bg {
  bottom: 0;
  position: absolute;
  right: 0;
  width: 190px;
}
.voice-container:nth-of-type(2) .voice-bg {
  left: 0;
  right: auto;
}

.voice-contents {
  position: relative;
  z-index: 1;
}

.voice-people {
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.voice-container:nth-of-type(2n + 1) .voice-people {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  /* 
  @include mq("sp") {
    flex-direction: column;
  } */
}
.voice-people {
  /*   @include mq("sp") {
    flex-direction: column;
  } */
}

.voice-num {
  font-size: 20rem;
  font-weight: bold;
  line-height: 1;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.voice-container:nth-of-type(1) .voice-num {
  color: #ff1d25;
}
.voice-container:nth-of-type(2) .voice-num {
  color: #3fa8f4;
}
.voice-container:nth-of-type(3) .voice-num {
  color: #7ac843;
}

.voice-item-info {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  width: 100%;
  z-index: 2;
}

.voice-item-img {
  max-width: 260px;
  min-width: 260px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
  z-index: 1;
}
.voice-item-img:before {
  bottom: 70px;
  content: "";
  height: 6px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200vw;
  z-index: -1;
}
.voice-container:nth-of-type(1) .voice-item-img:before {
  background-color: #ff1d25;
}
.voice-container:nth-of-type(2) .voice-item-img:before {
  background-color: #3fa8f4;
}
.voice-container:nth-of-type(3) .voice-item-img:before {
  background-color: #7ac843;
}

.voice-item-ttl {
  font-size: 3.6rem;
}

.voice-item-names {
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 60px;
  width: 100%;
}

.voice-item-job {
  font-size: 2.8rem;
}

.voice-item-name {
  display: inline;
  font-size: 4rem;
}

.voice-txtlist {
  gap: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.voice-txtbox {
  display: inline-block;
  margin-top: 80px;
  min-width: 620px;
  padding-left: 32px;
  width: 60%;
}
.voice-txtbox._left {
  margin-left: auto;
}

.voice-ttl {
  font-size: 3.8rem;
  position: relative;
}
.voice-ttl:before {
  background-color: #ff1d25;
  content: "";
  height: calc(100% - 0.5em);
  left: -32px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
}
.voice-container:nth-of-type(2) .voice-ttl:before {
  background-color: #3fa8f4;
}
.voice-container:nth-of-type(3) .voice-ttl:before {
  background-color: #7ac843;
}

.voice-txt {
  font-size: 2.2rem;
  line-height: 1.8;
  margin-top: 1.5em;
}

@media (max-width: 1128px){
  .voice-num {
    font-size: 15rem;
  }
  .voice-item-img {
    min-width: 220px;
  }
  .voice-item-img:before {
    bottom: 5%;
    height: 3px;
  }
  .voice-item-ttl {
    font-size: 2.8rem;
  }
  .voice-item-names {
    gap: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
  .voice-item-job {
    font-size: 2.2rem;
  }
  .voice-item-name {
    font-size: 3.2rem;
  }
  .voice-ttl {
    font-size: 3rem;
  }
  .voice-txt {
    font-size: 2rem;
  }
}

@media (max-width: 767px){
  .voice-people {
    gap: 20px;
    margin: auto;
    margin-top: 20px;
    max-width: 500px;
  }
  .voice-num {
    font-size: 10rem;
    left: 0;
    position: absolute;
    right: auto;
    top: -1em;
  }
  .voice-container:nth-of-type(2n + 1) .voice-num {
    left: auto;
    right: 0;
  }
  .voice-item-img {
    margin: auto auto 0;
    min-width: unset;
    width: 50%;
  }
  .voice-item-ttl {
    font-size: 1.8rem;
    letter-spacing: -0.03em;
  }
  .voice-item-names {
    margin-top: 16px;
  }
  .voice-item-job {
    font-size: 1.8rem;
  }
  .voice-item-name {
    font-size: 2.2rem;
  }
  .voice-txtlist {
    gap: 10px;
  }
  .voice-txtbox {
    margin-top: 28px;
    min-width: unset;
    padding-left: 20px;
    width: 100%;
  }
  .voice-ttl:before {
    left: -20px;
    width: 10px;
  }
  .voice-ttl {
    font-size: 2rem;
  }
  .voice-txt {
    font-size: 1.6rem;
  }
}

/*# sourceMappingURL=voice.css.map*/