@media print, all and (min-width: 751px) {
  .is-hidden_pc {
    display: none;
  }
}
@media print, all and (max-width: 750px) {
  .is-hidden_sp {
    display: none;
  }
}
#title {
  position: relative;
  background-image: none;
}
#title::after {
  content: none;
}
#title #content {
  overflow: hidden;
}
#title::before {
  position: absolute;
  content: "";
  background-image: url(../images/message/pattern01.png);
  background-repeat: no-repeat;
  background-position: top left;
  width: 413px;
  height: 702px;
  background-size: auto 100%;
  right: 0px;
  top: 100px;
}

#message-lead {
  position: relative;
  padding-bottom: 50px;
  padding-bottom: 75px;
}
#message-lead em {
  font-size: 200%;
  font-weight: bold;
  color: #1e288c;
  line-height: 1.6;
  display: inline-block;
  margin-bottom: 50px;
}
#message-lead .sign {
  position: absolute;
  top: -3px;
  right: 170px;
  text-align: center;
}
#message-lead .sign span {
  display: block;
}
#message-lead .sign .ja {
  color: #fff;
  font-size: 133.33%;
  line-height: 1.3;
  font-weight: bold;
}
#message-lead .sign .ja span {
  font-size: 141.67%;
}
#message-lead .sign .en {
  color: #2d64ff;
  font-family: "M PLUS 1", sans-serif;
  font-size: 200%;
  line-height: 1;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.25), 0 0 2px rgb(255, 255, 255), 0 0 2px rgba(255, 255, 255, 0.25), 0 0 2px rgb(255, 255, 255);
}
#message-lead .text-box {
  position: relative;
  letter-spacing: 0.02em;
}
#message-lead .text-box .image {
  position: absolute;
  bottom: -33px;
}
#message-lead .text-box p {
  letter-spacing: 0.02em;
}
#message-lead .text-box p:not(:last-of-type) {
  margin-bottom: 26px;
}
#message-lead .text-box p:nth-of-type(5) {
  padding-left: 390px;
  margin-top: 48px;
}
#message-lead .text-box p:last-child {
  padding-left: 590px;
  margin-top: 65px;
}

@media all and (min-width: 751px) {
  body.message #breadcrumb {
    margin-bottom: 73px;
  }
  body.message #content {
    font-size: 112.5%;
  }
  body.message .title-level02 {
    margin-bottom: 38px;
  }
  body.message #title .container-inner {
    position: relative;
  }
  body.message #title .container-inner::after {
    position: absolute;
    content: "";
    background-image: url(../images/message/image01.png);
    background-repeat: no-repeat;
    background-position: top left;
    width: 1080px;
    height: 644px;
    background-size: auto 100%;
    left: 0px;
    top: 0px;
  }
  /* INDEX */
}
@media only screen and (max-width: 750px) {
  /* INDEX */
  #title::before {
    position: absolute;
    content: "";
    background-image: url(../images/message/pattern01_sp.png);
    background-repeat: no-repeat;
    background-position: top right;
    width: 413px;
    height: 332px;
    background-size: auto 100%;
    right: 0px;
    top: 0px;
  }
  #title .title-box {
    bottom: -110px;
  }
  #breadcrumb {
    padding-top: 125px;
    margin-bottom: 0;
  }
  #message-lead {
    position: relative;
    padding-bottom: 50px;
    padding-bottom: 0px;
  }
  #message-lead .title-level02 {
    text-align: center;
  }
  #message-lead .title-level02 .en {
    font-size: 300%;
    margin-bottom: 20px;
    display: inline-block;
  }
  #message-lead .title-level02 .ja {
    font-size: 150%;
  }
  #message-lead .catch-box {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    position: relative;
    gap: 20px;
  }
  #message-lead em {
    font-size: 168.75%;
    line-height: 1.5;
    margin-bottom: 30px;
    text-align: center;
  }
  #message-lead .image-box {
    width: 345px;
    height: 345px;
    clip-path: circle(50% at 50% 50%);
    margin: auto;
  }
  #message-lead .sign {
    top: 210px;
    width: 100%;
    left: 0;
  }
  #message-lead .sign span {
    display: block;
  }
  #message-lead .sign .ja {
    font-size: 125%;
    line-height: 1.3;
  }
  #message-lead .sign .ja span {
    font-size: 140%;
  }
  #message-lead .sign .en {
    font-size: 156.25%;
  }
  #message-lead .text-box {
    position: relative;
    letter-spacing: 0.02em;
  }
  #message-lead .text-box .image {
    position: absolute;
    bottom: -33px;
  }
  #message-lead .text-box p:not(:last-of-type) {
    margin-bottom: 30px;
  }
  #message-lead .text-box p:nth-of-type(5) {
    padding-left: 0px;
    margin-top: 0px;
  }
  #message-lead .text-box p:nth-of-type(6) {
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 26px;
  }
}
