a {
  text-decoration: none;
  color: #000000;
}

.event-report-title {
  width: 50%;
  margin: auto;
}

.event-report{
  padding: 3% 15%;
  background-image: url(../img/president/common/drink_bg2.webp);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
}

.report_box{
  background-color: #FFF;
  border-radius: 16px;
  padding: 3%;
}

.report_title_wrap{
  margin-bottom: 14px;
}

.report_guests_wrap{
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 20px;
}

.report_guests{
  font-size: 22px;
  font-weight: bold;
  margin: 0;
}

.report_guests_company{
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}

.report_box h3{
  font-size: 1.8em;
  margin: 0;
}

.report_subtitle{
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.report_main{
  display: grid;
  grid-template-columns: 2.5fr 2fr;
  gap: 24px;
  align-items: start;
}

.report_left{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.report_right{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.report_img,
.report_img_02{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.report_box .report_content_flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.report_box .report_content_flex .report_content_title{
  font-weight: 700;
  font-size: 1.2em;
}

.report_content_flex .report_date{
  color: #ababab;
  font-size: 0.8em;
  margin: 0;
}

.report_text{
  margin: 0;
  line-height: 1.9;
}

.report_body{
  margin-top: 0;
}

.report_body > *:first-child{
  margin-top: 0;
}

.report_body img{
  max-width: 100%;
  height: auto;
}

@media (max-width: 1400px) {
  .report_title .br_1200-1400{
    display: block;
  }
}

@media (max-width: 1200px) {
  .report_box h3{
    font-size: 1.3rem;
  }

  .report_title .br_1200-1400{
    display: none;
  }

  .report_subtitle{
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .event-report{
    padding: 5%;
    background-image: url(../img/president/common/drink_bg_sp.webp);
  }

  .report_box{
    padding: 6%;
  }

  .report_main{
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .report_box h3{
    font-size: 24px;
    text-align: center;
  }

  .report_subtitle{
    text-align: center;
  }

  .report_box .report_content_flex{
    justify-content: center;
    flex-direction: column;
    gap: 8px;
  }
}