.p-message__primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 72px;
}
@media (max-width: 767px) {
  .p-message__primary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 56px;
  }
}
.p-message__img {
  width: 330px;
}
@media (max-width: 767px) {
  .p-message__img {
    width: 86%;
  }
}
.p-message__img img {
  display: block;
  -webkit-box-shadow: 8px 8px 0px #213B16;
          box-shadow: 8px 8px 0px #213B16;
}
@media (max-width: 767px) {
  .p-message__img img {
    -webkit-box-shadow: 4px 4px 0 #213B16;
            box-shadow: 4px 4px 0 #213B16;
  }
}
.p-message__text {
  width: 620px;
  margin-top: 90px;
  margin-left: -32px;
  padding: 70px 40px 0;
  background-color: #fff;
  letter-spacing: 0.14em;
}
@media (max-width: 767px) {
  .p-message__text {
    width: 90%;
    margin-left: auto;
    margin-top: -24px;
    padding: 56px 24px 0;
  }
}
.p-message__title {
  position: relative;
  color: #222222;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .p-message__title {
    font-size: 2rem;
  }
}
.p-message__title::before {
  content: "";
  position: absolute;
  top: -28px;
  left: 0;
  width: 20px;
  height: 16px;
  background-image: url(../img/about/quot.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-message__para {
  margin-top: 36px;
  line-height: 2.8;
}
@media (max-width: 767px) {
  .p-message__para {
    margin-top: 32px;
    line-height: 2.2;
  }
}
.p-message__para p {
  margin-top: 24px;
}
.p-message__name {
  margin-top: 32px;
  margin-right: 48px;
  letter-spacing: 0.08em;
  text-align: right;
}
@media (max-width: 767px) {
  .p-message__name {
    margin-right: 0;
  }
}
.p-message__name .com {
  font-size: 1.4rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-message__name .com {
    font-size: 1.2rem;
  }
}
.p-message__name .name {
  position: relative;
  display: inline-block;
  margin-top: 12px;
  font-size: 2.4rem;
  line-height: 1;
  color: #222222;
}
@media (max-width: 767px) {
  .p-message__name .name {
    font-size: 2rem;
  }
}
.p-message__name .name::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 11px;
  background-color: #EFF81B;
}
.p-message__name .name span {
  position: relative;
}

.p-info {
  width: 900px;
  margin: 32px auto 0;
}
@media (max-width: 767px) {
  .p-info {
    width: 100%;
    margin: 24px auto 0;
  }
}
.p-info__inner {
  padding: 30px 70px 40px;
  color: #222222;
  background-image: url(../img/common/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .p-info__inner {
    padding: 30px;
  }
}
.p-info__head {
  position: relative;
  font-size: 2.4rem;
  padding-left: 8px;
  padding-bottom: 14px;
  border-bottom: 4px solid #fff;
}
@media (max-width: 767px) {
  .p-info__head {
    font-size: 2rem;
  }
}
.p-info__head::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 30%;
  height: 4px;
  background-color: #213B16;
}
.p-info__list {
  margin-top: 28px;
}
.p-info__list li {
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em;
}
.p-info__list li::before {
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  background-color: #213B16;
  border-radius: 50%;
  vertical-align: middle;
}

.p-address__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  width: 600px;
  margin: 16px auto 0;
}
@media (max-width: 767px) {
  .p-address__dl {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}
.p-address__dl dt {
  min-width: 180px;
  padding: 12px 0;
  color: #213B16;
  background-color: #F5F5F5;
  border-radius: 12px;
  line-height: 1;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 767px) {
  .p-address__dl dt {
    width: 100%;
    min-width: unset;
  }
}
.p-address__dl dd {
  width: 100%;
}
@media (max-width: 767px) {
  .p-address__dl dd {
    text-align: center;
  }
}