/*===============================

	override

================================*/
.c-page-header {
  min-height: 360px;
}

@media screen and (min-width: 960px) {
  .c-page-header__container {
    min-height: 560px;
    padding-top: 260px;
    padding-bottom: 140px;
  }
}
/*===============================

	message

================================*/
.p-message__img {
  margin: -90px 0 0 20px;
}
.p-message__img img {
  width: 100%;
}

@media screen and (min-width: 960px) {
  .p-message__img {
    position: fixed;
    top: 0;
    right: 0;
    width: calc(50% - 60px);
    margin: 0;
  }
  .p-message__img img {
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-message__container {
  padding: 60px 20px 80px;
}

@media screen and (min-width: 960px) {
  .p-message__container {
    position: relative;
    z-index: 1;
    max-width: 1560px;
    padding: 160px 3.125%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .p-message__inner {
    width: 50%;
  }
}
.p-message__heading {
  font-size: 24px;
  line-height: 1.6667;
}

@media screen and (min-width: 768px) {
  .p-message__heading {
    font-size: 32px;
  }
}
@media screen and (min-width: 960px) {
  .p-message__heading {
    margin-bottom: 55px;
    font-size: 48px;
    line-height: 1.4583;
  }
}
.p-message__text {
  margin-top: 25px;
  line-height: 2;
  letter-spacing: 0.05em;
}
.p-message__text:nth-child(n+2) {
  margin-top: 25px;
}

@media screen and (min-width: 960px) {
  .p-message__text {
    line-height: 2.5;
  }
  .p-message__text:nth-child(n+2) {
    margin-top: 40px;
  }
}