.about-wrap {
  margin-top: 0px;
}

.message-hero {
  background: #e03636;
  color: #fff;
  border-radius: 0 0 32px 32px;
  position: relative;
  z-index: 4;
  padding-bottom: 70px;
}

.message-hero-inner {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0px 0 0px;
  position: relative;
  padding-left: 47px;
  border-left: 1px solid #fff;
}

.message-hero-side {
  position: absolute;
  left: -28px;
  top: 0%;
  transform: rotate(90deg);
  transform-origin: left top;
  font-size: 10px;
  letter-spacing: 0.08em;
  opacity: 0.8;
}

.message-hero-lead {
  font-size: 52px;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 40px;
}

.message-hero-text {
  max-width: 720px;
}
.message-hero-text p {
  font-size: 20px;
  line-height: 2.45;
  margin-bottom: 15px;
}

.message-president {
  background: #fff;
}

.message-president-photo {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  margin-top: -3%;
}
.message-president-photo img {
  display: block;
  width: 100%;
}

.message-president-caption {
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  width: 270px;
}
.message-president-caption span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  color: #333;
  font-size: 20px;
  padding: 2px 5px;
  margin-bottom: 7px;
}

.message-policy {
  background: #f3f3f3;
  padding: 64px 0 90px;
}

.message-policy-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.message-policy-heading {
  text-align: center;
  font-size: 20px;
  color: #c94040;
  letter-spacing: 0.1em;
  margin-bottom: 36px;
}

.message-policy-block {
  border-top: 1px solid #E03636;
  padding: 60px 0 80px;
  text-align: center;
}
.message-policy-block.first {
  border-top: none;
  padding-top: 0;
}
.message-policy-block h4 {
  font-size: 34px;
  line-height: 1.5;
  color: #d03c3c;
  margin-bottom: 28px;
  font-weight: 500;
}
.message-policy-block p {
  font-size: 20px;
  line-height: 1.9;
  color: #333;
}
.message-policy-block ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.message-policy-block ul li {
  width: calc((100% - 42px) / 3);
  max-width: none;
  border-left: 1px solid #E03636;
  padding: 0 18px;
  font-size: 20px;
  line-height: 1.8;
  color: #333;
  text-align: left;
  letter-spacing: 0;
}
.message-policy-block ul li:first-child {
  border-left: none;
  padding-left: 0;
}

@media screen and (max-width: 900px) {
  .about-wrap {
    margin-top: 0vw;
  }
  .message-hero {
    border-radius: 0 0 22px 22px;
    padding-bottom: 12vw;
  }
  .message-hero-inner {
    width: 92%;
    padding: 0vw 0 0vw;
    border-left: none;
  }
  .message-hero-lead {
    font-size: 9vw;
    line-height: 1.3;
    margin-bottom: 7vw;
  }
  .message-hero-text p {
    font-size: 3.2vw;
    line-height: 3.06;
    margin-bottom: 3.2vw;
  }
  .message-president-photo {
    width: 100%;
    margin-top: -5vw;
  }
  .message-president-caption {
    right: auto;
    left: 4vw;
    top: 65%;
    width: 40%;
  }
  .message-president-caption span {
    font-size: 4.5vw;
    padding: 0.4vw 0.8vw;
    margin-bottom: 1.4vw;
  }
  .message-policy {
    padding: 10vw 0 13vw;
  }
  .message-policy-heading {
    font-size: 4.4vw;
    margin-bottom: 7vw;
  }
  .message-policy-block {
    padding: 8vw 0;
  }
  .message-policy-block h4 {
    font-size: 6.4vw;
    margin-bottom: 5vw;
  }
  .message-policy-block p {
    font-size: 3.5vw;
    line-height: 1.9;
  }
  .message-policy-block ul {
    display: block;
  }
  .message-policy-block ul li {
    width: 68%;
    max-width: none;
    border-left: none;
    border-top: 1px solid #E03636;
    padding: 3.6vw 0;
    font-size: 3.5vw;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .message-policy-block ul li:first-child {
    border-top: none;
    padding-top: 0;
  }
  .message-policy-block ul li:last-child {
    padding-bottom: 0;
  }
  .sp-extext {
    margin-bottom: 6.3vw;
  }
}
/*# sourceMappingURL=about.css.map */