@charset "UTF-8";

/* ---------------------------------
  page_title
--------------------------------- */
.page_title img {
  width: 48.2rem;
}


/* ---------------------------------
  main_content
--------------------------------- */
.main_content {
  background-color: #D5EDF2;
  background-image: url("../../../images/common/bg_wave.png");
  background-position: 0 0;
}


/* ---------------------------------
  message_block
--------------------------------- */
.message_block {
  display: flex;
  align-items: flex-start;
  column-gap: 8rem;
}
.message_block .message_text_block {
  line-height: 2;
  padding-top: 4rem;
}
.message_text_block p + p {
  padding-top: 3.2rem;
}
.message_text_block hr {
  background-image: radial-gradient(circle, #000000 .15rem, transparent .15rem);
  background-position: left -.3rem center;
  background-repeat: repeat-x;
  background-size: 1rem .3rem;
  height: .3rem;
  padding: 4rem 0;
}
.message_text_block .accent {
  padding: 0 .8rem;
  color: #FEE177;
  font-size: 3rem;
  font-weight: 900;
  -webkit-text-stroke: .3rem #000;
  text-stroke: .3rem #000;
  paint-order: stroke;
}
.message_text_block .strong_text {
  font-weight: 500;
}
.message_block .copy_block {
  background-color: #fff;
  border-radius: 4rem;
  padding: 4rem 4.5rem 40rem;
  border: .1rem solid #000;
  position: relative;
}
.message_block .copy_block h2 {
  font-size: 3rem;
  font-weight: 700;
  writing-mode: vertical-rl;
  letter-spacing: .2rem;
}
.message_block .copy_block h2 span {
  line-height: 7rem;
  position: relative;
  display: block;
}
.message_block .copy_block h2 span:not(:last-child)::after {
  content: "";
  background-image: repeating-linear-gradient(0deg, #000000, #000000 .5rem, transparent .5rem, transparent 1rem);
  width: .1rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.message_block .copy_block .ceo_name {
  font-size: 2.4rem;
  font-weight: 500;
  position: absolute;
  bottom: -9.5rem;
  left: 4.2rem;
  writing-mode: vertical-rl;
  transform: translateY(100%);
  line-height: 1.1;
}
.message_block .copy_block .ceo_name span {
  font-size: 1.2rem;
  font-weight: 400;
  display: block;
  margin-left: 1.6rem;
}
.message_block .copy_block .ceo_img {
  width: 16.2rem;
  position: absolute;
  bottom: -21.8rem;
  right: 5rem;
}

@media screen and (max-width: 999px) {
  .inner {
    padding: 0;
  }
  .message_block {
    display: flex;
    align-items: flex-start;
    column-gap: 8rem;
    flex-direction: column-reverse;
}
  .message_block .message_text_block {
    padding: 8rem 2rem 0;
  }
  .message_text_block .accent {
    font-size: 2rem;
    padding: 0 0.8rem 0 0;
  }
  .message_block .copy_block {
    border-radius: 0;
    width: 100%;
    padding: 1.6rem 3.2rem 3.2rem;
    border-left: none;
    border-right: none;
  }
  .message_block .copy_block h2 {
    writing-mode: horizontal-tb;
    display: block;
    font-size: 1.8rem;
    letter-spacing: -.01rem;
    white-space: nowrap;
  }
  .message_block .copy_block h2 span {
    line-height: 5.6rem;
    height: 5.6rem;
    padding-left: 0.8rem;
  }
  .message_block .copy_block .ceo_img {
    width: 8.5rem;
    position: absolute;
    top: 8rem;
}
  .message_block .copy_block h2 span:not(:last-child)::after {
    display: none;
  }
  .message_block .copy_block h2 span::before {
    content: "";
    background-image: repeating-linear-gradient(90deg, #000000, #000000 .5rem, transparent .5rem, transparent 1rem);
    width: 100%;
    height: 0.1rem;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .message_block .copy_block .ceo_name {
    font-size: 1.6rem;
    bottom: 0;
    transform: none;
    writing-mode: horizontal-tb;
    left: 0;
    position: inherit;
    padding-top: 2.4rem;
    padding-left: 0.8rem;
    line-height: 1.1;
  }
  .message_block .copy_block .ceo_name span {
    margin-left: 0;
    margin-bottom: 0.4rem;
  }
}


/* ---------------------------------
  message_block
--------------------------------- */
.other_page_link {
  margin-top: 8rem;
}