@charset "UTF-8";
/* ============================================ */
/* numbers-keywords
/* ============================================ */
/* ===== top-area ===== */
#top-area .top-img::before {
  background-image: url(../img/aboutus/numbers-keywords/top-img.jpg);
  background-position: right center;
}

/* ===== keyword ===== */
#keyword {
  padding: 0 0 230px;
}
#keyword .note {
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--color-white);
  text-align: right;
  margin: 0 0 5em;
}

@media screen and (max-width: 768px) {
  #keyword {
    padding: 0 0 100px;
  }
  #keyword .note {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 600px) {
  #keyword .note {
    text-align: left;
  }
}
/* ===== list ===== */
.list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 90px 0;
  /* 個別 */
}
.list .item {
  position: relative;
  line-height: 2.2;
  padding: 0 10px 50px;
  border-radius: 20px;
  border: 3px solid var(--color-white);
  text-align: center;
  width: 31%;
}
.list .item .title {
  color: var(--color-red);
  background: var(--color-white);
  border-radius: 50px;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 25px;
  margin: -30px auto 0;
}
.list .item .img01 {
  margin: 20px auto;
  max-width: 225px;
  display: block;
}
.list .item .img02 {
  margin: 0 auto;
  max-width: 270px;
  display: block;
}
.list .item.double {
  width: 65.5%;
  background: var(--color-white);
}
.list .item.double .title {
  color: var(--color-white);
  background: var(--color-red);
}
.list .item.double .flex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 30px 0 0;
  gap: 20px 25px;
}
.list .item.double .flex-wrap .img {
  width: 40%;
}
.list .item.double .flex-wrap .img img {
  max-width: 280px;
}
.list .item.double .flex-wrap .text-wrap {
  width: 45%;
  text-align: left;
}
.list .item.double .flex-wrap .text-wrap h5 {
  color: var(--color-red);
  font-size: 41px;
  font-size: 2.5625rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 15px;
}
.list .item.double .flex-wrap .text-wrap img {
  max-width: 302px;
  display: block;
  margin: 0 0 15px;
}
.list .item.long .title br {
  display: none;
}
.list .item05 .flex-wrap .text-wrap img {
  max-width: none !important;
}
.list .item06 .flex-wrap .text-wrap img {
  max-width: 185px !important;
}
.list .item10 .img-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 350px;
  margin: 0 auto 0;
}
.list .item10 .img10-01 {
  width: 40%;
}
.list .item10 .img10-01 img {
  max-width: 90px;
}
.list .item10 .img10-02 {
  width: 55%;
}
.list .item10 .img10-02 img {
  max-width: 155px;
  margin: 10px 0 0;
}
.list .item12 .flex-wrap .text-wrap img {
  max-width: 360px !important;
}
.list .item12 .ranking {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px 0;
}
.list .item12 .ranking .rank {
  width: 55%;
}
.list .item12 .ranking .year {
  width: 45%;
  text-align: right;
}

@media screen and (max-width: 1400px) {
  .list .item {
    width: 48.5%;
  }
  .list .item.double {
    width: 100%;
  }
  .list .item01 {
    order: 1;
  }
  .list .item02 {
    order: 2;
  }
  .list .item03 {
    order: 3;
  }
  .list .item04 {
    order: 4;
  }
  .list .item05 {
    order: 5;
  }
  .list .item06 {
    order: 6;
  }
  .list .item07 {
    order: 7;
  }
  .list .item08 {
    order: 8;
  }
  .list .item09 {
    order: 9;
  }
  .list .item10 {
    order: 10;
  }
  .list .item11 {
    order: 12;
  }
  .list .item12 {
    order: 11;
  }
  .list .item12 .ranking {
    flex-direction: column;
  }
  .list .item12 .ranking .rank {
    width: 100%;
  }
  .list .item12 .ranking .year {
    width: 100%;
  }
  .list .item13 {
    order: 13;
  }
  .list .item14 {
    order: 14;
  }
  .list .item15 {
    order: 15;
  }
}
@media screen and (max-width: 910px) {
  .list .item .title {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 15px 20px;
  }
}
@media screen and (max-width: 768px) {
  .list {
    gap: 70px 0;
    flex-direction: column;
  }
  .list .item {
    padding: 0 20px 30px;
    width: 100%;
  }
  .list .item.double .flex-wrap {
    flex-direction: column;
  }
  .list .item.double .flex-wrap .img {
    width: 100%;
  }
  .list .item.double .flex-wrap .text-wrap {
    width: 100%;
    max-width: 400px;
  }
  .list .item.double .flex-wrap .text-wrap h5 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .list .item.double .flex-wrap .text-wrap img {
    margin: 0 auto 15px;
  }
  .list .item10 .img-wrap {
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 600px) {
  .list .item12 .flex-wrap .text-wrap img {
    max-width: 270px !important;
  }
}
@media screen and (max-width: 460px) {
  .list .item.long {
    margin-top: 10px;
  }
  .list .item.long .title {
    margin: -40px auto 0;
  }
  .list .item.long .title br {
    display: block;
  }
}

/*# sourceMappingURL=numbers-keywords.css.map */