#information {
  background: url(../../images/bg_information_section_pc.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 6.3% 0 17.95% 0;
  margin-top: -4%;
}

.information-container {
  width: 1048px;
  margin: 0 auto 0 auto;
}

.information-box {
  width: 100%;
}

.information-message-box {
  background: #FFF;
  border-radius: 24.5px;
  width: 100%;
  padding: 35px 35px 35px 35px;
}

.information-message-img-box {
  width: 51.66%;
}

.information-message-img {
  width: 100%;
  border-radius: 16px;
  aspect-ratio: 507 / 396;
  object-fit: cover;
  display: block;
}

.information-message-txt-box {
  width: 44%;
}

.information-message-title {
  color: #000;
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 0.02em;
  line-height: 32px;
}

.information-message-txt {
  color: #000;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 32px;
  margin-top: 20px;
}

.information-info-table {
  width: 100%;
  margin-top: 20px;
}

.information-info-tr {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.information-info-th {
  text-align: left;
  width: 15.56%;
  font-weight: bold;
  font-size: 1.458vw;
  letter-spacing: 0.02em;
  line-height: 34px;
  padding: 12px 0 12px 0;
}

.information-info-td {
  text-align: left;
  width: 84.44%;
  font-size: 1.25vw;
  letter-spacing: 0.02em;
  line-height: 33px;
  padding: 12px 0 12px 0;
  vertical-align: middle;
}

.information-contact-box {
  width: 100%;
  margin-top: 114px;
}

.information-contact-btn {
  width: 50%;
}


@media screen and (max-width: 1200px) {
  .information-container {
    width: 80%;
  }
}


/* タブレット */
@media screen and (max-width: 1024px) {
  .information-container {
    width: 80%;
  }

  .information-info-th {
    font-size: 20px;
  }

  .information-info-td {
    font-size: 18px;
  }
}


/* SP */
@media screen and (max-width: 768px) {
  #information {
    background: url(../../images/bg_information_section_sp.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 40px 0 120px 0;
    margin-top: -9%;
  }

  .information-container {
    width: 87.1%;
  }

  .information-message-box {
    display: block;
    border-radius: 19.6px;
    width: 100%;
    padding: 20px 20px 20px 20px;
  }

  .information-message-img-box {
    width: 100%;

    img {
      width: 100%;
    }
  }

  .information-message-img {
    border-radius: 12.8px;
    aspect-ratio: 300 / 300;
  }

  .information-message-txt-box {
    width: 100%;
  }

  .information-message-title {
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 19px;
    margin-top: 20px;
  }

  .information-message-txt {
    font-size: 12px;
    letter-spacing: 0.04em;
    line-height: 20px;
    margin-top: 8px;
  }

  .information-info-table {
    width: 88.5%;
    margin: 32px auto 0 auto;
  }

  .information-info-th {
    width: 31.2%;
    font-size: 16px;
    line-height: 19px;
    padding: 8px 0 8px 0;
  }

  .information-info-td {
    width: 68.8%;
    font-size: 16px;
    line-height: 19px;
    padding: 8px 0 8px 0;
    padding: 12px 0 12px 0;
  }

  .information-contact-box {
    display: block;
    width: 100%;
    margin-top: 61px;
  }

  .information-contact-btn {
    width: 100%;

    &:nth-child(2) {
      margin-top: 20px;
    }
  }
}