/* --------------------------------------------------- */
/* common */
/* --------------------------------------------------- */
.lower_top__inner,
.lower_section__inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.lower_section-title__caption {
  margin-bottom: 24px;
}
@media (max-width: 1279px) {
  .lower_top__inner,
  .lower_section__inner {
    width: calc(100vw - 48px);
  }
}

/* --------------------------------------------------- */
/* philosophy */
/* --------------------------------------------------- */
#philosophy .lower_section__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 100px;
}
#philosophy .lower_section__container {
  flex: 1;
}
.philosophy__catchcopy {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.8571;
  margin: -12px 0px 28px 0;
}
.philosophy__desc {
  line-height: 2.5;
  margin: -12px 0;
}
@media (max-width: 1279px) {
  #philosophy .lower_section__inner {
    display: block;
  }
  #philosophy .lower_section__title {
    margin-bottom: 56px;
  }
  .philosophy__catchcopy {
    font-size: 28px;
    line-height: 1.75;
    margin: -10.5px 0px 29.5px 0;
  }
  .philosophy__desc {
    line-height: 2.25;
    margin: -10px 0;
  }
}

/* --------------------------------------------------- */
/* greeting */
/* --------------------------------------------------- */
#greeting .lower_section__title {
  margin-bottom: 80px;
}
#greeting .lower_section-title__caption,
#greeting .lower_section-title__text {
  text-align: center;
}
.greeting__content {
  max-width: 640px;
  margin: 0 auto;
}
.greeting__desc {
  line-height: 2.5;
  margin: -12px 0 36px 0;
}
.greeting__name {
  margin-top: 68px;
  text-align: right;
}
@media (max-width: 1279px) {
  .greeting__desc {
    line-height: 2.25;
    margin: -10px 0 30px 0;
  }
  .greeting__name {
    margin-top: 46px;
  }
}

/* --------------------------------------------------- */
/* information */
/* --------------------------------------------------- */
#information .lower_section__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 100px;
}
#information .lower_section__title {
  flex: none;
}
#information .lower_section__container {
  flex: 1;
}
.information__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 40px;
  margin: -40px 0;
}
.information__table th {
  white-space: nowrap;
  padding: 0 40px 40px 0;
  line-height: 1;
  text-align: left;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
  font-size: 16px;
  color: var(--base-color);
}
.information__table td {
  padding: 0 0 40px 0;
  line-height: 1;
  text-align: left;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  color: var(--base-color);
}
.information__table tr:last-of-type td,
.information__table tr:last-of-type th {
  padding-bottom: 0;
  border-bottom: none;
}
.information__table td iframe {
  aspect-ratio: 3/2;
  width: 100%;
  height: auto;
  margin-top: 40px;
}
@media (max-width: 1279px) {
  #information .lower_section__inner {
    display: block;
  }
  #information .lower_section__title {
    margin-bottom: 56px;
  }
  .information__table tr {
    display: block;
  }
  .information__table tr:not(:last-of-type) {
    margin-bottom: 36px;
    padding-bottom: 36px;
    border-bottom: 1px solid #ddd;
  }
  .information__table th,
  .information__table td {
    width: 100%;
    display: block;
    padding: 0;
    border: none;
  }
  .information__table th {
    margin-bottom: 20px;
  }
  .information__table td iframe {
    margin-top: 36px;
  }
}
