html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}

.greeting {
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  justify-content: center;
}
.greeting__wrapper {
  max-width: 1120px;
  width: 100%;
  padding-bottom: 80px;
}
.greeting .sub-page-head {
  margin-bottom: 40px;
}
.greeting .basic-policy__desc {
  color: #222;
  /* Noto Sans JP/20 */
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%; /* 40px */
  margin-bottom: 40px;
}

.block-head {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}
.block-head__block {
  height: 36px;
  width: 12px;
  background: var(--blue-4055-db, #4055cb);
  position: relative;
}
.block-head__block:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 12px;
  height: 13px;
  background: #000;
  mix-blend-mode: overlay;
}
.block-head__text {
  width: 100%;
  padding-left: 12px;
  color: var(--blue-4055-db, #4055cb);
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  border-bottom: 1px solid #000097;
}

.philosophy__wrapper {
  width: 100%;
}
.philosophy .philosophy-list {
  width: 100%;
  padding-left: 12px;
}
.philosophy .philosophy-list .philosophy-content {
  margin-bottom: 32px;
}
.philosophy .philosophy-list .philosophy-content .block-desc {
  display: flex;
  align-items: flex-start;
}
.philosophy .philosophy-list .philosophy-content .block-desc__block {
  position: relative;
  top: 5px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  opacity: 0.5;
  background: var(--blue-4055-db, #4055cb);
  margin-right: 12px;
}
.philosophy .philosophy-list .philosophy-content .block-desc__text {
  color: #4055cb;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 28px */
}
.philosophy .philosophy-list .philosophy-content__desc {
  margin-top: 12px;
  padding-left: 32px;
  color: var(--neutral-color-222, #222);
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 19.5px */
}
.philosophy .philosophy-list .philosophy-content--last {
  margin-bottom: 60px;
}

.greeting-desc {
  color: #222;
  /* Noto Sans JP/16 */
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
}

.greeting-signature {
  margin-top: 14px;
  color: #222;
  text-align: right;
  max-width: 867px;
  /* Noto serif */
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 200%; /* 40px */
}/*# sourceMappingURL=message.css.map */