.interview-area {
  max-width: 1275px;
  margin: 0 auto;
  padding: 100px 1rem;
}

.grid.--interview {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(239px, 1fr));
  gap: 38px 1rem;
}
.interview-flex a {
  text-decoration: none !important;
  color: #000 !important;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.interview-box {
  padding: 26px 20px;
  position: relative;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  flex: 1;
}

.red-box {
  position: absolute;
  top: 0%;
  left: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-color: #d40000;
  border-radius: 3px;
}

.red-box p {
  color: #fff !important;
  font-size: 12px;
  line-height: 130%;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 5px;
}

.affiliation {
  font-size: 12px;
  line-height: 170%;
  font-weight: 500;
  margin-bottom: 22px !important;
}

ruby {
  margin-top: auto;
  font-size: 28px;
  line-height: 130%;
  font-weight: 400;
  position: relative;
}
.name-box {
  position: relative;
}

span.arrow-r::after {
  content: "";
  display: block;
  background: url("/assets/image/jp/ja/company/group/hfd/60th/interview/interview-arrow.png") no-repeat center
    center;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
}

ruby rt {
  font-size: 11px;
  font-weight: 400;
  line-height: 130%;
}

/*モーダル*/
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: #fff;
  margin: 5% auto;
  padding: 38px 80px 70px 80px;
  width: 100%;
  max-width: 1000px;
  position: relative;
  border-radius: 8px;
}

.close-btn {
  position: absolute;
  top: 30px;
  right: 23px;
  width: 40px;
  height: 24px;
  background: url("/assets/image/jp/ja/company/group/hfd/60th/interview/batsu.png") no-repeat center center;
  background-size: contain;
  border: none;
  outline: none;
  cursor: pointer;
  transform: translateY(-50%);
}

.close-btn:hover {
  color: #000;
}

.modal-flex {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-bottom: 37px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 71px;
}

.modal-name {
  display: flex;
  align-items: end;
  gap: 30px;
}

.modal-name ruby {
  font-size: 26px;
  line-height: 130%;
  font-weight: 500;
}

.modal-name ruby rt {
  font-size: 10px;
  font-weight: 500;
  line-height: 130%;
}

.modal-name p {
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
}

.light-g {
  color: #e1e1e1;
  font-size: 20px;
  line-height: 130%;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
}

.modal-interview-box {
  display: flex;
  gap: 50px;
}

.modal-interview-box img {
  width: 140px;
  height: 140px !important;
  border-radius: 50%;
  flex: none;
  object-fit: cover;
}

.cmnt-box {
  position: relative;
  padding: 30px 40px;
  background-color: #f4f5f9;
}

.cmnt-box::before {
  content: "";
  position: absolute;
  top: 30%;
  left: -4%;
  border: 10px solid transparent;
  border-right: 20px solid #f4f5f9;
}

.cmnt-box .red {
  display: inline-block;
  background-color: #d40000;
  color: #fff;
  font-size: 12px;
  line-height: 130%;
  font-weight: 500;
  padding: 2px 7px;
  border-radius: 3px;
  position: absolute;
  top: 0%;
  left: 40px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.cmnt-box .cmnt {
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  font-style: normal;
}
.interview-area.--en .name-box {
  font-size: clamp(1.25rem, 1.124rem + 0.63vw, 1.625rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.interview-area.--en span.arrow-r::after {
  position: unset;
  transform: unset;
}
@media screen and (max-width: 767px) {
  .interview-box {
    padding: 24px 8px 8px;
    display: flex;
    flex-direction: column;
    gap: .8em;
}
.name-box {
  margin-top: auto;
}
  ruby {
    font-size: 1.1rem !important;
  }
  ruby.arrow-r::after {
    right: -3%;
  }
  .modal-content {
    width: 87vw;
    padding: 1rem;
    max-height: 90vh;
    overflow-y: auto;
  }
  .modal-flex {
    flex-direction: column-reverse;
    gap: 10px;
    padding-bottom: 5px;
    margin: 1.5rem;
  }
  .modal-name {
    flex-direction: column;
    align-items: baseline;
    gap: 5px;
  }
  .modal-interview-box {
    flex-direction: column;
    gap: 15px;
  }
  .modal-interview-box img {
    width: 100px;
    height: 100px !important;
  }
  .cmnt-box {
    padding: 15px 20px;
  }
  .cmnt-box .cmnt {
    font-size: 14px;
  }
  .cmnt-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 20px solid transparent;
    border-right: 30px solid #f4f5f9;
    transform: rotate(90deg);
    transform: translate(1px, -30px) rotate(90deg);
  }
  .grid.--interview {
    grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
    gap: 8px;
}
.red-box {
  left: 0;
}
.affiliation {
  margin-bottom: 0 !important;
}
.interview-area {
  padding: 64px 8px;
}
}