@charset "UTF-8";
.voice--area {
  display: flex;
  justify-content: space-around;
  width: 100%;
  gap: 80px;
}
.voice--area .voic--block {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-grow: 1;
}
.voice--area .voic--block .voice--title {
  font-size: 19px;
  font-weight: 500;
}
.voice--area .voic--block .voice--icon {
  border-bottom: 1px solid #F5A000;
  margin-top: 12px;
}
.voice--area .voic--block .voice--icon figure.img {
  margin: 0;
  display: block;
  transform: translateY(1px);
}
.voice--area .voic--block .voice--icon figure.img img {
  width: auto;
  height: 30px;
}
.voice--area .voice--list {
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-grow: 1;
}
.voice--area .voice--list.style2027 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* 3列に並べる */
  gap: 56px 80px;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .voice--area .voice--list.style2027 {
    grid-template-columns: repeat(1, 1fr);
    /* 3列に並べる */
  }
}
.voice--area .voice--list.style2027 .list:after, .voice--area .voice--list.style2027 .list:before {
  background: #f9f7f7;
}
.voice--area .voice--list.style2027 .list .voice:after {
  background: #f9f7f7;
}
.voice--area .voice--list.style2027 .list:nth-of-type(2) .voice:before {
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.voice--area .voice--list.style2027 .list:nth-of-type(2) .voice:after {
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.voice--area .voice--list.style2027 .list:nth-of-type(3) .voice:before {
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.voice--area .voice--list.style2027 .list:nth-of-type(3) .voice:after {
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.voice--area .voice--list.style2027 .list + .list {
  margin-top: 0;
}
.voice--area .voice--list .list {
  flex-grow: 1;
  display: flex;
  align-items: center;
  width: 100%;
  height: 144px;
  padding: 0;
  position: relative;
  border: 1px solid #CCC;
}
.voice--area .voice--list .list:before {
  content: "";
  position: absolute;
  display: block;
  top: -1px;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 80px);
  height: 2px;
  background: #FFF;
}
.voice--area .voice--list .list:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -1px;
  right: 40px;
  width: calc((100% - 18px - 40px) / 2);
  height: 2px;
  background: #FFF;
}
.voice--area .voice--list .list .voice {
  flex-grow: 1;
  text-align: left;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 40px;
}
.voice--area .voice--list .list .voice:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: -4px;
  right: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  background: #CCC;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  transform: translateY(18px);
}
.voice--area .voice--list .list .voice:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 2.5px;
  left: -4px;
  right: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  background: #FFF;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  transform: translateY(18px);
}
.voice--area .voice--list .list .voie--img {
  display: block;
  width: 100%;
}
.voice--area .voice--list .list .voie--img figure {
  margin: 0;
  opacity: 0;
}
.voice--area .voice--list .list + .list {
  margin-top: 54px;
}
.voice--area .voice--list .list:nth-of-type(2n):after {
  right: initial;
  left: 40px;
}
.voice--area .voice--list .list:nth-of-type(2n) .voice:before {
  left: 4px;
  right: 0;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.voice--area .voice--list .list:nth-of-type(2n) .voice:after {
  left: 4px;
  right: 0;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.course---label {
  background: #005bac;
  color: #FFF;
  padding: 0 11px;
}
.course---label + .mod-base-text_02 {
  margin-top: 10px;
}

.mod-panel.style--st {
  padding: 0;
}
.mod-panel.style--st .mod-heading-l3 {
  margin: 0;
  background: #f2a220;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% + 2px);
  height: 41px;
  translate: -1px -1px;
}
.mod-panel.style--st .mod-base-text_02 {
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .voice--area {
    flex-direction: column;
    gap: 64px;
    margin-bottom: 40px;
  }
  .voice--area .voice--list {
    width: calc(100% - 20px);
    margin: auto;
    margin-top: 32px;
  }
  .voice--area .voice--list .list {
    height: auto;
    padding: 0;
  }
  .voice--area .voice--list .list:before {
    width: calc(100% - 40px);
  }
  .voice--area .voice--list .list:after {
    right: 20px;
    width: calc((100% - 18px - 20px) / 2);
  }
  .voice--area .voice--list .list .voice {
    padding: 20px;
  }
  .voice--area .voice--list .list + .list {
    margin-top: 40px;
  }
  .voice--area .voice--list .list:nth-of-type(2n) .voice:after, .voice--area .voice--list .list:nth-of-type(2n) .voice:before {
    left: 24px;
  }
}

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