.greetings__inner {
  padding-top: 6.25em;
  padding-bottom: 6.25em;
}
@media (max-width: 768px) {
  .greetings__inner {
    padding-top: 4.375em;
    padding-bottom: 5em;
  }
}
.greetings__title {
  margin-bottom: 3.125em;
}
@media (max-width: 768px) {
  .greetings__title {
    margin-bottom: 1.875em;
  }
}
@media (max-width: 768px) {
  .greetings__title-en {
    font-size: 2.8125em;
  }
}
.greetings__contents {
  max-width: 832px;
  margin: 0 auto;
}
.greetings__contents-text {
  font-size: 0.875em;
  line-height: 2.2;
  letter-spacing: 0.08em;
}
.greetings__contents-text:nth-child(n+2) {
  margin-top: 1.25rem;
}
.greetings__contents-signature {
  line-height: 2.2;
  letter-spacing: 0.08em;
  margin-top: 1.25rem;
}

.information {
  background: rgba(86, 89, 37, 0.05);
}
.information__inner {
  padding-top: 6.25em;
  padding-bottom: 7.5em;
  max-width: 800px;
}
@media (max-width: 768px) {
  .information__inner {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}
.information__title {
  margin-bottom: 4.375em;
}
.information__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #E2E2E2;
  padding: 1.875em;
  font-size: 0.875em;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .information__item {
    padding: 1.25em 0.625em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.information__item:last-child {
  border-bottom: 1px solid #E2E2E2;
}
.information__item-title {
  width: 30%;
}
@media (max-width: 768px) {
  .information__item-title {
    width: 100%;
  }
}
.information__item-contents {
  width: 70%;
}
@media (max-width: 768px) {
  .information__item-contents {
    width: 100%;
  }
}
.information__item-contents img {
  width: clamp(150px, 13.958333vw, 201px);
  height: auto;
  margin-top: 0.5em;
}
@media (max-width: 768px) {
  .information__item-contents img {
    width: 201px;
  }
}