.container {
  background: #F4F4F9;
  padding: 20px 20px 110px 20px;
}
@media screen and (max-width: 1100px) {
  .container {
    padding: 0 20px 100px;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    padding: 7.692vw 0vw 25.641vw;
  }
}

.about_mv {
  padding: 50px 0 40px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .about_mv {
    padding: 0 0vw 10.256vw;
  }
}
.about_mv h1 {
  font-size: 74px;
  margin-bottom: 0px;
  font-weight: 400;
  font-family: "Concert One";
}
@media screen and (max-width: 1100px) {
  .about_mv h1 {
    font-size: 56px;
  }
}
@media only screen and (max-width: 768px) {
  .about_mv h1 {
    font-size: 13.846vw;
    line-height: 1.2;
    margin-bottom: 3vw;
  }
}
.about_mv h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  .about_mv h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 768px) {
  .about_mv h2 {
    font-size: 6.154vw;
    line-height: 1.5;
    margin-bottom: 7.692vw;
  }
}

@media screen and (max-width: 1100px) {
  .about_wrap {
    max-width: 720px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .about_wrap {
    max-width: 100%;
    padding: 0 5.128vw;
  }
}
.about_wrap .text_area {
  margin-bottom: 70px;
}
@media screen and (max-width: 1100px) {
  .about_wrap .text_area {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .about_wrap .text_area {
    margin-bottom: 7.692vw;
  }
}
.about_wrap .text_area p {
  font-size: 20px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 1100px) {
  .about_wrap .text_area p {
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .about_wrap .text_area p {
    font-size: 5.128vw;
  }
}
.about_wrap .text_area p:not(:last-of-type) {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .about_wrap .text_area p:not(:last-of-type) {
    margin-bottom: 7.692vw;
  }
}
.about_wrap .note {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 50px;
  border-radius: 30px;
  border: solid 1px #000;
  background: #fff;
}
.about_wrap .note p {
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  .about_wrap .note p {
    font-size: 4.103vw;
  }
}
@media only screen and (max-width: 768px) {
  .about_wrap .note {
    max-width: 100%;
    padding: 7.692vw;
  }
}/*# sourceMappingURL=about.css.map */