/* LESS Document */
/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;700&display=swap');*/
/*+++++++++++++++++++++++++++++++++++++++++++
	conceptArea
+++++++++++++++++++++++++++++++++++++++++++ */
.conceptArea {
  margin-bottom: 100px;
}
.conceptArea .wrapper {
  max-width: 800px;
  margin: auto;
  font-size: 20px;
}
.conceptArea .wrapper .concept1 {
  position: relative;
  padding-top: 50px;
  padding-right: 240px;
}
@media screen and (max-width: 767px) {
  .conceptArea .wrapper .concept1 {
    padding-top: 0px;
    padding-right: 0px;
  }
}
.conceptArea .wrapper .concept1 .tex1 {
  font-family: Georgia, "Times New Roman", Times, "serif";
  font-size: 36px;
}
.conceptArea .wrapper .concept1 img {
  position: absolute;
  top: -120px;
  right: -150px;
}
@media screen and (max-width: 767px) {
  .conceptArea .wrapper .concept1 img {
    position: relative;
    top: auto;
    right: auto;
  }
}
.conceptArea .wrapper .concept2 {
  padding: 120px 0 0 0;
}
@media screen and (max-width: 767px) {
  .conceptArea .wrapper .concept2 {
    padding: 0;
  }
}
.conceptArea .wrapper .concept2 img {
  float: left;
  margin-top: -70px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .conceptArea .wrapper .concept2 img {
    float: none;
    margin: 0 auto;
    display: block;
  }
}
.conceptArea::before {
  content: '';
  display: block;
  width: 706px;
  height: 706px;
  background: #EDDEDA;
  border-radius: 864px;
  position: absolute;
  top: 490px;
  right: 120px;
  z-index: -10;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	staffArea
+++++++++++++++++++++++++++++++++++++++++++ */
.staffArea {
  padding: 50px 0 0;
}
@media screen and (max-width: 767px) {
  .staffArea {
    padding: 1vw 0 0;
  }
}
.staffArea .columnItem {
  margin: 0 0 50px;
}
@media screen and (max-width: 767px) {
  .staffArea .columnItem {
    margin: 0 0 1vw;
  }
}
.staffArea .columnItem img {
  display: block;
  margin: 0 auto;
}
.staffArea .columnItem dt {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}
.staffArea .columnItem dt strong {
  display: inline-block;
  margin: 0 5px 0 0;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .staffArea .columnItem dt strong {
    font-size: 7.2vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	circleArea
+++++++++++++++++++++++++++++++++++++++++++ */
.circleArea {
  margin: 0 0 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .circleArea {
    margin-bottom: 30vw;
  }
}
.circleArea .head {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  align-items: center;
  justify-content: center;
  width: 420px;
  height: 420px;
  margin: 0 auto;
  padding: 0 0 15px;
  border-radius: 555px;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .circleArea .head {
    width: 80vw;
    height: 80vw;
    padding-bottom: 7px;
  }
}
.circleArea .head dt {
  margin: 0 0 30px;
  font-size: 8.9rem;
  font-weight: 500;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  color: #CD9A5E;
  line-height: 0.66;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .circleArea .head dt {
    margin-bottom: 15px;
    font-size: 10vw;
  }
}
.circleArea .head dt strong {
  font-size: 4.8rem;
}
@media screen and (max-width: 767px) {
  .circleArea .head dt strong {
    font-size: 8vw;
  }
}
.circleArea .head dd {
  font-size: 2.4rem;
  font-weight: normal;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .circleArea .head dd {
    font-size: 3.8vw;
  }
}
.circleArea .circle_1,
.circleArea .circle_2 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 260px;
  margin: auto;
  background: url("/studio/img/bg_dance_1.webp") no-repeat 0 0 / contain;
  font-size: 2.4rem;
  color: #3F6F81;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(-300px, -50%);
}
@media screen and (max-width: 767px) {
  .circleArea .circle_1,
  .circleArea .circle_2 {
    width: 40vw;
    height: 40vw;
    top: auto;
    bottom: -20vw;
    right: auto;
    transform: none;
    font-size: 3.6vw;
  }
}
.circleArea .circle_2 {
  background-image: url("/studio/img/bg_dance_2.webp");
  color: #5A3D69;
  transform: translate(300px, -50%);
}
@media screen and (max-width: 767px) {
  .circleArea .circle_2 {
    right: 0;
    left: auto;
    transform: none;
  }
}
