/*!
global > color
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.p_message__mttl {
  letter-spacing: 0.01em;
  font-weight: 700;
  color: #f00000;
  font-size: 1.25rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p_message__mttl {
    font-size: 2rem;
    line-height: 1.6;
  }
}

.p_message_top .p_message_block_img {
  margin-top: 37px;
}
@media screen and (min-width: 768px) {
  .p_message_top .p_message_block_img {
    margin-top: 60px;
  }
}

.p_message_hr .p_message_block_img {
  margin-top: 37px;
}
@media screen and (min-width: 768px) {
  .p_message_hr .p_message_block_img {
    margin-top: 142px;
  }
}
@media screen and (min-width: 768px) {
  .p_message_hr .p_message_hero .c_mv01 {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .p_message_hr .p_message__mttl {
    position: relative;
    top: clamp(
        -3.125rem,
        -31.25vw + 28.125rem,
        0rem
    );
  }
}
@media screen and (min-width: 768px) {
  .p_message_hr .p_message_block_img__content {
    margin-top: -5px;
  }
}
@media screen and (min-width: 768px) {
  .p_message_hr .p_message_block_bg {
    margin-top: 160px;
  }
}

.p_message_hero {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
  position: relative;
  margin-top: 27px;
}
@media screen and (min-width: 768px) {
  .p_message_hero {
    width: calc(100% - 48px);
    margin-top: 36px;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .p_message_hero__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-end;
    row-gap: 30px;
    grid-template-areas: "mv photo" "profile photo";
  }
}
.p_message_hero__thumb {
  display: block;
  overflow: hidden;
  grid-area: photo;
  margin: 16px -24px 0;
}
@media screen and (min-width: 768px) {
  .p_message_hero__thumb {
    margin: 0;
    border-radius: 16px;
  }
}
.p_message_hero .c_mv01 {
  width: calc(100% - 24px);
  grid-area: mv;
}
@media screen and (min-width: 768px) {
  .p_message_hero .c_mv01 {
    width: auto;
    padding-left: clamp(
        0rem,
        3.164556962vw + -1.5189873418rem,
        1.25rem
    );
    margin-top: clamp(
        1.875rem,
        10vw + -5.625rem,
        3.125rem
    );
  }
}
.p_message_hero .c_breadcrumb {
  margin-top: 28px;
}
@media screen and (min-width: 768px) {
  .p_message_hero .c_breadcrumb {
    margin-top: clamp(
        1.875rem,
        15vw + -9.375rem,
        3.75rem
    );
  }
}

.p_message_profile {
  grid-area: profile;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .p_message_profile {
    margin: unset;
    padding-left: clamp(
        0rem,
        3.164556962vw + -1.5189873418rem,
        1.25rem
    );
    padding-right: clamp(
        1.25rem,
        4.746835443vw + -1.0284810127rem,
        3.125rem
    );
  }
}
.p_message_profile__detail {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 10px;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .p_message_profile__detail {
    margin-top: clamp(
        1.25rem,
        12.1835443038vw + -4.5981012658rem,
        6.0625rem
    );
  }
}
.p_message_profile__detail .job {
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p_message_profile__detail .job {
    font-size: 1rem;
  }
}
.p_message_profile__detail .kanji {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .p_message_profile__detail .kanji {
    font-size: 1.75rem;
  }
}
.p_message_profile__detail .romanji {
  font-size: 0.8125rem;
  font-family: "Kanit", sans-serif;
  color: #757573;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .p_message_profile__detail .romanji {
    font-size: 0.9375rem;
    margin-top: -3px;
  }
}

.p_message_block_full {
  margin-top: 36px;
}
@media screen and (min-width: 768px) {
  .p_message_block_full {
    margin-top: 137px;
  }
}

.p_message_block_img {
  display: flex;
  flex-direction: column-reverse;
  gap: 37px;
}
@media screen and (min-width: 768px) {
  .p_message_block_img {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
  }
}
.p_message_block_img__photo {
  display: block;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p_message_block_img__photo {
    width: 43.1034482759%;
    margin-top: 5px;
  }
}
@media screen and (min-width: 768px) {
  .p_message_block_img__content {
    width: 51.724137931%;
  }
}

.p_message_txt {
  font-size: 0.875rem;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p_message_txt {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p_message_txt + .p_message_txt {
    margin-top: 26px;
  }
}

.p_message_block_bg {
  background-color: #fdf2e0;
  padding-top: 123px;
  padding-bottom: 119px;
  margin-top: 75px;
}
@media screen and (min-width: 768px) {
  .p_message_block_bg {
    margin-top: 155px;
  }
}
.p_message_block_bg__inner {
  background-color: #fcfcf7;
  padding-block: 50px;
  padding-inline: 24px;
  margin-inline: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p_message_block_bg__inner {
    border-radius: 16px;
    padding-block: 57px;
    padding-inline: clamp(
        2.5rem,
        12.6582278481vw + -3.5759493671rem,
        7.5rem
    );
    margin: unset;
  }
}

.p_message_low_block + .p_message_low_block {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .p_message_low_block + .p_message_low_block {
    margin-top: 55px;
  }
}
.p_message_low_block__ttl {
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #f00000;
  font-size: 1.5rem;
}
.p_message_low_block__body {
  margin-top: 17px;
}
@media screen and (min-width: 768px) {
  .p_message_low_block__body {
    margin-top: 10px;
  }
}
.p_message_low_block__flow {
  position: relative;
}
.p_message_low_block__flow::before {
  content: "";
  position: absolute;
  top: 7px;
  bottom: 7px;
  width: 2px;
  background-image: url("../images/common/icon_border_dot_vertical.png");
  background-repeat: repeat-y;
  left: 42px;
}
@media screen and (min-width: 768px) {
  .p_message_low_block__flow::before {
    left: 67px;
    top: 10px;
    bottom: 14px;
  }
}
.p_message_low_block__item {
  display: flex;
  align-items: flex-start;
  gap: 11px;
}
@media screen and (min-width: 768px) {
  .p_message_low_block__item {
    gap: 20px;
  }
}
.p_message_low_block__item:not(:last-child) {
  padding-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .p_message_low_block__item:not(:last-child) {
    padding-bottom: 5px;
  }
}
.p_message_low_block__item dt {
  font-weight: 400;
  color: #f00000;
  letter-spacing: 0.01em;
  position: relative;
  flex-shrink: 0;
  padding-right: 14px;
}
@media screen and (min-width: 768px) {
  .p_message_low_block__item dt {
    font-size: 1rem;
    padding-left: 3px;
    padding-right: 32px;
  }
}
.p_message_low_block__item dt::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #ff9086;
  border-radius: 50%;
}

.p_message_nav {
  padding: 50px 0 90px;
}
@media screen and (min-width: 768px) {
  .p_message_nav {
    padding: 122px 0 122px;
  }
}
@media screen and (min-width: 768px) {
  .p_message_nav .c_grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p_message_nav .c_box {
    max-width: 360px;
  }
}
@media screen and (min-width: 768px) {
  .p_message_nav .c_box__img {
    height: 200px;
  }
}
/*# sourceMappingURL=message.css.map */
