.report_content {
  padding: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  margin-bottom: 100px;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}

@media (max-width: 750px) {
  .report_content {
    padding: 25px;
    font-size: 13px;
  }
}

.report_content h3 {
  color: #70f1d2;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  margin: 30px auto 10px auto;
}

.report_content .name {
  font-size: 15px;
  font-weight: 700;
  display: block;
  text-align: right;
  margin-top: 10px;
  line-height: 160%;
}
@media (max-width: 750px) {
  .report_content .name {
    font-size: 13px;
  }
}
.report h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 8px;
}

.report_content > div {
  display: flex;
  gap: 50px;
}

@media (max-width: 750px) {
  .report_content > div {
    flex-direction: column;
    gap: 12px;
  }
}

.report_content > div > *:nth-child(1) {
  flex: 50%;
}

.report_content > div > *:nth-child(2) {
  flex: 50%;
}

.report_supervisor h3 {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 10px;
}

@media (max-width: 750px) {
  .report_supervisor h3 {
    font-size: 13px;
  }
}

.report_supervisor p {
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

@media (max-width: 750px) {
  .report_supervisor p {
    font-size: 13px;
  }
}

@media (max-width: 750px) {
  .buttons {
    flex-direction: column;
  }
}

.buttons {
  display: flex;
  gap: 32px;
  margin: 32px 0;
}

.buttons a {
  border-radius: 30px;
  border: 1px solid var(--green);
  width: 50%;
  padding: 15px 24px;
  color: var(--green);
  text-align: center;
  appearance: none;
  background-color: transparent;
  font-weight: 700;
  font-size: 18px;
  transition: 0.8s;
}

@media (max-width: 750px) {
  .buttons a {
    width: 100%;
    font-size: 16px;
  }
}

.buttons a:hover {
  color: #000;
  background: #70f1d2;
}

.text {
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}

@media (max-width: 750px) {
  .text {
    padding-top: 8px;
    padding-bottom: 16px;
    font-size: 13px;
  }
}

.bold {
  font-weight: bold;
}

.white {
  color: #fff;
}

.caption {
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}

@media (max-width: 750px) {
  .caption {
    padding-top: 8px;
    padding-bottom: 16px;
    font-size: 10px;
  }
}

hr {
  border: 0.5px solid #fff; /* ボーダーの太さと色 */
  margin: 20px 0; /* マージンの設定 */
}
