/* CSS Document */
.spmask {
  display: inline-block;
}

.spmask-inline {
  display: inline;
}

.sponly {
  display: none;
}

@media (max-width: 767px) {
  .spmask {
    display: none;
  }
  .spmask-inline {
    display: none;
  }
  .sponly {
    display: block;
  }
}
/*------------------------------*/
.messageMv {
  position: relative;
  width: 100%;
  height: 80rem;
  overflow: hidden;
  margin-bottom: 10rem;
  background: linear-gradient(to top, rgba(38, 38, 38, 0.2) 0%, rgba(38, 38, 38, 0) 50%, rgba(38, 38, 38, 0) 100%), url("../../images/message/message_mv.jpg") no-repeat right center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .messageMv {
    height: 50rem;
    background-position: 70%;
    overflow: visible;
    margin-bottom: 5rem;
  }
}
.messageMv_catch {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-bottom: solid 1px #fff;
  padding-left: 10rem;
  padding-bottom: 2rem;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1254901961);
}
@media screen and (max-width: 767px) {
  .messageMv_catch {
    top: 35rem;
    width: 20rem;
    transform: translateY(0);
    padding-bottom: 0.5rem;
    padding-left: 1.6rem;
  }
}
.messageMv_catch-en {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .messageMv_catch-en {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
.messageMv_catch-jp {
  font-size: 4.8rem;
}
@media screen and (max-width: 767px) {
  .messageMv_catch-jp {
    font-size: 2.6rem;
  }
}
.messageMv_name {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 10rem;
  padding-bottom: 8rem;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1254901961);
}
@media screen and (max-width: 767px) {
  .messageMv_name {
    top: 41rem;
    bottom: auto;
    width: 100%;
    box-sizing: border-box;
    padding: 2rem;
  }
}
.messageMv_name_job {
  font-size: 1.4rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .messageMv_name_job {
    margin-bottom: 1rem;
  }
}
.messageMv_name_row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.messageMv_name-jp {
  font-size: 2.8rem;
  font-weight: 700;
  margin-right: 0.5rem;
  font-feature-settings: "palt";
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 767px) {
  .messageMv_name-jp {
    font-size: 2.2rem;
  }
}
.messageMv_name-en {
  font-size: 1.4rem;
  font-weight: 600;
  font-feature-settings: "palt";
  letter-spacing: 0.1rem;
}

.message {
  position: relative;
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .message {
    padding-bottom: 6rem;
  }
}
.message_item {
  position: relative;
  width: 100%;
  margin-bottom: 10rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .message_item {
    margin-bottom: 6rem;
  }
}
.message_item:first-of-type {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .message_item:first-of-type {
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .message_item:nth-child(3) {
    margin-bottom: 2rem;
  }
}
.message_item:last-of-type {
  margin-bottom: 0;
}
.message_item_heading {
  font-size: 2.6rem;
  font-weight: 600;
  margin-bottom: 6rem;
  color: var(--main);
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  font-family: "Noto sans jp";
}
@media screen and (max-width: 767px) {
  .message_item_heading {
    font-size: 2.4rem;
    margin-bottom: 2rem;
    line-height: 1.6;
  }
}
.message_item .readText {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .message_item .readText {
    margin-bottom: 3rem;
  }
}
.message_item .readText:last-of-type {
  margin-bottom: 0;
}
.message_item_row {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .message_item_row {
    flex-direction: column;
  }
}
.message_item_row_text {
  position: relative;
  width: 56%;
  background-color: #fff;
  padding-block: 5rem;
  padding-inline: 0 5rem;
  margin-top: 13rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .message_item_row_text {
    width: 100%;
    padding: 0;
    margin-top: 0;
    margin-bottom: 3rem;
  }
}
.message_item_row_photo {
  position: absolute;
  top: 0;
  right: 0;
  width: 74%;
  margin-right: calc(50% - 50vw);
  margin-left: 10%;
}
@media (max-width: 1200px) {
  .message_item_row_photo {
    width: 70rem;
  }
}
@media screen and (max-width: 767px) {
  .message_item_row_photo {
    position: relative;
    top: 0;
    width: 100%;
    margin-left: 0;
  }
}
.message_item_row_photo p.caption {
  padding-top: 1rem;
  font-weight: 500;
  text-align: right;
  padding-right: 2rem;
  font-feature-settings: "palt";
  letter-spacing: 0.1rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .message_item_row_photo p.caption {
    font-weight: 600;
    line-height: 1.6;
    padding-right: 0;
    padding-left: 1em;
    text-indent: -1em;
  }
}
/*# sourceMappingURL=style.css.map */