main {
  padding-bottom: 0;
}

#kv.type_1 {
  position: relative;
  border-bottom: none;
  z-index: 5;
}
@media screen and (min-width: 769px) {
  #kv.type_1 .ttl_set {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #kv.type_1 .ttl_set {
    min-height: 0;
    margin-bottom: 7rem;
  }
}
#kv.type_1 .ttl_set > p {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  #kv.type_1 .ttl_set > p {
    line-height: 1em;
    font-size: 10rem;
  }
}
@media screen and (min-width: 769px) {
  #kv.type_1 h2 span {
    line-height: 1em;
    font-size: 3.8rem;
  }
}
#kv.type_1 .inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 0;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  #kv.type_1 .inner {
    min-height: 64rem;
  }
}
@media screen and (max-width: 768px) {
  #kv.type_1 .inner {
    box-sizing: border-box;
    min-height: 42rem;
  }
}
#kv.type_1 .numbers {
  position: relative;
  width: 8rem;
  margin: 5rem 0 4rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #kv.type_1 .numbers {
    width: 4.8rem;
    margin: 0 0 3rem;
  }
}
#kv.type_1 .numbers::before {
  position: absolute;
  bottom: 0.4rem;
  right: 4.2rem;
  display: block;
  content: "";
  width: 4.3rem;
  height: 2px;
  background-color: #0000ff;
  transform-origin: right bottom;
  transform: rotate(-225deg);
}
@media screen and (max-width: 768px) {
  #kv.type_1 .numbers::before {
    bottom: 0;
    right: 2.8rem;
    height: 1px;
    width: 3rem;
  }
}
#kv.type_1 .numbers-now {
  line-height: 1em;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  #kv.type_1 .numbers-now {
    line-height: 1em;
    font-size: 2rem;
  }
}
#kv.type_1 .numbers-total {
  line-height: 1em;
  font-size: 1.6rem;
  margin-top: 0.4rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #kv.type_1 .numbers-total {
    line-height: 1em;
    font-size: 1rem;
  }
}
#kv.type_1 .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#kv.type_1 .job {
  margin-bottom: 1rem;
  line-height: 1em;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #kv.type_1 .job {
    margin-bottom: 0.5rem;
    background-color: #fff;
    line-height: 1em;
    font-size: 1.2rem;
  }
}
#kv.type_1 .name {
  line-height: 1em;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #kv.type_1 .name {
    background-color: #fff;
    line-height: 1em;
    font-size: 2.4rem;
  }
}
#kv.type_1 .join {
  margin-top: 2.5rem;
  line-height: 1em;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  #kv.type_1 .join {
    margin-top: 1.5rem;
    background-color: #fff;
    line-height: 1em;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  #kv.type_1 figure {
    top: auto;
    bottom: 0rem;
    width: 27rem;
  }
}

.cover_img img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}

.interview-contents {
  position: relative;
  padding: 12rem 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .interview-contents {
    padding: 5rem 0 10rem;
    border-bottom: #0000ff solid 1px;
  }
}
.interview-contents > * {
  position: relative;
  z-index: 5;
}
.interview-contents::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: calc(100% + 8rem);
  background: url(../../../images/voice/interview-common/bg.png) no-repeat center top/cover;
  z-index: 1;
}

.interview-comments {
  max-width: 100rem;
  margin: 0 auto 12rem;
  counter-reset: number 0;
}
@media screen and (max-width: 768px) {
  .interview-comments {
    margin-bottom: 8rem;
    padding: 0 2rem;
  }
}

.interview-comments__item {
  box-sizing: border-box;
  max-width: 84%;
  margin-bottom: 2rem;
  padding: 3rem 4rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .interview-comments__item {
    max-width: 89.3939393939%;
    padding: 2.5rem 1rem 2.5rem 2rem;
  }
}
.interview-comments__item:nth-child(2n) {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .interview-comments__item:nth-child(2n) {
    margin-bottom: 4rem;
  }
}
.interview-comments__item:nth-child(4n-1), .interview-comments__item:nth-child(4n) {
  margin-left: auto;
}

.interview-comments__head {
  position: relative;
  padding: 0.7rem 0 0.7rem 7rem;
  color: #0000ff;
  line-height: 1.4em;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .interview-comments__head {
    padding: 0.2rem 0 0.2rem 5.5rem;
    line-height: 1.572em;
    font-size: 1.4rem;
  }
}
.interview-comments__head::before {
  position: absolute;
  top: 0.8rem;
  left: 0;
  display: block;
  counter-increment: number 1;
  content: "Q" counter(number);
  font-family: "Montserrat", sans-serif;
  line-height: 1em;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .interview-comments__head::before {
    top: 0.3rem;
    line-height: 1em;
    font-size: 1.8rem;
  }
}
.interview-comments__head::after {
  position: absolute;
  top: 0;
  left: 5.2rem;
  display: block;
  content: "";
  height: 100%;
  width: 2px;
  background-color: #0000ff;
}
@media screen and (max-width: 768px) {
  .interview-comments__head::after {
    left: 4rem;
    width: 1px;
  }
}

.interview-comments__body {
  margin-top: 2rem;
  color: #000;
  font-weight: 500;
  line-height: 1.75em;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .interview-comments__body {
    margin-top: 1.5rem;
    line-height: 1.75em;
    font-size: 1.2rem;
    padding-right: 1.5rem;
  }
}

.interview-massege {
  max-width: 100rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .interview-massege {
    margin: 0 4rem;
  }
}

.interview-massege-title {
  margin-bottom: 0.5rem;
  line-height: 1em;
  font-size: 3.8rem;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 768px) {
  .interview-massege-title {
    line-height: 1em;
    font-size: 2.8rem;
  }
}

.interview-massege-lead {
  margin-bottom: 3rem;
  line-height: 1.75em;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .interview-massege-lead {
    margin-bottom: 2rem;
    line-height: 1.715em;
    font-size: 1.4rem;
  }
}

.interview-massege-box {
  display: flex;
  justify-content: space-between;
  padding: 4rem 8rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .interview-massege-box {
    flex-direction: column;
    padding: 3rem 2.5rem;
  }
}

.interview-massege-box__img {
  width: 15rem;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .interview-massege-box__img {
    margin: 0 auto 2rem;
  }
}

.interview-massege-box__letters {
  width: calc(100% - 19rem);
  padding-top: 1rem;
  color: #000;
  font-weight: 500;
  line-height: 1.75em;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .interview-massege-box__letters {
    width: auto;
    line-height: 1.75em;
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=style.css.map */