.k-pagehead {
  position: relative;
  top: 80px;
}

.k-pagehaedTitle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFFFFF;
  color: #333333;
  font-size: 28px;
  font-weight: bold;
  padding: 8px 20px;
  white-space: nowrap;
}

.messegeCenter {
  margin: 50px 20px 0;
}

.messegeTitleBox {
  text-align: center;
}

.messegeTitle {
  display: inline-block;
  margin: auto;
  font-size: 28px;
  font-weight: bold;
  color: #2C2C2C;
}

.bottomLine {
  width: 100%;
  height: 6px;
  border-radius: 20px;
  background-color: #72C5DB;
}

.messegeList {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.messegeImg {
  width: 180px;
  max-width: 100%;
  flex-shrink: 0;
}
.messegeImg img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 20px;
}

.messegeImgRight img {
  object-position: right center;
}

.messegeItemBox {
  width: 100%;
  max-width: 800px;
}

.messegeItemTitle {
  font-size: 20px;
  font-weight: bold;
  color: #383A3A;
  text-align: center;
}

.messegeItemText {
  font-size: 15px;
  color: #383A3A;
}

.pageTop {
  text-decoration: none;
  display: block;
  width: fit-content;
  margin: 0 auto;
}

.pageTopBox {
  display: inline-block;
}
.pageTopBox p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #72C5DB;
}

.pageTopArrow {
  content: "";
  display: block;
  border-top: solid 2px #333333;
  border-right: solid 2px #333333;
  width: 13px;
  height: 13px;
  margin: auto;
  transform: rotate(-45deg);
  transition: border 0.3s;
}

.SPCenter {
  margin: 0;
}

@media (min-width: 768px) {
  .k-pagehead {
    top: 130px;
  }
  .k-pagehaedTitle {
    font-size: 42px;
    padding: 0;
  }
  .messegeCenter {
    margin: 140px 100px 0;
  }
  .messegeTitle {
    font-size: 38px;
  }
  .messegeList {
    flex-direction: row;
    align-items: center;
    gap: 60px;
  }
  .messegeImg {
    width: 196px;
  }
  .messegeImg img {
    height: 196px;
  }
  .messegeItemTitle {
    font-size: 22px;
    text-align: left;
  }
  .messegeItemText {
    font-size: 16px;
  }
}

/*# sourceMappingURL=messege.css.map*/