@charset "UTF-8";
/* --------------------------- arrow links --------------------------- */
/* --------------------------- voice --------------------------- */
.voice__large-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: -65px;
}

.voice__large-item {
  width: 48%;
  padding-bottom: 65px;
}

.voice__large-link {
  display: block;
}
.voice__large-link:hover .voice__large-img-frame {
  opacity: 0.8;
}
.voice__large-link:hover .voice__large-img {
  transform: scale(1.02);
}

.voice__large-img-frame {
  overflow: hidden;
  transition: 0.3s;
}

.voice__large-img {
  transform-origin: center center;
  transition: 0.3s;
}

.voice__large-cnt {
  position: relative;
  margin-top: 25px;
  padding-left: 20px;
}

.voice__large-cnt::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: #00A491;
}

.voice__large-tag {
  display: block;
  font-size: 1.5rem;
  color: #00A491;
}

.voice__large-title {
  padding: 8px 0 10px 0;
  font-size: 2.3rem;
  line-height: 1.5;
  font-weight: bold;
}

.voice__large-sub {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
}

.voice__small-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: -60px;
}

.voice__small-item {
  width: calc((100% - 100px) / 3);
  padding-bottom: 60px;
}

.voice__small-item:not(:nth-child(3n)) {
  padding-right: 50px;
}

.voice__small-img {
  width: 68%;
  padding-bottom: 28px;
  margin: 0 auto;
}

.voice__small-title {
  font-size: 1.9rem;
  line-height: 1.6;
  font-weight: bold;
}

.voice__small-sub {
  display: block;
  padding: 12px 0 25px 0;
  line-height: 1.6;
  font-weight: bold;
}

.voice__small-txt {
  font-size: 1.4rem;
}

/* -------------- archive -------------- */
/* -------------- interview -------------- */
.voice-interview__page-padding1 {
  padding-top: 60px;
  background: url(/img/voice/top/bg.jpg) repeat-y center;
  background-size: contain;
}

.voice-interview__title-wrap {
  display: flex;
  flex-flow: row-reverse;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
}

.voice-interview__title-img {
  width: 45%;
}

.voice-interview__title-cnt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  width: 55%;
  padding: 110px 8% 150px 8%;
}

.voice-interview__title-num {
  display: block;
  padding-bottom: 15px;
  font-size: 2.4rem;
  color: #00A491;
}

.voice-interview__title {
  padding-bottom: 25px;
  font-size: 3.5rem;
  line-height: 1.6;
  letter-spacing: 0.15em;
  font-weight: bold;
}

.voice-interview__title-name {
  display: block;
  padding-bottom: 50px;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: bold;
}

.voice-interview__title-txt {
  color: #666;
}

.voice-interview__unit {
  padding: 90px 10% 110px 10%;
  border-radius: 20px;
  margin-top: 60px;
  background: #fff;
}

.voice-interview__qa-block.-has-margin {
  padding-top: 60px;
}

.voice-interview__q-txt {
  position: relative;
  font-weight: bold;
  color: #00A491;
}

.voice-interview__q-txt::before {
  content: "ーーー ";
  display: inline;
  position: relative;
}

.voice-interview__a-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 30px;
}

.voice-interview__icon {
  width: 80px;
}

.voice-interview__icon-img {
  box-sizing: border-box;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 4px solid #00A491;
  overflow: hidden;
}

.voice-interview__icon-txt {
  display: block;
  padding-top: 8px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #00A491;
}

.voice-interview__a-cnt {
  padding-top: 10px;
  width: calc(100% - 110px);
}

.voice-interview__unit-img {
  border-radius: 10px;
  margin-top: 60px;
  overflow: hidden;
}

.voice-interview__middle-heading {
  padding-bottom: 55px;
  font-size: 3.1rem;
  line-height: 1.7;
  font-weight: bold;
}

/* --------------------------- voice responsive --------------------------- */
/* -------------------- sp1 -------------------- */
@media screen and (max-width: 1200px) {
  .voice__large-list {
    margin-bottom: -45px;
  }

  .voice__large-item {
    padding-bottom: 45px;
  }

  .voice__large-tag {
    font-size: 1.3rem;
  }

  .voice__large-title {
    font-size: 2rem;
  }

  .voice__large-sub {
    font-size: 1.4rem;
  }

  .voice__small-list {
    margin-bottom: -45px;
  }

  .voice__small-item {
    width: calc((100% - 30px) / 2);
    padding-bottom: 45px;
  }

  .voice__small-item:not(:nth-child(3n)) {
    padding-right: 0;
  }

  .voice__small-item:not(:nth-child(2n)) {
    padding-right: 30px;
  }

  .voice__small-img {
    width: 58%;
    padding-bottom: 20px;
  }

  .voice__small-title {
    font-size: 1.65rem;
  }

  .voice__small-sub {
    padding: 6px 0 25px 0;
    font-size: 1.4rem;
  }

  /* -------------- archive -------------- */
  /* -------------- interview -------------- */
  .voice-interview__page-padding1 {
    padding-top: 60px;
  }

  .voice-interview__title-wrap {
    display: block;
  }

  .voice-interview__title-img {
    width: 100%;
    max-height: 700px;
    overflow: hidden;
  }

  .voice-interview__title-cnt {
    width: 100%;
    padding: 55px 7% 80px 7%;
  }

  .voice-interview__title-num {
    padding-bottom: 10px;
    font-size: 1.8rem;
  }

  .voice-interview__title {
    padding-bottom: 15px;
    font-size: 3rem;
  }

  .voice-interview__title-name {
    padding-bottom: 35px;
    font-size: 1.6rem;
  }

  .voice-interview__unit {
    padding: 70px 7% 80px 7%;
    margin-top: 40px;
  }

  .voice-interview__qa-block.-has-margin {
    padding-top: 45px;
  }

  .voice-interview__unit-img {
    margin-top: 45px;
  }

  .voice-interview__middle-heading {
    font-size: 2.6rem;
  }
}
/* -------------------- sp2 -------------------- */
@media screen and (max-width: 700px) {
  .voice__large-item {
    width: 100%;
  }

  .voice__large-cnt {
    margin-top: 21px;
    padding-left: 17px;
  }

  .voice__large-cnt::before {
    width: 4px;
  }

  .voice__large-title {
    padding: 8px 0 10px 0;
    font-size: 1.8rem;
  }

  .voice__small-item {
    width: 100%;
  }

  .voice__small-item:not(:nth-child(2n)) {
    padding-right: 0;
  }

  /* -------------- archive -------------- */
  /* -------------- interview -------------- */
  .voice-interview__page-padding1 {
    padding-top: 40px;
    background-size: 850px auto;
  }

  .voice-interview__title-wrap {
    border-radius: 10px;
  }

  .voice-interview__title-cnt {
    padding: 40px 7% 55px 7%;
  }

  .voice-interview__title {
    font-size: 2.5rem;
  }

  .voice-interview__unit {
    padding: 50px 7% 60px 7%;
    border-radius: 10px;
    margin-top: 20px;
  }

  .voice-interview__a-wrap {
    display: block;
    padding-top: 25px;
  }

  .voice-interview__icon {
    float: left;
    width: 60px;
    padding: 0 20px 20px 0;
  }

  .voice-interview__icon-img {
    width: 60px;
    height: 60px;
  }

  .voice-interview__a-cnt {
    padding-top: 0;
    width: 100%;
  }

  .voice-interview__middle-heading {
    font-size: 2.1rem;
    padding-bottom: 30px;
  }
}

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