@charset "UTF-8";
/*================================= 見出し =================================*/
/*== 日本語 ==*/
/*== 日本語 SP ==*/
/*== 数字 ==*/
/*== 数字 SP ==*/
/*== 英語 ==*/
/*== 英語 SP ==*/
/*================================= 本文 =================================*/
/*== SP ==*/
:root {
  --clmidcareer: #F15A24;
  --clnewgraduate: #298AE2;
  --clred01: #E50012;
  --clred02: #FFF2F3;
  --clgray01: #6C6A6A;
  --clgray02: #C1C1C1;
  --clgray03: #F7F7F7;
  --header-h: 0px;
}

section.sec-message {
  margin: auto;
  padding-bottom: 20vw;
}
@media screen and (min-width: 768px) {
  section.sec-message {
    padding-bottom: 156px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-message div.sec-message-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
  }
}
section.sec-message div.message-img {
  width: 94%;
  margin: 0 0 10vw auto;
}
@media screen and (min-width: 768px) {
  section.sec-message div.message-img {
    width: 42%;
    margin: 0;
  }
}
section.sec-message div.message-txt-box {
  width: 88%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-message div.message-txt-box {
    width: 45%;
    margin: 0;
  }
}
section.sec-message div.message-txt-box .message-copy {
  color: var(--clred01);
  margin-bottom: 1.6em;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 5.33vw;
  letter-spacing: 0.1em;
  line-height: 1.7em;
  font-size: 5.2vw;
}
@media screen and (min-width: 768px) {
  section.sec-message div.message-txt-box .message-copy {
    margin-bottom: 1em;
    font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 2.6vw;
    letter-spacing: 0.1em;
    line-height: 1.36em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-message div.message-txt-box .message-copy {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-message div.message-txt-box .message-copy {
    font-size: 25px;
  }
}
section.sec-message div.message-txt-box .message-name {
  margin-bottom: 1.6em;
}
@media screen and (min-width: 768px) {
  section.sec-message div.message-txt-box .message-name {
    margin-bottom: 1em;
  }
}
section.sec-message div.message-txt-box .message-name span.kata {
  margin-right: 1em;
  text-align: justify;
  word-break: break-all;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 3.73vw;
  letter-spacing: 0;
  line-height: 2.41em;
}
@media screen and (min-width: 768px) {
  section.sec-message div.message-txt-box .message-name span.kata {
    text-align: justify;
    word-break: break-all;
    font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 2.1875em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-message div.message-txt-box .message-name span.kata {
    font-size: 16px;
  }
}
section.sec-message div.message-txt-box .message-name span.name {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4.8vw;
  letter-spacing: 0.1em;
  line-height: 1.83em;
}
@media screen and (min-width: 768px) {
  section.sec-message div.message-txt-box .message-name span.name {
    font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 1.8vw;
    letter-spacing: 0.1em;
    line-height: 1.83em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-message div.message-txt-box .message-name span.name {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-message div.message-txt-box .message-name span.name {
    font-size: 18px;
  }
}
section.sec-message div.message-txt-box .message-txt {
  text-align: justify;
  word-break: break-all;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 3.73vw;
  letter-spacing: 0;
  line-height: 2.41em;
}
@media screen and (min-width: 768px) {
  section.sec-message div.message-txt-box .message-txt {
    text-align: justify;
    word-break: break-all;
    font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 2.1875em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-message div.message-txt-box .message-txt {
    font-size: 16px;
  }
}/*# sourceMappingURL=message.css.map */