/* LESS Document */
body {
  background: url(../img/bg_message_pc.webp) repeat right 0;
}
@media screen and (max-width: 767px) {
  body {
    background: url(../img/bg_message_sp.webp) repeat center 0;
  }
}
body::before {
  content: none;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	pageHeader
+++++++++++++++++++++++++++++++++++++++++++ */
.pageHeader hgroup p {
  color: #008F8F;
}
.pageHeader hgroup p span {
  left: -0.95em;
}
@media screen and (max-width: 767px) {
  .pageHeader hgroup p span {
    top: -8vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	lead
+++++++++++++++++++++++++++++++++++++++++++ */
.lead {
  max-width: 1080px;
  margin: 0 auto 50px;
  padding-left: 2em;
  font-size: 6.4rem;
  font-weight: 900;
  text-indent: -2em;
  line-height: 1.4;
  transform: skew(-10deg);
  text-shadow: 3px 0 #fff, -3px 0 #fff, 0 3px #fff, 0 -3px #fff, 2px 2px #fff, -2px 2px #fff, 2px -2px #fff, -2px -2px #fff, 1px 3px #fff, -1px 3px #fff, 3px 1px #fff, -3px 1px #fff;
}
@media screen and (max-width: 1023px) {
  .lead {
    padding-left: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .lead {
    font-size: 8vw;
  }
}
.lead strong {
  font-size: 8.2rem;
  color: #008F8F;
}
@media screen and (max-width: 767px) {
  .lead strong {
    font-size: 12vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	messageBox
+++++++++++++++++++++++++++++++++++++++++++ */
.messageBox {
  max-width: 1080px;
  padding: 40px;
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.1));
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .messageBox {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 0;
    flex-direction: column;
  }
}
.messageBox img {
  position: absolute;
  pointer-events: none;
}
.messageBox.m1 {
  margin-right: 330px;
  margin-bottom: 130px;
  padding-left: 20px;
  padding-right: 300px;
  border-radius: 0 30px 30px 0;
}
@media screen and (max-width: 1223px) {
  .messageBox.m1 {
    margin-right: 150px;
  }
}
@media screen and (max-width: 1023px) {
  .messageBox.m1 {
    max-width: calc(100% - 20px);
    margin: 250px auto 130px;
    padding: min(25vw, 180px) 30px 30px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 767px) {
  .messageBox.m1 {
    margin-top: 150px;
  }
}
.messageBox.m1 p {
  max-width: 630px;
  margin-left: auto;
}
@media screen and (max-width: 1223px) {
  .messageBox.m1 p {
    max-width: none;
    margin-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .messageBox.m1 p {
    max-width: 630px;
    margin: 0 auto 1em;
  }
}
.messageBox.m1 img {
  top: -65px;
  right: -230px;
}
@media screen and (max-width: 1023px) {
  .messageBox.m1 img {
    top: -295px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media screen and (max-width: 767px) {
  .messageBox.m1 img {
    width: 60vw;
    top: -30vw;
  }
}
.messageBox.m2 {
  margin-left: auto;
  margin-bottom: 105px;
  padding-left: 80px;
  padding-right: 20px;
  border-radius: 30px 0 0 30px;
}
@media screen and (max-width: 1223px) {
  .messageBox.m2 {
    max-width: calc(100% - 100px);
  }
}
@media screen and (max-width: 767px) {
  .messageBox.m2 {
    max-width: calc(100% - 20px);
    margin: 0 auto 100px;
    padding: 30px;
    border-radius: 30px;
  }
}
.messageBox.m2 p {
  max-width: 860px;
}
.messageBox.m2 img {
  top: -150px;
  left: -68px;
}
@media screen and (max-width: 767px) {
  .messageBox.m2 img {
    top: -110px;
    left: -46px;
    width: 125px;
  }
}
.messageBox.m3 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 914px;
  margin: 0 auto 20px;
  padding-left: 280px;
  padding-right: 20px;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .messageBox.m3 {
    max-width: calc(100% - 20px);
    min-height: 0;
    padding: 30px 30px;
  }
}
.messageBox.m3 img {
  top: calc(50% - 10px);
  left: -180px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .messageBox.m3 img {
    display: block;
    width: 60vw;
    margin: 0 auto;
    position: static;
    transform: none;
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .messageBox.m3 p:nth-last-of-type(1) {
    order: 2;
  }
}
