.mv {
  margin-bottom: 240px;
}

.section-wave-title {
  color: #fff;
}

.message-h2 {
  margin-top: 160px;
  font-size: 4.5rem;
  text-align: center;
  font-weight: 500;
}
.message-profile {
  position: relative;
  width: 100%;
  margin-top: 200px;
  margin-bottom: -3.0769230769%;
  z-index: 5;
}
.message-profile > dt {
  padding: 50px 0;
  background-color: #fff;
  border-radius: 40px;
  position: absolute;
  top: 0;
  left: 0;
  width: 53.8461538462%;
  text-align: center;
  -webkit-box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.15);
  margin-top: -5.3846153846%;
}
.message-profile > dd {
  margin-left: auto;
  width: 50.7692307692%;
}
.message-profile-copy {
  font-size: 4rem;
}
.message-profile-name {
  margin-top: 30px;
}
.message-profile-name > span {
  font-size: 2rem;
}
.message-box {
  background-color: #fff;
  padding: 90px 60px;
  border-radius: 40px;
}
.message-box-inner {
  max-width: 780px;
  margin: 0 auto;
  width: 100%;
}
.message-box-inner > *:first-child {
  margin-top: 0;
}
.message-box-inner > h3 {
  font-size: 2.4rem;
  margin-top: 60px;
  font-weight: 500;
}
.message-box-inner > p {
  font-size: 1.8rem;
  margin-top: 20px;
  line-height: 2;
}
.message-box-inner > p span {
  font-size: 2rem;
  color: #EE3444;
  text-underline-offset: -2px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-color: #FFF423;
  text-decoration-color: #FFF423;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 6px;
  font-weight: bold;
}
@media screen and (min-width: 767.99px), print {
  .mv-main-title > h1 {
    font-size: 3.8888888889vw;
  }
  .message-profile.recruiter {
    margin-bottom: -11.5384615385%;
  }
  .message-profile.recruiter + .message-box {
    padding-top: 200px;
  }
  .message-profile-copy {
    line-height: 1.3;
  }
}
@media screen and (min-width: 767.99px) and (max-width: 1800px) {
  .mv-main-title > h1 {
    font-size: 7rem;
  }
}
@media screen and (min-width: 767.99px) and (max-width: 1270px) {
  .mv-main-title > h1 {
    font-size: 5.5118110236vw !important;
  }
}
@media screen and (max-width: 767.98px) {
  .mv {
    margin-bottom: 0;
  }
  .message-h2 {
    margin-top: 80px;
    font-size: 1.8rem;
  }
  .message-wrap {
    margin-top: 40px;
    padding: 20px;
    border-radius: 40px;
    background-color: #fff;
  }
  .message-profile {
    margin: 0;
  }
  .message-profile > dt {
    position: relative;
    padding: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 0;
    width: 100%;
    background-color: transparent;
  }
  .message-profile > dd {
    width: 100%;
    margin-top: 15px;
  }
  .message-profile-copy {
    font-size: 1.8rem;
  }
  .message-profile-name {
    margin-top: 15px;
    font-size: 1rem;
  }
  .message-profile-name > span {
    font-size: 1.4rem;
  }
  .message-box {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    margin-top: 30px;
  }
  .message-box-inner > h3 {
    margin-top: 30px;
    font-size: 1.6rem;
  }
  .message-box-inner > p {
    margin-top: 15px;
    font-size: 1.4rem;
  }
  .message-box-inner > p span {
    font-size: 1.4rem;
    text-decoration-thickness: 3px;
  }
}
@media screen and (min-width: 767.99px) and (max-width: 1000px) {
  .message-profile.recruiter {
    margin-bottom: -3.0769230769%;
  }
  .message-profile.recruiter + .message-box {
    padding-top: 90px;
  }
  .message-profile-copy {
    font-size: 2rem !important;
  }
  .message-profile-name {
    font-size: 1.4rem;
  }
  .message-profile-name > span {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 767.99px) and (max-width: 1440px) {
  .message-profile-copy {
    font-size: 3rem;
  }
}