/* 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;
  }
}
/*------------------------------*/
/*------------------------------*/
main {
  background-color: #e5e9ee;
}

/*------------------------------*/
/*------------------------------*/
.inner02 {
  padding-inline: 2rem;
  max-width: calc(1220px + 4rem);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .inner02 {
    padding-inline: 1.5rem;
  }
}

/*------------------------------*/
/*------------------------------*/
.messageMv {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(56deg, #fff 0%, #fff 70%, var(--gray) 70%, var(--gray) 100%);
  padding-block: 10rem 36rem;
}
@media screen and (max-width: 767px) {
  .messageMv {
    background: linear-gradient(56deg, #fff 0%, #fff 50%, var(--gray) 50%, var(--gray) 100%);
    padding-block: 6rem 16rem;
  }
}
.messageMv_catch {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .messageMv_catch {
    margin-top: 6rem;
  }
}
.messageMv_catch .en {
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "Roboto" sans-serif;
  margin-bottom: 2rem;
  color: var(--main);
}
@media screen and (max-width: 767px) {
  .messageMv_catch .en {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.messageMv_catch h2 {
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.6;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .messageMv_catch h2 {
    font-size: 3rem;
    line-height: 1.4;
  }
}

/*------------------------------*/
/*------------------------------*/
.message {
  position: relative;
  width: 100%;
}
.message_wrap {
  padding-block: 10rem;
}
@media screen and (max-width: 767px) {
  .message_wrap {
    padding-block: 6rem 0;
  }
}
.message_wrap.bgNavy {
  background: linear-gradient(-118deg, var(--main) 0%, var(--main) 80%, #04255a 80%, #04255a 100%);
  padding-bottom: 20rem;
}
@media screen and (max-width: 767px) {
  .message_wrap.bgNavy {
    background: linear-gradient(-118deg, var(--main) 0%, var(--main) 50%, #04255a 50%, #04255a 100%);
    padding-bottom: 18rem;
  }
}
.message_wrap.bgGray {
  background-color: var(--gray);
}
.message_wrap .image {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  margin-top: -40rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .message_wrap .image {
    margin-top: -18rem;
    margin-bottom: 3rem;
  }
}
.message_wrap .textBox02 {
  background-color: #fff;
  padding: 6rem;
  border-radius: 2rem;
  margin-top: -30rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .message_wrap .textBox02 {
    padding: 3.5rem 2.5rem;
    border-radius: 1rem;
    margin-top: -28rem;
    margin-bottom: 6rem;
  }
}
.message_wrap .textBox02 .hd {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 3rem;
  color: var(--main);
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .message_wrap .textBox02 .hd {
    line-height: 1.6;
    margin-bottom: 2rem;
  }
}
.message_wrap .textBox02 .readText {
  margin-bottom: 4rem;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .message_wrap .textBox02 .readText {
    margin-bottom: 3rem;
  }
}
.message_wrap .textBox02 .readText:last-of-type {
  margin-bottom: 0;
}
.message_row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .message_row {
    flex-direction: column;
    width: 100%;
    margin-bottom: 6rem;
  }
}
.message_row.type02 {
  color: #252525;
}
.message_row .name {
  display: block;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .message_row .name {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.message_row .name p.position {
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
}
.message_row .name .nameBox {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .message_row .name .nameBox {
    flex-direction: row;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    align-items: center;
  }
}
.message_row .name h3 {
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .message_row .name h3 {
    font-size: 2.4rem;
    margin-bottom: 0;
  }
}
.message_row .name p.en {
  font-size: 1.6rem;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .message_row .name p.en {
    font-size: 1.4rem;
  }
}
.message_row .textBox {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .message_row .textBox {
    width: 100%;
  }
}
.message_row .textBox .hd {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 3rem;
  color: var(--main);
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .message_row .textBox .hd {
    line-height: 1.6;
    margin-bottom: 2rem;
  }
}
.message_row .photo {
  width: 46vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  border-radius: 0 2rem 2rem 0;
}
@media screen and (max-width: 767px) {
  .message_row .photo {
    width: 100%;
    margin-left: 0;
    border-radius: 2rem;
    margin-bottom: 3rem;
  }
}
.message_column {
  color: #fff;
  margin-bottom: 10rem;
}
.message_column .hd {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 4rem;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .message_column .hd {
    line-height: 1.6;
    margin-bottom: 2rem;
  }
}
/*# sourceMappingURL=style.css.map */