.lower-page .hero .container {
  aspect-ratio: 1920 / 340;
}
.lower-page .hero__title {
  position: absolute;
  top: 50%;
  left: unset;
  color: #036eb8;
  text-shadow: unset;
  font-weight: 900;
  font-size: 32px;
  letter-spacing: unset;
}
.link-block__link {
  color: #036eb8;
}
ul {
  list-style-type: none;
  padding: 0 0.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
li {
  margin-bottom: 0.25rem;
}

/* プロジェクト */

.project-page .hero__title,
.report-page .hero__title,
.scholarship-page .hero__title {
  transform: translateY(-50%) translateX(25%);
}
.project-page .hero .container {
  background: url("../img/project_fst.jpg") center/cover no-repeat;
}
.project-page .link-block {
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: #036eb8;
}
.project-page .link-block__icon {
  margin-right: 0.5rem;
  color: #036eb8;
}

/* 支援 */
.hero__title {
  transform: translateY(-50%) translateX(-25%);
}
.support {
  margin-top: 2rem;
}
.support-page .hero .container {
  background: url("../img/support_fst.jpg") center/cover no-repeat;
}
.support-page .support .item {
  display: flex;
  gap: 1rem;
}
.support-page .support .item .box:nth-child(1) {
  flex: 1 1 auto;
}
.support-page .support .item .box:nth-child(2) {
  flex: 0 0 312px;
  width: 312px;
}
.support-page .support .item ._box {
  display: flex;
  gap: 1rem;
}
.support-page .support .item p {
  margin-top: 0;
}
.support-page .support .item .box:nth-child(1) .pict {
  flex: 0 0 312px;
}
.support-page .support .item .box:nth-child(2) .pict {
  margin-bottom: 1rem;
}

/* 交流大会 */
.support-page.conference-page .hero .container {
  background: url("../img/conference_fst.jpg") center/cover no-repeat;
}

/* 交流事業 */
.support-page.business-page .hero .container {
  background: url("../img/business_fst.jpg") center/cover no-repeat;
}
.business-page .hero__title {
  position: absolute;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
  margin: 0;
  color: #fff;
  text-shadow: 0 3px 8px rgba(12, 0, 255, 1);
  font-weight: 900;
  font-size: 32px;
  letter-spacing: 0.06em;
  text-align: center;
}

/* 事業報告書 */
.report-page .hero .container {
  background: url("../img/report_fst.jpg") center/cover no-repeat;
}

/* 奨学金 */
.scholarship-page .hero .container {
  background: url("../img/scholarship_fst.jpg") center/cover no-repeat;
}

.scholarship-page .support .item .box:nth-child(2) {
  flex: 0 0 154px;
  width: 154px;
}
.scholarship-page .support .item .box:nth-child(1) .pict {
  flex: 0 0 154px;
  width: 154px;
}
/* お知らせ一覧 */
.support-page.list-page .hero .container {
  background: url("../img/list_fst.jpg") center/cover no-repeat;
}
.list-page .hero__title {
  position: absolute;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
  margin: 0;
  color: #036eb8;
  text-shadow: 2px 2px 0px rgba(255, 255, 255, 1), -2px -2px 0px rgba(255, 255, 255, 1),
    0px -2px 0px rgba(255, 255, 255, 1), 0px 2px 0px rgba(255, 255, 255, 1);
  font-weight: 900;
  font-size: 32px;
  letter-spacing: 0.06em;
  text-align: center;
}
/* small devices */
@media (max-width: 768px) {
  .lower-page .hero__title {
    font-size: 20px;
    transform: translateY(-50%) translateX(0);
    line-height: 1.5rem;
  }
  .support-page .support .item {
    flex-direction: column;
  }
  .support-page .support .item .box:nth-child(2) {
    flex: 1 1 auto;
    width: 100%;
  }
  .support-page .support .item .box:nth-child(1) .pict {
    flex: 1 1 auto;
    width: 100%;
  }
  .support-page .support .item ._box {
    flex-direction: column;
  }
}
