@charset "UTF-8";
.message-section {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .message-section {
    padding: 60px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .message-section {
    padding: 40px 0 60px;
  }
}

.message-section__inner {
  max-width: 950px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.message-section__row {
  position: relative;
}
@media screen and (min-width: 769px) {
  .message-section__row {
    min-height: 374px;
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .message-section__row {
    max-width: 420px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .message-section__imageWrap {
    max-width: 562px;
    position: absolute;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .message-section__imageWrap {
    margin: 20px auto 0;
  }
}
.message-section__imageWrap img {
  width: auto;
  height: 100%;
  max-height: 374px;
}

@media screen and (min-width: 769px) {
  .message-section__description {
    width: 91%;
    padding: 85px 0 0 clamp(320px, 41vw, 380px);
  }
}
@media screen and (max-width: 768px) {
  .message-section__description {
    margin: 10px auto 0;
  }
}

.message-section__catch {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .message-section__catch {
    font-size: clamp(28px, 3.8vw, 34px);
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .message-section__catch {
    font-size: 24px;
    line-height: 1.75;
  }
}

.message-section__name {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-align: right;
}
@media screen and (min-width: 769px) {
  .message-section__name {
    margin-top: 120px;
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .message-section__name {
    margin-top: 20px;
    font-size: 22px;
  }
}
@media screen and (min-width: 769px) {
  .message-section__name span {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .message-section__name span {
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) {
  .message-section__textWrap {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .message-section__textWrap {
    margin-top: 40px;
  }
}
@media screen and (min-width: 769px) {
  .message-section__textWrap p {
    margin-bottom: 2em;
    line-height: 2.14;
  }
}
@media screen and (max-width: 768px) {
  .message-section__textWrap p {
    margin-bottom: 1.5em;
    line-height: 1.9;
  }
}
.message-section__textWrap ul {
  margin-bottom: 2em;
}
.message-section__textWrap li {
  padding-left: 1em;
  line-height: 1.35;
  text-indent: -1em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.message-section__textWrap li:before {
  content: "・";
}
.message-section__textWrap li:nth-child(n+2) {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .message-section__textWrap li {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  .message-section__buttonGroup {
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .message-section__buttonGroup {
    max-width: 380px;
    margin: 60px auto 0;
  }
}

.message-section__button {
  font-size: 15px;
}
@media screen and (min-width: 769px) {
  .message-section__button {
    width: 32%;
    min-height: 50px;
  }
  .message-section__button:nth-child(n+2) {
    margin-left: 2%;
  }
}
@media screen and (max-width: 768px) {
  .message-section__button {
    min-height: 40px;
  }
  .message-section__button:nth-child(n+2) {
    margin-top: 15px;
  }
}