/* CSS Document */
/*------------------------------
break point
------------------------------*/
/*------------------------------
message
------------------------------*/
#bg {
  position: fixed;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100lvh;
}

.mv {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.mv_image {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mv_image {
    height: 108vw;
    position: relative;
    z-index: 0;
    -webkit-clip-path: none;
            clip-path: none;
  }
  .mv_image img {
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    width: 100%;
    height: 100%;
  }
}
.mv_title {
  position: absolute;
  left: 4rem;
  top: 50%;
  translate: 0 -50%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .mv_title {
    z-index: 1;
    left: 2rem;
    top: auto;
    translate: 0 0;
    bottom: 1.6rem;
  }
}
.mv_title p {
  font-size: 10rem;
  line-height: 0.9;
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .mv_title p {
    font-size: 5.2rem;
  }
}
.mv_title h1 {
  font-size: 1.8rem;
  margin-top: 1.6rem;
  font-weight: 700;
}
.mv_title h1::before {
  content: "-";
  display: inline-block;
  margin-right: 0.3rem;
}
@media screen and (max-width: 767px) {
  .mv_title h1 {
    font-size: 1.4rem;
    margin-top: 0.8rem;
  }
}
.mv_inner {
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 1;
}
.mv_name {
  position: absolute;
  bottom: 0;
  right: 2rem;
  text-align: right;
  padding-top: 3rem;
  padding-left: 3.6rem;
}
@media screen and (max-width: 767px) {
  .mv_name {
    padding-top: 2rem;
    padding-left: 2.4rem;
  }
}
.mv_name p {
  font-size: 1.4rem;
  margin-block: var(--leading-trim);
  position: relative;
  z-index: 1;
}
.mv_name p:first-of-type {
  font-weight: 500;
  letter-spacing: 0.02em;
}
.mv_name p:nth-of-type(2) {
  font-size: 2.6rem;
  font-weight: 600;
  color: var(--color-sub02);
  padding-block: 1.1rem 1rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .mv_name p:nth-of-type(2) {
    font-size: 2.4rem;
    padding-block: 1rem 0.8rem;
  }
}
.mv_name p:last-of-type {
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.mv_name p span {
  display: inline-block;
}
.mv_name p span::first-letter {
  color: var(--color-sub02);
}
.mv_name::before {
  content: "";
  position: absolute;
  background-color: #fff;
  display: block;
  z-index: 0;
  width: 50vw;
  height: 100%;
  top: 0;
  left: 0;
}

.copy {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .copy {
    padding-top: 8rem;
  }
}
.copy p {
  font-size: 4.8rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.75;
  margin-block: var(--leading-trim);
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .copy p {
    font-size: 2.4rem;
    letter-spacing: 0.02rem;
    line-height: 1.85;
  }
}

.message {
  position: relative;
  z-index: 1;
  padding-top: 13rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .message {
    padding-top: 10rem;
  }
}
.message_item {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .message_item {
    flex-direction: column-reverse;
  }
}
.message_item-image {
  width: calc(50vw - 6rem);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .message_item-image {
    width: 100%;
    margin-top: 3rem;
  }
}
.message_item-text {
  width: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .message_item-text {
    width: 100%;
  }
}
.message_item-text-title {
  margin-bottom: 4rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .message_item-text-title {
    margin-bottom: 3.5rem;
  }
}
.message_item-text-title::before {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  width: 9rem;
  height: 9rem;
  background: linear-gradient(to top, #74bce5, #b2ddad);
  overflow: hidden;
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
          clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  translate: -50% -50%;
}
@media screen and (max-width: 767px) {
  .message_item-text-title::before {
    width: 8rem;
    height: 8rem;
  }
}
.message_item-text-title p {
  position: relative;
  z-index: 1;
}
.message_item-text-title p span {
  display: inline-block;
  font-size: 2.6rem;
  font-weight: 600;
  color: var(--color-main);
  line-height: 1;
  padding-bottom: 0.8rem;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  border-bottom: 2px solid var(--color-main);
  margin-top: 2.1rem;
}
.message_item-text-title p span:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .message_item-text-title p span {
    font-size: 2.2rem;
    font-weight: 700;
    border-bottom: 1px solid var(--color-main);
    margin-top: 1.4rem;
    white-space: nowrap;
  }
}
.message_item-text > p {
  margin-block: var(--leading-trim);
  line-height: 2.1;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .message_item-text > p {
    line-height: 1.75;
  }
}
.message_item-text .caption {
  font-size: 1.3rem;
  margin-top: 3rem;
  color: var(--color-main);
}
.message_item-text .caption span {
  font-weight: 500;
}
.message_item.item01 {
  display: block;
}
.message_item.item01 .message_item-text {
  width: 100%;
}
.message_item.item01 .message_item-image {
  width: 100%;
  margin-top: 4rem;
}
.message_item.item02 {
  margin-left: calc(50% - 50vw);
  margin-right: 0;
  justify-content: flex-start;
  margin-top: 13rem;
}
@media screen and (max-width: 767px) {
  .message_item.item02 {
    margin-inline: auto;
    margin-top: 8rem;
  }
}
.message_item.item02 .message_item-image {
  margin-right: 6rem;
}
@media screen and (max-width: 767px) {
  .message_item.item02 .message_item-image {
    margin-right: auto;
  }
}
.message_item.item03 {
  margin-top: 13rem;
  margin-right: calc(50% - 50vw);
  flex-direction: row-reverse;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .message_item.item03 {
    margin-inline: auto;
    flex-direction: column-reverse;
    justify-content: flex-start;
    margin-top: 8rem;
  }
}
.message_item.item03 .message_item-image {
  margin-left: 6rem;
}
@media screen and (max-width: 767px) {
  .message_item.item03 .message_item-image {
    margin-left: auto;
  }
}
.message_image {
  width: 100%;
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .message_image {
    margin-top: 6rem;
  }
}

.footer {
  position: relative;
  z-index: 1;
}
/*# sourceMappingURL=message.css.map */