@charset "UTF-8";
/*----------------------------------------------------
  変数セット
----------------------------------------------------*/
.page-title-wrap {
  background-color: #FAFFE1;
  height: 315px;
}
@media screen and (max-width: 767.98px) {
  .page-title-wrap .container {
    align-items: baseline;
  }
}
.page-title-wrap .catch {
  color: #00A040;
  font-size: 3.6rem;
  font-weight: 500;
  border-bottom: 2px solid #00A040;
  width: 450px;
  padding-bottom: 2rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .page-title-wrap .catch {
    font-size: 3rem;
    margin-top: 2rem;
    width: 348px;
  }
}
@media screen and (max-width: 767.98px) {
  .page-title-wrap .catch {
    font-size: 2.6rem;
    width: 294px;
  }
}
.page-title-wrap .catch::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #00A040;
  clip-path: polygon(0 0, 87% 0%, 100% 100%);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.page-title-wrap .catch::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 28px;
  background-color: #FAFFE1;
  clip-path: polygon(0 0, 82% 0%, 96% 100%);
}
.page-title-wrap img.fig-person {
  display: block;
  width: auto;
  height: 225px;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  left: 45%;
}
@media screen and (max-width: 767.98px) {
  .page-title-wrap img.fig-person {
    left: 195px;
    height: 200px;
  }
}
@media screen and (max-width: 575.98px) {
  .page-title-wrap img.fig-person {
    left: 160px;
  }
}
@media screen and (max-width: 575.98px) {
  .page-title-wrap .page-title-block {
    width: 320px;
  }
  .page-title-wrap .page-title-block > .block h1 {
    font-size: 2.2rem;
  }
}

.voice-block {
  margin: 8rem 0;
}
@media screen and (max-width: 767.98px) {
  .voice-block {
    margin: 4rem 0;
  }
}
.voice-block:first-child {
  margin-top: 0;
}
.voice-block:last-child {
  margin-bottom: 0;
}
.voice-block h2 {
  color: #00A040;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 767.98px) {
  .voice-block h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 575.98px) {
  .voice-block h2 {
    font-size: 2rem;
  }
}
.voice-block p {
  line-height: 2;
  font-size: 1.8rem;
}
@media screen and (max-width: 767.98px) {
  .voice-block p {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767.98px) {
  .section-wrap .col-md-5 img {
    margin-top: 1.5rem;
  }
}
.section-wrap .button-area {
  text-align: center;
}/*# sourceMappingURL=voice.css.map */