/*
.container {
  width: 100%;
  @include mq("tb") {
    width: 90%;
  }
  @include mq("pc") {
    width: 80%;
  }
}
*/
.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.noto-sans-jp-regular {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

section.second {
  padding-bottom: 100px;
}

section.message {
  max-width: 980px;
  width: 90%;
}
@media (max-width: 1024px) {
  section.message {
    margin: 0 auto;
  }
}
section.message .contents {
  padding-top: 128px;
}
section.message .contents .title .no {
  padding-bottom: 1em;
}
section.message .contents .title h2 {
  font-size: min(11vw, 46px);
  line-height: 1;
  padding-bottom: 1em;
}
@media (max-width: 1024px) {
  section.message .contents .title h2 {
    font-size: min(9.5vw, 36px);
  }
}
section.message .contents figure {
  width: 100%;
  height: 485px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  section.message .contents figure {
    height: 50vw;
  }
}
section.message .contents figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
section.message .contents .greeting {
  width: 100%;
  padding: 2em 0;
}
section.message .contents .greeting p {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  padding-bottom: 1em;
  text-align: justify;
}
section.message .contents .signature {
  width: 100%;
  text-align: right;
  font-size: 22px;
  font-weight: 400;
}
section.message .contents .signature strong {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  padding-left: 0.7em;
  font-size: 30px;
}
section.message .contents .sign {
  width: 100%;
  background-color: rgba(0, 179, 255, 0.0823529412);
  border-radius: 12px;
  text-align: center;
  padding: 2em 0;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  color: #247090;
  font-weight: 600;
  font-size: 27px;
  line-height: 1.6;
  overflow-y: hidden;
}
section.message .contents .sign li, section.message .contents .sign p {
  padding: 0.25em 0;
}
section.message .contents .sign span {
  display: inline-block;
}
@media (max-width: 1024px) {
  section.message .contents .sign {
    font-size: 23px;
  }
  section.message .contents .sign span.bl {
    display: block;
  }
}/*# sourceMappingURL=message.css.map */