.message_mv {
  background: #A9CDCE;
  position: relative;
}

@media all and (min-width: 1001px) {
  .message_mv_img {
    overflow: hidden;
    border-radius: 0 0px 0 50px;
    position: absolute;
    width: 770px;
    right: 0;
  }
}

.mv_title {
  color: #fff;
  padding: 120px 0;
}
@media all and (max-width: 1000px) {
  .mv_title {
    text-align: center;
    padding: 20px 0;
  }
}
.mv_title .page_title {
  font-size: clamp(35px, 4.58vw, 66px);
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
.mv_title .message_mv_text {
  font-size: clamp(14px, 1.67vw, 24px);
}

.message {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 0 20px 160px;
}
@media all and (max-width: 750px) {
  .message {
    padding: 0 10px clamp(60px, 8.33vw, 120px);
  }
}
.message::before {
  content: "";
  position: absolute;
  background-size: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.message.team::before {
  display: none;
}
.message.team {
  background: #EEEEEE;
}
.message.team .message_head {
  margin-top: 100px;
}
@media all and (max-width: 750px) {
  .message.team .message_head {
    margin-top: 40px;
  }
}

.message_head {
  font-weight: 700;
  font-size: clamp(16px, 2.08vw, 30px);
  margin-top: 250px;
}
@media all and (max-width: 750px) {
  .message_head {
    margin-top: 40px;
  }
}

.message_title {
  font-size: clamp(22px, 3.33vw, 48px);
  margin: 20px 0;
}
.message_title span {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  z-index: 1;
}
.message_title span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background: #fff;
  left: 0;
  bottom: 5px;
  border-radius: 10px;
  z-index: -1;
}
@media all and (max-width: 750px) {
  .message_title span::after {
    height: 5px;
  }
}

.message_text {
  font-weight: 500;
}
.message_text p {
  margin: 50px 0;
  line-height: 2.05;
  font-size: clamp(13px, 1.39vw, 20px);
}
@media all and (max-width: 750px) {
  .message_text p {
    margin: 30px 0;
  }
}

.ceo_message_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding-top: 20px;
}

.ceo_message_name_img {
  width: clamp(149px, 22.85vw, 329px);
}

.team_message {
  background: #EEEEEE;
}

.team_name {
  font-size: clamp(16px, 1.81vw, 26px);
}
/*# sourceMappingURL=message.css.map */