@charset "UTF-8";
/* message
======================================= */
.message__inner {
  padding-top: 6.25em;
  padding-bottom: 10em;
}
.message__title {
  font-size: 2.25em;
  color: #758309;
  font-weight: bold;
  line-height: 1;
  border-bottom: 1px solid #758309;
  padding-bottom: 1.25rem;
  margin-bottom: 1em;
}
.message__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.message__contents {
  width: 60%;
}
.message__text {
  margin-bottom: 3.125em;
}
.message__logo {
  max-width: 183px;
  margin: 0 auto 1.25em;
}
.message__name {
  text-align: center;
}
.message__name span {
  display: block;
  font-size: 1.25em;
  margin-top: 5px;
}
.message__img {
  width: 34%;
}

.info {
  background: url(../img/about/message/info_bg.png) no-repeat top center/118vw;
}
.info__inner {
  padding-top: 8.75em;
  padding-bottom: 16.25em;
}
.info__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 780px;
  margin: auto;
}
.info__contents {
  color: #758309;
  width: 48%;
  max-width: 330px;
}
.info__title {
  font-size: 2.25em;
  border-bottom: 1px solid #758309;
  padding-bottom: 1.25rem;
  margin-bottom: 1em;
}
.info__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.info__item::before {
  content: "・";
}

.group {
  background: url(../img/about/message/group_bg.png) no-repeat top center/118vw;
  margin-top: -7em;
}
.group__inner {
  padding-top: 8.75em;
  padding-bottom: 14.75em;
  text-align: center;
}
.group__title {
  font-size: 2.25em;
  color: #758309;
  margin-bottom: 1em;
}
.group__lead {
  margin-bottom: 3.125em;
}
.group__btn {
  max-width: 272px;
  margin: auto;
}
.group__btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.group__btn a span {
  width: auto;
}
.group__btn a::after {
  content: "";
  width: 1.4375em;
  height: 1.4375em;
  display: block;
  background: url(../img/about/message/icon_outer.svg) no-repeat center center/contain;
}