@keyframes loop_slide_right {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
#awards .ly_pageHead {
  margin-bottom: 50px;
}
@media screen and (max-width: 744px) {
  #awards .ly_pageHead {
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }
}

.un_awardsInfo {
  margin-bottom: 100px;
}
@media screen and (max-width: 744px) {
  .un_awardsInfo {
    margin-bottom: 80px;
    margin-bottom: 21.3333333333vw;
  }
}
.un_awardsInfo ul li {
  border-bottom: 1px solid #b6b7b4;
}
.un_awardsInfo ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 0;
  text-decoration: underline;
}
@media screen and (max-width: 744px) {
  .un_awardsInfo ul li a {
    padding: 40px;
    padding: 10.6666666667vw;
    padding-left: 0;
    padding-right: 0;
  }
}
.un_awardsInfo ul li a:after {
  display: block;
  content: url(../../img/common/icon_arrRight.svg);
  transform: rotate(90deg);
}

.un_awardsBlock {
  width: 630px;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .un_awardsBlock {
    width: 100%;
  }
}
.un_awardsBlock_head {
  margin-bottom: 30px;
  text-align: center;
  font-size: 2.4rem;
  word-break: auto-phrase;
}
@media screen and (max-width: 744px) {
  .un_awardsBlock_head {
    margin-bottom: 40px;
    margin-bottom: 10.6666666667vw;
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
.un_awardsBlock_host {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 744px) {
  .un_awardsBlock_host {
    margin-bottom: 40px;
    margin-bottom: 10.6666666667vw;
  }
}
.un_awardsBlock_host p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  word-break: auto-phrase;
}
.un_awardsBlock_host p::before, .un_awardsBlock_host p::after {
  display: block;
  content: "";
  border: 1px solid #b6b7b4;
  width: 6px;
  height: 110%;
}
.un_awardsBlock_host p::before {
  margin-right: 24px;
  border-right: none;
}
@media screen and (max-width: 744px) {
  .un_awardsBlock_host p::before {
    margin-right: 24px;
    margin-right: 6.4vw;
  }
}
.un_awardsBlock_host p::after {
  margin-left: 24px;
  border-left: none;
}
@media screen and (max-width: 744px) {
  .un_awardsBlock_host p::after {
    margin-left: 24px;
    margin-left: 6.4vw;
  }
}
.un_awardsBlock_lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.un_awardsBlock_lead a.el_button_type01 {
  margin-bottom: 80px;
}
@media screen and (max-width: 744px) {
  .un_awardsBlock_lead a.el_button_type01 {
    margin-bottom: 40px;
    margin-bottom: 10.6666666667vw;
  }
}
.un_awardsBlock_lead p {
  width: 100%;
  margin-bottom: 40px;
  line-height: 2;
}
@media screen and (max-width: 744px) {
  .un_awardsBlock_lead p {
    margin-bottom: 40px;
    margin-bottom: 10.6666666667vw;
  }
}
.un_awardsBlock_lead p.__hostLogo {
  text-align: center;
  margin-bottom: 80px;
  line-height: 1;
}
@media screen and (max-width: 744px) {
  .un_awardsBlock_lead p.__hostLogo {
    margin-bottom: 40px;
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .un_awardsBlock_image_slider {
    width: 90vw;
    margin: 0 calc(50% - 45vw);
  }
}
.un_awardsBlock_image_slider .__slideItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 632/448;
}
.un_awardsBlock_image_slider .__slideItem img {
  width: auto;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 744px) {
  .un_awardsBlock_image_slider .__slideItem img {
    border-radius: 6px;
  }
}

.slick-numWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
  font-size: 1.2rem;
}
@media screen and (max-width: 744px) {
  .slick-numWrap {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.un_awardsBlock_slide_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 340px;
  margin: -22px auto 0;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 744px) {
  .un_awardsBlock_slide_arrow {
    width: 64vw;
  }
}
.un_awardsBlock_slide_arrow .next-arrow {
  margin: 0 !important;
}