.page_body {
  background-color: #ebebeb;
}

.sec_message {
  background-image: url(../images/common/bg_shape_sp.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 40px 0 60px;
}
@media all and (min-width: 751px) {
  .sec_message {
    background-image: url(../images/common/bg_shape_pc.webp);
    background-size: 1273px auto;
    background-repeat: repeat-x;
    background-position: left top;
  }
}
@media all and (min-width: 751px) {
  .sec_message {
    padding: 50px 0 120px;
  }
}
.sec_message .sec_copy {
  text-align: center;
  margin-bottom: 38px;
}
@media all and (min-width: 751px) {
  .sec_message .sec_copy {
    margin-bottom: 58px;
  }
}
.sec_message .sec_copy .en {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  color: #d48b8d;
  font-size: 28px;
}
.sec_message .sec_copy .jp {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  background-color: #fff;
  color: #a9161b;
  font-size: 22px;
  line-height: 1.18;
  padding: 6px 20px;
}
@media all and (min-width: 751px) {
  .sec_message .sec_copy .jp {
    font-size: 32px;
  }
}
.sec_message .image {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media all and (min-width: 751px) {
  .sec_message .image {
    width: min(623px, 100%);
    margin-inline: auto;
    margin-bottom: 80px;
  }
}
.sec_message .image::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: -13px;
  right: -20px;
  aspect-ratio: 1;
  width: 69px;
  background-color: #3a3d3d;
}
@media all and (min-width: 751px) {
  .sec_message .image::before {
    top: -25px;
    right: -29px;
    width: 129px;
  }
}
.sec_message .image::after {
  position: absolute;
  content: "";
  z-index: -1;
  bottom: -23px;
  left: -20px;
  aspect-ratio: 1;
  width: 93px;
  background-color: #fff;
}
@media all and (min-width: 751px) {
  .sec_message .image::after {
    bottom: -46px;
    left: -46px;
    width: 175px;
  }
}
.sec_message .message .block:not(:last-child) {
  margin-bottom: 50px;
}
@media all and (min-width: 751px) {
  .sec_message .message .block:not(:last-child) {
    margin-bottom: 70px;
  }
}
.sec_message .message .block:first-child {
  position: relative;
  z-index: 1;
}
.sec_message .message .block:first-child::before {
  position: absolute;
  content: "";
  z-index: -1;
  background-color: #fff;
  opacity: 0.6;
  aspect-ratio: 1;
  width: 33px;
  top: -30px;
  right: 0;
}
@media all and (min-width: 751px) {
  .sec_message .message .block:first-child::before {
    width: 11.8%;
  }
}
.sec_message .message .block:first-child::after {
  position: absolute;
  content: "";
  z-index: -1;
  background-image: url(../images/message/bg_img01.png);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1;
  width: 119px;
  top: 80px;
  left: -20px;
}
@media all and (max-width: 750px) {
  .sec_message .message .block:first-child::after {
    opacity: 0.6;
  }
}
@media all and (min-width: 751px) {
  .sec_message .message .block:first-child::after {
    width: 15.9%;
    left: -40px;
  }
}
.sec_message .message .block:nth-child(2) {
  position: relative;
  z-index: 1;
}
.sec_message .message .block:nth-child(2)::before {
  position: absolute;
  content: "";
  z-index: -1;
  background-image: url(../images/message/bg_img02_sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 203px;
  height: 115px;
  top: 80px;
  right: -20px;
}
@media all and (min-width: 751px) {
  .sec_message .message .block:nth-child(2)::before {
    background-image: url(../images/message/bg_img02_pc.png);
    aspect-ratio: 144/306;
    width: 14.4%;
    height: auto;
    top: -50px;
    right: -40px;
  }
}
.sec_message .message .block:nth-child(2)::after {
  position: absolute;
  content: "";
  z-index: -1;
  background-image: url(../images/message/bg_img03_sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1;
  width: 90px;
  top: 80px;
  left: -20px;
}
@media all and (min-width: 751px) {
  .sec_message .message .block:nth-child(2)::after {
    aspect-ratio: 224/227;
    width: 22.4%;
    left: -40px;
  }
}
.sec_message .message .heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  background-color: #fff;
  color: #a9161b;
  font-size: 20px;
  line-height: 1.4;
  padding: 3px 14px;
  margin-inline: auto;
  margin-bottom: 24px;
}
@media all and (min-width: 751px) {
  .sec_message .message .heading {
    font-size: 28px;
    margin-bottom: 45px;
  }
}
@media all and (min-width: 751px) {
  .sec_message .message .text {
    text-align: center;
  }
}
.sec_message .message .text p {
  font-weight: bold;
  line-height: 2;
}
@media all and (min-width: 751px) {
  .sec_message .message .text p {
    font-size: 16px;
    line-height: 2.25;
  }
}
.sec_message .message .text p:not(:last-child) {
  margin-bottom: 2em;
}
.sec_message .message .sign {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.08em;
  margin-top: 50px;
}
@media all and (min-width: 751px) {
  .sec_message .message .sign {
    font-size: 18px;
    margin-top: 70px;
  }
}
.sec_message .message .sign .name {
  font-weight: bold;
  font-size: 20px;
  margin-left: 0.8em;
}
@media all and (min-width: 751px) {
  .sec_message .message .sign .name {
    font-size: 23px;
  }
}