@charset "UTF-8";
.messageWrap {
  overflow-x: clip;
  margin: 0 0 50px;
}

.message {
  max-width: 904px;
  margin-inline: auto;
}

.messagePic {
  margin: 0 0 25px;
  position: relative;
}
.messagePic::before {
  content: "";
  width: 62.8319%;
  aspect-ratio: 568/664;
  background-image: url(../images/about-message-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -22.807%;
  left: -43.03%;
}

.messageIntro {
  margin: 0 0 25px;
}

.messageIntroTitle {
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0 0 20px;
  line-height: 1.4;
  color: #0065bb;
}

.messageBodyWrap {
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.09);
  padding: 25px 20px;
  border-radius: 10px;
}

.messageBody {
  max-width: 728px;
  margin-inline: auto;
}

.messageBodyTitle {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 20px;
  color: #0065bb;
  font-weight: normal;
}

.messageBodySubTitle {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  line-height: 1.4;
}
.messageBodySubTitle::before {
  content: "";
  width: 5px;
  height: 1px;
  background-color: #222;
  flex-shrink: 0;
}

.messageBottomWrap {
  margin: 0 0 25px;
}

.messageBottom {
  line-height: 1.5;
  text-align: center;
  display: inline;
  background: linear-gradient(transparent 70%, #e5f3ff 0%);
}

.messageNameWrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0 20px;
}

.messageName {
  font-size: 1.6rem;
}

.philo {
  max-width: 904px;
  margin: 0 auto 60px;
}

.philoWord {
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
  color: #0065bb;
  line-height: 1.01;
  font-size: 8svw;
  display: block;
  text-align: center;
  font-weight: bold;
  margin: 0 0 30px;
}

.philoTextWrap {
  display: flex;
  justify-content: center;
  margin: 0 0 40px;
}

.philoText {
  font-size: 4svw;
  line-height: 1.8333;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
  font-weight: bold;
}

.philoTextBlue {
  color: #0065bb;
}

.philoListItem {
  display: grid;
  gap: 24px;
  align-items: center;
}
.philoListItem:not(:last-of-type) {
  margin: 0 0 60px;
}

.philoListTitle {
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  color: #0065bb;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
  font-size: 3rem;
  font-weight: bold;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 60px;
  margin: 0 auto;
}

.outlineTable {
  width: 100%;
  border-top: 1px solid #cfcfcf;
}

.outlineTableRow {
  border-bottom: 1px solid #cfcfcf;
}

.outlineTableHead {
  padding: 10px;
  background-color: #f8f8f8;
  font-weight: normal;
  display: block;
  text-align: center;
}

.outlineTableDetail {
  padding: 10px;
  display: block;
}

.historyTable {
  width: 100%;
  border-top: 1px solid #cfcfcf;
}

.historyTableRow:not([data-no-border]) {
  border-bottom: 1px solid #cfcfcf;
}

.historyTableHead {
  text-align: center;
  padding: 10px;
  background-color: #f8f8f8;
  font-weight: normal;
  display: block;
}

.historyTableMonth {
  text-align: left;
  padding: 10px 10px 5px;
  display: block;
}

.historyTableDetail {
  padding: 0 10px 10px;
  display: block;
}

@media (min-width: 960px){
  .messageWrap {
    margin: 0 0 140px;
  }
  .messagePic {
    margin: 0 0 45px;
  }
  .messageIntro {
    margin: 0 0 40px;
  }
  .messageIntroTitle {
    font-size: 2.4rem;
    text-align: center;
  }
  .messageIntroText {
    text-align: center;
  }
  .messageBodyWrap {
    padding: 55px 20px;
  }
  .messageBodyTitle {
    text-align: center;
    font-size: 2rem;
    margin: 0 0 25px;
  }
  .messageBodySubTitle {
    font-size: 1.8rem;
    justify-content: center;
    margin: 0 0 22px;
    gap: 20px;
  }
  .messageBodySubTitle::before {
    width: 15px;
  }
  .messageBodySubTitle::after {
    content: "";
    width: 15px;
    height: 1px;
    background-color: #222;
    flex-shrink: 0;
  }
  .messageBottomWrap {
    text-align: center;
    margin: 0 0 40px;
  }
  .messageBottom {
    font-size: 1.8rem;
  }
  .messageName {
    font-size: 2.2rem;
  }
  .philo {
    margin: 0 auto 130px;
  }
  .philoWord {
    font-size: 10.2rem;
    margin: 0 0 50px;
  }
  .philoTextWrap {
    margin: 0 0 70px;
  }
  .philoText {
    font-size: 2.4rem;
  }
  .philoListItem {
    grid-template-columns: 88px 1fr;
  }
  .philoListTitle {
    width: auto;
    margin: 0;
    font-size: 4.9rem;
  }
  .outlineTableHead {
    display: table-cell;
    padding: 19px;
    width: 176px;
  }
  .outlineTableDetail {
    padding: 19px 40px;
    display: table-cell;
  }
  .historyTableHead {
    vertical-align: top;
    display: table-cell;
    width: 176px;
    padding: 19px;
  }
  .historyTableMonth {
    display: table-cell;
    vertical-align: top;
    padding: 0 19px 19px;
    width: 102px;
    text-align: center;
  }
  .historyTableHead ~ .historyTableMonth {
    padding: 19px;
  }
  .historyTableDetail {
    display: table-cell;
    padding: 0 30px 19px;
  }
  .historyTableHead ~ .historyTableDetail {
    padding: 19px 30px;
  }
}

/*# sourceMappingURL=about.css.map*/