/* Report Page Styles */

/* Hero Section */
.hero__content {
  background-image: url(../../img/report/hero.jpg);
}

/* Main Section */
.report-main {
  padding: 170px 0 70px;
  background: #fff;
}

.report-main__inner {
  max-width: 1316px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  gap: 100px;
  align-items: flex-start;
}

.report-main__left {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.report-main__seminar-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.report-main__seminar-label {
  font-family: 'Roboto Condensed', 'Arial', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fa9a00;
  line-height: 1;
  margin: 0;
}

.report-main__seminar-title {
  font-family: 'FOT-TsukuARdGothic_Std', 'Zen Maru Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.64px;
  line-height: 1;
  margin: 0;
}

.report-main__seminar-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fa9a00;
  color: #fff;
  padding: 15px 40px;
  border-radius: 50px;
  font-family: 'FOT-TsukuARdGothic_Std', 'Zen Maru Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  transition: opacity 0.3s;
  width: 196px;
}

.report-main__seminar-button:hover {
  opacity: 0.8;
}

.report-main__right {
  flex: 1;
}

.report-main__list {
  border-top: 1px solid #ccc;
  display: flex;
  flex-direction: column;
}

.report-main__item {
  border-bottom: 1px solid #ccc;
  display: flex;
  gap: 20px;
  align-items: baseline;
  padding: 25px;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}

.report-main__item:hover {
  opacity: 0.7;
}

.report-main__header {
  display: flex;
  gap: 20px;
  align-items: baseline;
  flex-shrink: 0;
}

.report-main__badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #333;
  color: #fff;
  padding: 0 11.5px;
  height: 21px;
  border-radius: 10.5px;
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  flex-shrink: 0;
}

.report-main__date {
  font-family: 'Roboto Condensed', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fa9a00;
  line-height: 1;
  margin: 0;
  white-space: nowrap;
  flex-shrink: 0;
}

.report-main__text {
  flex: 1;
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 1;
  margin: 0;
  white-space: pre-wrap;
}

/* Greeting Section */
.report-greeting {
  padding: 80px 0 50px;
  background: #fff;
}

.report-greeting__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.report-greeting__title {
  font-family: 'FOT-TsukuARdGothic_Std', 'Zen Maru Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #fa9a00;
  line-height: 1.6;
  text-align: center;
  margin: 0;
}

.report-greeting__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.report-greeting__intro-text {
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  line-height: 1.6;
  text-align: center;
  margin: 0 0 1em;
}

.report-greeting__link-text {
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #fa9a00;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 15px;
}

.report-greeting__link {
  width: 311.056px;
  height: 72.951px;
  margin: 0 auto;
  transition: opacity 0.3s;
}

.report-greeting__link:hover {
  opacity: 0.7;
}

.report-greeting__link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.report-greeting__content {
  width: 100%;
  max-width: 1176px;
  margin: 0 auto;
}

.report-greeting__content p {
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  line-height: 1.6;
}

.report-greeting__images {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  justify-content: center;
}

.report-greeting__image-item {
  flex: 1;
  max-width: 584px;
  height: 365px;
}

.report-greeting__image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.report-greeting__year {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  width: 100%;
  max-width: 1063px;
  margin: 0 auto;
}

.report-greeting__year-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fa9a00;
  color: #fff;
  width: 98px;
  height: 33px;
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  flex-shrink: 0;
}

.report-greeting__year-images {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  flex: 1;
}

.report-greeting__year-image--1 {
  width: 33%;
  max-width: 304px;
  aspect-ratio: 304 / 366;
}

a.report-greeting__year-image--1 {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s;
}

a.report-greeting__year-image--1:hover {
  opacity: 0.8;
}

.report-greeting__year-image--2 {
  width: 66%;
  max-width: 581px;
  aspect-ratio: 581 / 461;
}

.report-greeting__year-images img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.report-greeting__link-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 100%;
  max-width: 1176px;
  margin: 0 auto;
}

.report-greeting__link-image {
  width: 258.365px;
  height: 88px;
  margin: 0 auto;
  transition: opacity 0.3s;
  display: block;
}

.report-greeting__link-image:hover {
  opacity: 0.7;
}

.report-greeting__link-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Philosophy Section */
.report-philosophy {
  padding: 80px 0;
  background: #fff5e5;
}

.report-philosophy__inner {
  max-width: 1216px;
  margin: 0 auto;
  padding: 0 20px;
}

.report-philosophy__content {
  width: 100%;
}

.report-philosophy__content p {
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  line-height: 1.6;
}

.report-philosophy__content strong {
  font-weight: 600;
}

/* Responsive */
@media (max-width: 1024px) {
  .report-main__inner {
    flex-direction: column;
    gap: 40px;
  }

  .report-main__left {
    display: contents;
  }

  .report-main__seminar-header {
    order: 1;
  }

  .report-main__seminar-button {
    order: 3;
    margin: 0 auto;
  }

  .report-main__right {
    width: 100%;
    order: 2;
  }

  .report-greeting {
    padding: 60px 20px;
  }

  .report-greeting__images {
    gap: 20px;
  }

  .report-greeting__image-item {
    max-width: 100%;
    height: auto;
    aspect-ratio: 584 / 365;
  }

  .report-greeting__year {
    flex-direction: column;
    gap: 20px;
  }

  .report-greeting__year-images {
    gap: 20px;
  }

  .report-philosophy {
    padding: 60px 0;
  }

  .report-philosophy__content {
    height: auto;
  }
}

@media (max-width: 768px) {
  .report-main {
    padding: 60px 0 40px;
  }

  .report-main__inner {
    gap: 30px;
  }

  .report-main__seminar-title {
    font-size: 24px;
  }

  .report-main__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
  }

  .report-main__header {
    gap: 15px;
  }

  .report-main__badge {
    width: auto;
  }

  .report-main__date {
    font-size: 14px;
  }

  .report-main__text {
    font-size: 14px;
  }

  .report-greeting {
    padding: 40px 20px;
  }

  .report-greeting__title {
    font-size: 24px;
  }

  .report-greeting__intro-text,
  .report-greeting__intro-link,
  .report-greeting__content p {
    font-size: 16px;
  }

  .report-greeting__content p {
    font-size: 16px;
  }

  .report-greeting__images {
    flex-direction: column;
  }

  .report-greeting__year-badge {
    font-size: 16px;
    width: 80px;
    height: 28px;
  }

  .report-greeting__year-images {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .report-greeting__year-image--1,
  .report-greeting__year-image--2 {
    width: 100%;
  }

  .report-greeting__link-section p {
    font-size: 16px;
  }

  .report-philosophy {
    padding: 40px 20px;
  }

  .report-philosophy__content p {
    font-size: 16px;
  }
}
