#contents_mainimg {
  background-image: url(https://img.freepik.com/free-vector/realistic-tropical-leaves-background_52683-62078.jpg);
  width: 100%;
  height: 80vh;
  z-index: -100;
  background-size: 100vw auto;
}

.profile-area {
  margin: 10% 5% 0 5%;
}

.career {
  margin: 20% 10% 0 10%;
}

li {
  list-style: none;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 1.9vw;
  font-weight: bolder;
}

.hula {
  margin: 15% 0 20% 0%;
  width: 100%;
  padding: 6% 0 5% 0;
  background-color: rgb(244, 229, 236, 0.6);
  background-blend-mode: lighten;
  background-image: url(../images/24693249_s.jpg);
  background-size: 100% auto;
}

@media only screen and (max-width: 600px) {
  #contents_mainimg {
    width: 100%;
    height: 44vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .therapist-img {
    width: 46vw;
    height: auto;
  }

  .subtitle {
    font-size: 2.2vw;
  }

  .main-statement_eng {
    font-size: 4vw;
  }
  .hula {
    margin-top: -20%;
  }
}

@media only screen and (max-width: 1200px) {
  #homePage {
    width: 100%;
    margin: auto;
  }
}
