@charset "utf-8";
.mainimage_text {
  font: 24px/1.3 "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  margin: 30px auto 20px auto;
  color: #2E7471;
  text-align: center;
}
@media (max-width: 643px) {
  .mainimage_text {
    padding: 30px 10px 0 10px;
    font-size: 3.5vw;
    line-height: 1.3;
    font-weight: bold;
    text-align: left;
  }
}
/*--調整--*/
.profile_box {
    border-top: none;
    margin-top: min(60 / 1280* 100* var(--vw, 1vw), 3.5rem);
}