.aw_link_button a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background: #005238;
  text-align: center;
  padding: 5px 0;
  border-radius: 22.5px;
  transition: ease-in-out 0.3s;
}

.aw_link_button a:hover {
  background: #000;
}

.aw_connect .bg_connect02 {
  max-width: 1200px;
  padding: 60px 0;
  margin-top: 0;
}

.award_list_content .bg_connect02:not(:last-child) {
  padding: 60px 0 0;
}

/* 賞クリック可能スタイル */
.award_clickable {
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.award_clickable:hover {
  color: #005238;
  transform: translateX(10px);
}

.aw_connect .bg_connect02:before {
  background: url('/assets/img/2025/aw_connect_bg03.jpg') no-repeat center center;
  background-size: cover;
}

.aw_red_back {
  background: #b81c22;
  text-align: center;
  padding: 10px 20px 20px;
}

.aw_red_back h4 {
  color: #fff !important;
  margin: 0 auto;
}

.aw_red_back p {
  font-size: 16px;
}

.aw_stage {
  background: #998158;
  max-width: unset;
  padding: 30px 50px;
}

.aw_stage h5:before {
  top: 55%;
  transform: translateY(-50%);
}

.award_list_content {
  position: relative;
}

.award_list_content:before {
  content: '';
  width: 500%;
  height: 100%;
  position: absolute;
  left: -200%;
  top: 0;
  background: #f6f3e7;
  z-index: -1;
}

.award_list_content .aw_entry_title {
  position: relative;
  height: 70px;
  display: flex;
  align-items: center;
  color: #fff;
  text-align: left;
  padding-left: 90px;
  font-size: 30px;
  margin-bottom: 30px;
  background: url(/assets/img/2025/aw_connect_bg04.jpg) no-repeat left center;
}

.award_list_content .aw_entry_title:before {
  content: '';
  width: 70px;
  height: 60px;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  content: url(/assets/img/2025/trophy.png);
}

.award_list_content .bg_connect02:before {
  background: none !important;
}

.content_wrapper {
  padding-bottom: 0;
}

/* アワードリストスタイル */
.award_listbox_flex_wrap {
  display: flex;
  gap: 60px;
}

.award_listbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 60px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.award_listbox_flex_wrap .award_listbox {
  grid-template-columns: repeat(1, 1fr);
}

.award_item_clickable {
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  position: relative;
}

.award_item_clickable:hover {
  transform: translateY(-5px);
}

.award_item_clickable .aw_badge {
  left: 0;
  top: -20px;
}

.award_item_clickable .aw_badge_text .badge_title {
  font-size: 14px;
  color: #005e3c;
  font-weight: bold;
}

.award_item_clickable .aw_badge_text .badge_num {
  font-size: 28px;
  color: #005e3c;
  line-height: 1;
  font-weight: bold;
}

.award_img {
  overflow: hidden;
  border-radius: 20px;
  border: 2px solid #005238;
  object-fit: cover;
}

.award_img img {
  transition: transform 0.3s ease;
  margin: 0;
  width: 100%;
}

.award_company {
  font-size: 16px;
  font-weight: bold;
  color: #005238;
}

.award_product {
  font-size: 18px;
  font-weight: bold;
  color: #005238;
  margin: 0 0 10px 0;
}

.award_description {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  margin: 0 0 15px 0;
}

.award_badge {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;

}

.award_category,
.award_prize {
  background: #005238;
  color: #fff;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: bold;
}

.award_prize {
  background: #b81c22;
}

.award_list_content .bg_connect02 {
  padding: 60px 0 0;
}

#tech_award {
  padding-bottom: 60px;
}


/* スクロール時のパディング設定 */
html {
  scroll-padding-top: 80px;
  /* 固定ヘッダーの高さ分 */
}

/* アニメーション */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.6s ease forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (max-width: 1280px) {

  .aw_connect .bg_connect02 {
    min-width: unset;
  }

  .award_list_content {
    width: 100%;
  }

  .award_listbox {
    gap: 20px;
  }

  .award_listbox_flex_wrap {
    display: flex;
    gap: 20px;
  }
}

@media screen and (max-width: 900px) {

  .award_item_clickable .aw_badge {
    width: 60px;
    padding: 25px 0 0;
    background-size: contain;
    top: -40px;
    left: 0;
  }

  .award_item_clickable .aw_badge_text .badge_title {
    font-size: 12px;
  }

  .award_item_clickable .aw_badge_text .badge_num {
    font-size: 20px;
  }
}

/* レスポンシブ */
@media (max-width: 767px) {

  .aw_stage {
    padding: 20px;
  }

  .aw_stage h5:before {
    content: "";
    background: url(/assets/img/2025/trophy.png) no-repeat center center;
    background-size: contain;
    width: 60px;
    top: 0;
    transform: none;
  }

  .award_listbox {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .award_list_content {
    padding-bottom: 60px;
  }

  .award_list_content .aw_entry_title:before {
    content: '';
    background: url(/assets/img/2025/trophy.png) no-repeat center center;
    background-size: contain;
    width: 60px;
    top: 55%;
  }

  .award_list_content .aw_entry_title {
    font-size: 20px;
    padding-left: 70px;
  }

  .award_listbox_flex_wrap {
    flex-direction: column;
    gap: 15px;
  }

  .aw_connect .bg_connect02 {
    padding: 60px 0;
  }

  #safety_award {
    padding-bottom: 0;
  }

  #tech_award {
    padding-bottom: 0;
  }

}