.information {
  width: 100%;
  padding: 6.6666666667vw 0 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .information {
    padding: 4.1666666667vw 0 6.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .information {
    padding: 60px 0 90px;
  }
}
.information__lead {
  font-size: 2.6rem;
  font-weight: 700;
  color: #313131;
  letter-spacing: 0em;
  line-height: 1.8;
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .information__lead {
    font-size: 3rem;
    text-align: center;
    letter-spacing: 0.2em;
    margin-bottom: 4.8611111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .information__lead {
    margin-bottom: 70px;
  }
}
.information__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .information__list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 5.5555555556vw;
    column-gap: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .information__list {
    row-gap: 80px;
    column-gap: 20px;
  }
}
.information__item a:hover {
  filter: brightness(0.8);
  transition: 0.5s ease;
}
.information__img {
  width: 100%;
}
.information__img img {
  width: 100%;
  height: auto;
}
.information__text {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #ffffff;
  background-color: #797979;
  padding: 8vw 5.3333333333vw;
  background-image: url(../img/information/information_text_icon1.svg);
  background-repeat: no-repeat;
  background-position: center right 5.3333333333vw;
  background-size: 13.3333333333vw 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .information__text {
    padding: 2.5vw 2.7777777778vw;
    background-position: center right 2.7777777778vw;
    background-size: 3.4722222222vw 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .information__text {
    padding: 36px 40px;
    background-position: center right 40px;
    background-size: 50px 50px;
  }
}
.information__text span {
  font-size: 3rem;
  letter-spacing: 0.1em;
}
.information__text--light {
  background-color: #797979;
}
.information__text--dark {
  background-color: #585656;
}