#interview-list.is-border .c-nextVisionList-item,
#interview-22-list.is-border .c-nextVisionList-item {
  border: 1px solid #C1372C;
}

.c-nextVisionList {
  margin-top: 50px;
}

.c-nextVisionList-item {
  background-color: #fff;
  list-style: none;
  box-sizing: border-box;
  position: relative;
}

.c-nextVisionList-item a {
  text-decoration: none;
}

.c-nextVisionList-item-title {
  background-color: #ED1C24;
  padding: 20px 15px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.c-nextVisionList-item-title-serialNumber {
  font-family: 'Montserrat', sans-serif !important;
}

.c-nextVisionList-item-title-serialNumber {
  display: block;
  width: 93px;
}

.c-nextVisionList-item-title-serialNumber-unit {
  font-size: 30px;
  font-weight: 400;
}

.c-nextVisionList-item-title-serialNumber-number {
  font-size: 50px;
  font-weight: 400;
}

.c-nextVisionList-item + .c-nextVisionList-item {
  margin-top: 30px;
}

.c-nextVisionList-item-photo {
  overflow: hidden;
}

.c-nextVisionList-item-photo img {
  max-width: 100%;
  height: auto;
}

.c-nextVisionList-item-title-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-left: 10px;
}

.c-nextVisionList-item-contents {
  display: flex;
  flex-wrap: wrap;
}

.c-nextVisionList-item-description {
  margin-top: 13px;
  margin-left: 15px;
}

.c-nextVisionList-item-description-award {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.437;
  color: #ED1C24;
}

.c-nextVisionList-item-description-name {
  margin-top: 0;
}

.c-nextVisionList-item-description-name .name-01 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.777;
}

.c-nextVisionList-item-description-name .name-unit {
  font-size: 14px;
  font-weight: 400;
  line-height: 2.285;
  margin-left: 2px;
}

.c-nextVisionList-item-description-position {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.571;
  word-break: break-all;
  margin-top: 5px;
}

.c-nextVisionList-item-description-button {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: #ED1C24;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-nextVisionList-item-description-button-inner-cursor {
  border: 1px solid #ED1C24;
  border-radius: 100%;
  width: 14px;
  height: 14px;
  display: block;
  position: relative;
  margin-left: 10px;
}

.c-nextVisionList-item-description-button-inner-cursor:before {
  content: "";
  background-color: #ED1C24;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 6px;
  height: 1px;
}

.c-nextVisionList-item-description-button-inner-cursor:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 3px;
  border-color: transparent transparent transparent #ED1C24;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: -4px;
  margin: auto;
  transform: scale(0.8);
}

@media all and (min-width: 768px) {
  .c-nextVisionList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .c-nextVisionList-item {
    width: 475px;
    margin-top: 40px;
    margin-left: 40px;
  }
  .c-nextVisionList-item:first-child, .c-nextVisionList-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .c-nextVisionList-item:first-child, .c-nextVisionList-item:nth-child(2) {
    margin-top: 0;
  }
  .c-nextVisionList-item a:hover .c-nextVisionList-item-photo {
    opacity: 0.7;
  }
  .c-nextVisionList-item a:hover .c-nextVisionList-item-description-button-inner {
    text-decoration: underline;
  }
  .c-nextVisionList-item-title-serialNumber-number + .c-nextVisionList-item-title-text {
    width: 340px;
  }
  .c-nextVisionList-item-photo {
    width: 191px;
    height: 205px;
    transition: 0.3s ease;
  }
  .c-nextVisionList-item-description-button-inner {
    transition: 0.3s ease;
  }
  .c-nextVisionList-item-description-button-inner-cursor:before {
    transition: 0.3s ease;
  }
  .c-nextVisionList-item-description-button-inner-cursor:after {
    transition: 0.3s ease;
  }
}

@media screen and (max-width: 767px) {
  .c-nextVisionList {
    margin-top: 30px;
  }
  .c-nextVisionList-item-title {
    padding: 20px 4vw;
    align-items: flex-start;
  }
  .c-nextVisionList-item-title-serialNumber {
    width: 21.06vw;
  }
  .c-nextVisionList-item-title-serialNumber-unit {
    font-size: 27px;
  }
  .c-nextVisionList-item-title-serialNumber-number {
    font-size: 45px;
  }
  .c-nextVisionList-item-photo {
    width: 43.46vw;
  }
  .c-nextVisionList-item-title-text {
    width: 53.46vw;
    margin-left: 3vw;
  }
  .c-nextVisionList-item-description {
    padding-right: 3vw;
    width: 36.46vw;
    margin-top: 10px;
    margin-left: 3vw;
  }
  .c-nextVisionList-item-description-award {
    font-size: 14px;
    line-height: 1.7;
  }
  .c-nextVisionList-item-description-name {
    margin-top: 6px;
  }
  .c-nextVisionList-item-description-position {
    font-size: 12px;
    letter-spacing: 0.03em;
    line-height: 1.666;
    margin-top: 0;
  }
  .c-nextVisionList-item-description-button {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
  }
}
