.message-page .cont__fv {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  height: 600px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  z-index: 1; }
  @media only screen and (max-width: 768px), print and (min-width: 2cm) {
    .message-page .cont__fv {
      height: 390px; } }
  .message-page .cont__fv_ttl {
    color: #000;
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 3.7em 0 0.4em 1em;
    transition: 1s 1s;
    opacity: 0;
    position: relative;
    z-index: 10; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .message-page .cont__fv_ttl {
        font-size: 2.4rem;
        margin: 2.5em 0 0.4em .2em; } }
  .message-page .cont__fv_mes {
    color: #fff;
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 6em 0 0.4em 15%;
    transition: 1s 1s;
    opacity: 0;
    position: relative;
    z-index: 10; }
    .message-page .cont__fv_mes span {
      background: #C80019;
      padding: 0 10px; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .message-page .cont__fv_mes {
        margin: 9em 0 0.4em .2em;
        font-size: 2rem; } }
  .message-page .cont__fv_cat {
    font-size: 12rem;
    line-height: 1;
    font-weight: 600;
    font-family: "Raleway", "Noto Sans JP", sans-serif;
    color: #C80019;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    transition: 1s .4s;
    opacity: 0; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .message-page .cont__fv_cat {
        font-size: 4.6rem;
        top: 20px; } }
  .message-page .cont__fv_bg {
    position: absolute;
    width: 60%;
    height: 500px;
    top: 0;
    left: -100%;
    background: #F6F6F6;
    z-index: 4;
    transition: 1s; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .message-page .cont__fv_bg {
        height: 380px;
        width: 75%; } }
  .message-page .cont__fv_img {
    position: absolute;
    top: 0;
    left: 100%;
    width: 60%;
    min-width: 700px;
    z-index: 5;
    transition: 1s;
    margin-top: 50px; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .message-page .cont__fv_img {
        width: 100%;
        min-width: auto;
        margin-top: 80px; } }
    .message-page .cont__fv_img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .message-page .cont__fv.active .cont__fv_ttl {
    opacity: 1; }
  .message-page .cont__fv.active .cont__fv_cat {
    opacity: 1; }
  .message-page .cont__fv.active .cont__fv_mes {
    opacity: 1; }
  .message-page .cont__fv.active .cont__fv_bg {
    left: 0; }
  .message-page .cont__fv.active .cont__fv_img {
    left: 40%; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .message-page .cont__fv.active .cont__fv_img {
        left: 0; } }
.message-page .sec_1 {
  padding: 4em 0 0; }
  @media only screen and (max-width: 768px), print and (min-width: 2cm) {
    .message-page .sec_1 {
      padding: 3em 0 0; } }
  .message-page .sec_1 p {
    font-size: 1.6rem;
    text-align: left; }
    .message-page .sec_1 p:nth-child(2) {
      margin-top: 20px; }
@media only screen and (max-width: 999px) and (max-width: 768px), print and (max-width: 1cm) and (min-width: 2cm) {
  .message-page .sec_1 p {
    font-size: 1.4rem;
    line-height: 1.6; }
    .message-page .sec_1 p:nth-child(2) {
      margin-top: 10px; } }

.message-page .sec_2 {
  padding: 4em 0 6em; }
  @media only screen and (max-width: 768px), print and (min-width: 2cm) {
    .message-page .sec_2 {
      padding: 4em 0 4em; } }
  .message-page .sec_2 .inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .message-page .sec_2 .inner .pht {
      width: calc(50% - 50px);
      margin-right: 50px; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        .message-page .sec_2 .inner .pht {
          width: 100%;
          display: flex;
          margin-right: 0;
          justify-content: space-between; } }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        .message-page .sec_2 .inner .pht img {
          width: 48%; } }
      .message-page .sec_2 .inner .pht img:nth-child(n+2) {
        margin-top: 20px; }
        @media only screen and (max-width: 768px), print and (min-width: 2cm) {
          .message-page .sec_2 .inner .pht img:nth-child(n+2) {
            margin-top: 10px;
            margin-top: 0; } }
    .message-page .sec_2 .inner .txt {
      width: 50%; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        .message-page .sec_2 .inner .txt {
          width: 100%;
          margin-top: 20px; } }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        .message-page .sec_2 .inner .txt > p {
          line-height: 1.6; } }
      .message-page .sec_2 .inner .txt > p:nth-child(n+2) {
        margin-top: 20px; }
        @media only screen and (max-width: 768px), print and (min-width: 2cm) {
          .message-page .sec_2 .inner .txt > p:nth-child(n+2) {
            margin-top: 10px; } }
      .message-page .sec_2 .inner .txt .sign {
        margin-top: 40px; }
        @media only screen and (max-width: 768px), print and (min-width: 2cm) {
          .message-page .sec_2 .inner .txt .sign {
            margin-top: 20px; } }
        .message-page .sec_2 .inner .txt .sign p {
          text-align: right; }
        .message-page .sec_2 .inner .txt .sign img {
          width: 200px;
          margin: 15px 0 0 auto; }
          @media only screen and (max-width: 768px), print and (min-width: 2cm) {
            .message-page .sec_2 .inner .txt .sign img {
              margin: 5px 0 0 auto;
              width: 140px; } }
