@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Instrument+Serif&display=swap");
:root {
  --text-color: #222;
  --wh: #fff;
  --bk: #222;
  --gray: #dddcda;
}

/* @font-face でローカルフォントを優先 */
@font-face {
  font-family: "Local Noto Sans JP";
  src: local("Noto Sans JP");
}
@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .pc-sm {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .sp-sm {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc-tb {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .sp-tb {
    display: none !important;
  }
}

/* 三点リーダー 一行 */
/* 三点リーダー 複数行 */
/* 背景をテキストで切り取る */
/* ====================================================
Message
==================================================== */
.message__content {
  padding: 20rem 0 20rem;
}
@media screen and (max-width: 1200px) {
  .message__content {
    padding: 18rem 0 19rem;
  }
}
@media screen and (max-width: 834px) {
  .message__content {
    padding: 10rem 0 10rem;
  }
}
@media screen and (max-width: 640px) {
  .message__content {
    padding: 6rem 0 6rem;
  }
}
@media screen and (max-width: 499px) {
  .message__content {
    padding: 5rem 0 5rem;
  }
}
.message__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 10rem;
}
@media screen and (max-width: 1200px) {
  .message__wrapper {
    gap: 6rem;
  }
}
@media screen and (max-width: 834px) {
  .message__wrapper {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
.message__title {
  font-size: 2.8rem;
  margin-bottom: 10rem;
  line-height: 1.8;
}
@media screen and (max-width: 1200px) {
  .message__title {
    font-size: 2.6rem;
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 834px) {
  .message__title {
    font-size: 2.4rem;
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 640px) {
  .message__title {
    font-size: 2.2rem;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 499px) {
  .message__title {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
.message__text {
  max-width: 56rem;
}
@media screen and (max-width: 834px) {
  .message__text {
    max-width: 100%;
  }
}
.message__text p {
  margin-bottom: 5rem;
  line-height: 1.9;
}
@media screen and (max-width: 640px) {
  .message__text p {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 499px) {
  .message__text p {
    margin-bottom: 3rem;
  }
}
.message__img-img {
  aspect-ratio: 440/760;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=message.css.map */