header nav ul li:nth-child(2)::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #222;
  margin-top: 5px;
}

.voiceArea {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 150px;
}
@media screen and (max-width: 1260px) {
  .voiceArea {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .voiceArea {
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 960px) {
  .voiceArea {
    margin-bottom: 70px;
  }
}
.voiceArea > div {
  width: calc(33.3333333333% - 24px);
  border: 1px solid rgba(34, 34, 34, 0.2);
  padding: 30px;
  box-shadow: 4px 4px 0px 0px #222;
  margin-bottom: 20px;
}
.voiceArea > div:not(:nth-child(3n+1)) {
  margin-left: 36px;
}
.voiceArea > div:nth-child(3n+2) {
  margin-top: 50px;
}
@media screen and (max-width: 960px) {
  .voiceArea > div {
    padding: 25px;
  }
}
@media screen and (max-width: 668px) {
  .voiceArea > div {
    width: 100%;
  }
  .voiceArea > div:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
  .voiceArea > div:nth-child(3n+2) {
    margin-top: 0;
  }
}
.voiceArea > div .text {
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .voiceArea > div .text {
    margin-bottom: 15px;
  }
}
.voiceArea > div .name {
  text-align: right;
}
.voiceArea > div .name::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../images/icon_person.svg) no-repeat center/contain;
  margin-right: 5px;
  vertical-align: middle;
}

.trainingArea {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1140px) {
  .trainingArea {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .trainingArea {
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.trainingArea .photo {
  width: 44%;
}
.trainingArea .photo img {
  clip-path: polygon(0 40px, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 960px) {
  .trainingArea .photo {
    width: 48%;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .trainingArea .photo {
    width: 100%;
    margin-bottom: 20px;
  }
}
.trainingArea > section {
  width: 47%;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .trainingArea > section {
    width: 100%;
  }
}
.trainingArea > section h4 {
  font-size: 3.2rem;
  line-height: 120%;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .trainingArea > section h4 {
    font-size: clamp(14px, 2.6666666667vw, 100px);
  }
}
@media screen and (max-width: 668px) {
  .trainingArea > section h4 {
    font-size: calc(3.2rem * 0.75);
  }
}
@media screen and (max-width: 960px) {
  .trainingArea > section h4 {
    margin-bottom: 20px;
  }
}
.trainingArea > section .read {
  border-left: 2px solid #222;
  font-size: 2.2rem;
  padding-left: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .trainingArea > section .read {
    font-size: clamp(16px, 1.8333333333vw, 100px);
  }
}
@media screen and (max-width: 960px) {
  .trainingArea > section .read {
    margin-bottom: 20px;
  }
}
.trainingArea > section .text {
  margin-bottom: 40px;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .trainingArea > section .text {
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=voice.css.map */