.about_topmessage {
  padding-top: 128px;
  padding-bottom: 68px;
}

.about_topmessage-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about_topmessage-contents-txts {
  text-align: center;
}

.about_topmessage-contents-texts-ttl {
  color: #000;
  font-weight: 400;
  font-size: 40px;
  line-height: normal;
}

.about_topmessage-contents-texts-subttl {
  margin-top: 40px;
  color: #000;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  font-family: Inter;
  line-height: normal;
}

.about_topmessage-contents-texts-subttl span {
  color: #0064b6;
}

.about_topmessage-contents-texts-txt {
  margin-top: 24px;
  margin-bottom: 48px;
  padding: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-top: 1px solid #0064b6;
  border-bottom: 1px solid #0064b6;
  color: #000;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  font-family: Arial;
  line-height: 1.6;
}

.about_topmessage-contents-leader-img {
  width: 403px;
}

.about_topmessage-contents-leader img {
  width: 100%;
  height: auto;
}

.about_topmessage-contents-leader-txt {
  margin-top: 16px;
  color: #000;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  font-family: "Hiragino Sans";
  line-height: 1.25;
}

.about_topmessage-contents-leader-name {
  margin-top: 16px;
}

.about_topmessage-contents-leader-name {
  margin-top: 4px;
  color: #000;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  font-family: "Hiragino Sans";
  line-height: 24.4px;
}

.about_topmessage-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .about_topmessage-list.pc-none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .about_topmessage-list.sp-none {
    display: none;
  }
}

.about_topmessage-list-hgroup-subttl {
  color: #000;
  font-weight: 400;
  font-size: 16px;
  font-family: Arial;
  line-height: 2.4;
}

.about_topmessage-list-hgroup-ttl {
  color: #000;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  font-family: Arial;
}

.about_topmessage-list-hgroup-ttl span {
  color: #0064b6;
}

@media screen and (max-width: 767px) {
  .about_topmessage {
    padding-top: 30px;
    padding-bottom: 68px;
  }
  .about_topmessage-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about_topmessage-contents-txts {
    text-align: center;
  }
  .about_topmessage-contents-texts-ttl {
    text-align: center;
    font-size: 32px;
  }
  .about_topmessage-contents-texts-subttl {
    margin-top: 24px;
    text-align: center;
    font-size: 24px;
  }
  .about_topmessage-contents-texts-subttl span {
    color: #0064b6;
  }
  .about_topmessage-contents-texts-txt {
    margin: 24px auto 0;
    padding: 16px;
    font-size: 18px;
  }
  .about_topmessage-contents-leader-img {
    width: 100%;
  }
  .about_topmessage-contents-leader img {
    width: 100%;
    height: auto;
  }
  .about_topmessage-contents-leader-txt {
    margin-top: 16px;
    color: #000;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    font-family: "Hiragino Sans";
    line-height: 1.25;
  }
  .about_topmessage-contents-leader-name {
    margin-top: 16px;
  }
  .about_topmessage-contents-leader-name {
    margin-top: 4px;
    color: #000;
    text-align: center;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    font-family: "Hiragino Sans";
    line-height: 24.4px;
  }
  .about_topmessage-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .about_topmessage-list-hgroup-subttl {
    color: #000;
    font-weight: 400;
    font-size: 12px;
    font-family: Arial;
    line-height: 2.4;
  }
  .about_topmessage-list-hgroup-ttl {
    color: #000;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    font-family: Arial;
  }
  .about_topmessage-list-hgroup-ttl span {
    color: #0064b6;
  }
}