@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "CormorantGaramond-Regular";
  src: url("../fonts/CormorantGaramond-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "CormorantGaramond-Medium";
  src: url("../fonts/CormorantGaramond-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenOldMincho-Regular";
  src: url("../fonts/ZenOldMincho-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenOldMincho-Medium";
  src: url("../fonts/ZenOldMincho-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenOldMincho-Bold";
  src: url("../fonts/ZenOldMincho-Bold.ttf");
  font-display: swap;
}
/*	layout
------------------------------------ */
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "CormorantGaramond-Regular";
  src: url("../fonts/CormorantGaramond-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "CormorantGaramond-Medium";
  src: url("../fonts/CormorantGaramond-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenOldMincho-Regular";
  src: url("../fonts/ZenOldMincho-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenOldMincho-Medium";
  src: url("../fonts/ZenOldMincho-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenOldMincho-Bold";
  src: url("../fonts/ZenOldMincho-Bold.ttf");
  font-display: swap;
}
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/*	com parts  PC
------------------------------------ */
.sns-none {
  display: none !important;
}

.over {
  overflow: hidden;
}

.spxs-only {
  display: none;
}
@media screen and (max-width: 390px) {
  .spxs-only {
    display: inherit;
  }
}

.f26 {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .f26 {
    font-size: 1.5rem;
  }
}

.pre {
  white-space: pre-line;
}

@media screen and (min-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}
.no-sb {
  margin: 50px auto 0;
}

.anchor-mp {
  margin: -108px auto 0;
  padding-top: 108px;
}

.com-txt-box p:nth-of-type(n+2) {
  margin: 30px 0 0;
}

.clamp1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.clamp2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.clamp3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (min-width: 768px) {
  .com-pd {
    padding: 67px 0 120px;
  }
}

/*  共通パーツ
------------------------------------ */
.com-box {
  background: #fff;
}

.com-bg {
  background: #f4f4f4;
}

.news-post {
  width: 100%;
}
.news-post-item {
  width: 100%;
}
.news-post-item:nth-of-type(n+2) {
  border-top: 1px solid #d9d9d9;
}
.news-post-item:nth-of-type(1) a {
  padding-top: 0;
}
.news-post-link {
  display: block;
  padding: 20px 0;
}
.news-post-flx {
  display: flex;
}
.news-post-ttl, .news-post-time, .news-post-tag-txt {
  font-family: "ZenOldMincho-Regular", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  line-height: 1.1;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .news-post-ttl, .news-post-time, .news-post-tag-txt {
    font-size: 1.5rem;
  }
}
.news-post-time {
  flex-shrink: 0;
}
.news-post-tag {
  display: flex;
  flex-wrap: wrap;
}
.news-post-tag-txt {
  margin-left: 6px;
  padding-left: 6px;
  border-left: 1px solid #1a1a1a;
}
.news-post-ttl {
  margin-top: 14px;
  font-family: "ZenOldMincho-Regular", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.06em;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.5rem;
  }
}

.com-tag {
  display: flex;
  width: 100%;
  max-width: 990px;
  margin: 80px auto 0;
  flex-wrap: wrap;
}
.com-tag-item {
  width: 100%;
  max-width: 300px;
}
@media screen and (min-width: 768px) {
  .com-tag-item:not(:nth-of-type(3n-2)) {
    margin-left: 38px;
  }
  .com-tag-item:nth-of-type(n+4) {
    margin-top: 40px;
  }
}

/* =========================================

  main layout  all

========================================= */
/* top-about  PC
------------------------------------ */
#top-about {
  max-width: 1920px;
  margin: auto;
}
#top-about .about-img {
  width: 37.5%;
  height: 0;
  padding-top: 900px;
  margin-bottom: 50px;
  position: relative;
}
#top-about .about-contents {
  width: 58.3%;
  background: #f4f4f4;
}
#top-about .about-contents-wrap {
  width: 62.5%;
  min-width: 710px;
  padding: 55px 0 87px 60px;
  position: relative;
}
@media screen and (max-width: 1233px) {
  #top-about .about-contents-wrap {
    min-width: 600px;
    padding-left: 30px;
  }
}
#top-about .about-ttl {
  position: absolute;
  left: 60px;
  top: -55px;
}
#top-about .about-ttl-sub {
  font-family: "ZenOldMincho-Regular", sans-serif;
  font-size: 3.4rem;
  letter-spacing: 0.06em;
  line-height: 1.47;
}
@media screen and (max-width: 768px) {
  #top-about .about-ttl-sub {
    font-size: 1.7rem;
  }
}
#top-about .about-txt-box {
  margin-top: 36px;
}
#top-about .about-txt-box p {
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #top-about .about-txt-box p {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #top-about .about-txt-box p:nth-of-type(n+2) {
    margin-top: 47px;
  }
}
#top-about .about-btn {
  margin: 34px 0 0;
}

/* top-service  PC
------------------------------------ */
#top-service .service-ttl {
  background: url(../img/top/service-ttl.png) no-repeat center/cover;
  text-align: center;
  font-family: "CormorantGaramond-Medium", serif;
  font-size: 7.2rem;
  letter-spacing: 0.06em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #top-service .service-ttl {
    font-size: 3.6rem;
  }
}
#top-service .service-list-img {
  width: 50%;
  height: 0;
  padding-top: 520px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #top-service .service-list-contents {
    width: 100%;
    max-width: 490px;
  }
  #top-service .service-list-contents-l {
    margin-left: 50px;
  }
  #top-service .service-list-contents-r {
    margin-right: 50px;
  }
}
#top-service .service-list-ttl {
  font-family: "ZenOldMincho-Medium", sans-serif;
  font-size: 3.6rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #top-service .service-list-ttl {
    font-size: 1.8rem;
  }
}
#top-service .service-list-ttl-sub {
  margin-top: 10px;
  font-family: "ZenOldMincho-Regular", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #top-service .service-list-ttl-sub {
    font-size: 1.5rem;
  }
}
#top-service .service-list-txt {
  margin-top: 22px;
}
@media screen and (min-width: 768px) {
  #top-service .service-list-txt-sm {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #top-service .service-list-txt-sm {
    font-size: 1.5rem;
  }
}
#top-service .service-list-btn {
  margin: 30px auto 0;
}

/* top-instructor  PC
------------------------------------ */
#top-instructor .instructor-ttl {
  font-family: "ZenOldMincho-Regular", sans-serif;
  font-size: 4.2rem;
  letter-spacing: 0.06em;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #top-instructor .instructor-ttl {
    font-size: 2.1rem;
  }
}
#top-instructor .instructor-ttl-main {
  display: block;
}
#top-instructor .instructor-ttl-sub {
  margin-top: 15px;
  font-size: 2.2rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #top-instructor .instructor-ttl-sub {
    font-size: 1.5rem;
  }
}
#top-instructor .instructor-txt {
  font-size: 1.4rem;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  #top-instructor .instructor-txt {
    font-size: 1.5rem;
  }
}
#top-instructor .instructor-btn-wrap {
  margin-top: 30px;
}
#top-instructor .slider {
  margin: 65px auto 0;
}

/* top-insta  PC
------------------------------------ */
#top-insta .insta-bg {
  background: url(../img/top/insta-bg.jpg) no-repeat center bottom;
}
@media screen and (min-width: 1921px) {
  #top-insta .insta-bg {
    background-size: 100%;
  }
}
#top-insta .insta-inner {
  position: relative;
}
#top-insta .insta-img {
  position: absolute;
  left: 0;
  top: -27px;
}
#top-insta .insta-contents {
  padding: 35px 55px;
  background: rgba(26, 26, 26, 0.95);
  position: relative;
}
@media screen and (min-width: 768px) {
  #top-insta .insta-contents {
    max-width: 690px;
    margin-left: auto;
  }
}
#top-insta .insta-ttl {
  font-family: "ZenOldMincho-Regular", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #top-insta .insta-ttl {
    font-size: 1.5rem;
  }
}
#top-insta .insta-ttl-sub {
  margin-top: 20px;
  color: #fff;
  font-family: "ZenOldMincho-Regular", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #top-insta .insta-ttl-sub {
    font-size: 1.5rem;
  }
}
#top-insta .insta-txt {
  margin-top: 13px;
  color: #fff;
}
#top-insta .insta-en {
  font-family: "ZenOldMincho-Regular", sans-serif;
  font-size: 4.7rem;
  letter-spacing: 0.06em;
  color: #1a1a1a;
  line-height: 1;
  position: absolute;
  left: 55px;
  top: -42px;
}
@media screen and (max-width: 768px) {
  #top-insta .insta-en {
    font-size: 2.35rem;
  }
}
#top-insta .insta-btn {
  margin: 35px auto 0;
}

/* com-contact  PC
------------------------------------ */
.com-contact {
  background: url(../img/top/contact-bg.jpg) no-repeat center/cover;
}
.com-contact .contact-ttl {
  text-align: center;
  font-family: "ZenOldMincho-Medium", sans-serif;
  font-size: 5.2rem;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-ttl {
    font-size: 2.6rem;
  }
}
.com-contact .contact-txt {
  margin: 30px auto 0;
  text-align: center;
  color: #fff;
}
.com-contact .contact-list {
  display: flex;
  margin: 50px auto 0;
  text-align: center;
  justify-content: center;
  align-items: flex-end;
}
.com-contact .contact-list-item:nth-of-type(n+2) {
  margin-left: 88px;
}
.com-contact .contact-list-ttl {
  font-family: "ZenOldMincho-Regular", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0.06em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-list-ttl {
    font-size: 1.5rem;
  }
}
.com-contact .contact-list-txt {
  font-family: "ZenOldMincho-Regular", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-list-txt {
    font-size: 1.5rem;
  }
}
.com-contact .contact-list-btn {
  display: block;
  width: 320px;
  height: 60px;
  margin: 13px auto 0;
  background-color: #fff;
  font-family: "ZenOldMincho-Regular", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 60px;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-list-btn {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .com-contact .contact-list-btn02 {
    margin-top: 28px;
  }
  .com-contact .contact-list-btn:hover {
    background-color: #1a1a1a;
    color: #fff;
    opacity: 1;
  }
}

/* top-news  PC
------------------------------------ */
#top-news {
  background: #f2f2f2;
}
#top-news .news-ttl {
  font-family: "CormorantGaramond-Medium", serif;
  font-size: 6.2rem;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-news .news-ttl {
    font-size: 3.1rem;
  }
}
#top-news .news-btn {
  margin: 0;
}
@media screen and (min-width: 768px) {
  #top-news .news-btn {
    padding-right: 40px;
  }
}
#top-news .news-btn span {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  #top-news .news-btn span {
    font-size: 1.5rem;
  }
}
#top-news .news-post {
  margin: 44px auto 0;
}

/* top-access  PC
------------------------------------ */
#top-access .access-inner {
  position: relative;
}
#top-access .access-inner::before {
  width: 35.9%;
  height: 120px;
  background: #f2f2f2;
  content: "";
  position: absolute;
  top: 80px;
  left: 0;
}
#top-access .access-ttl {
  text-align: center;
  font-family: "CormorantGaramond-Medium", serif;
  font-size: 5.4rem;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-access .access-ttl {
    font-size: 2.7rem;
  }
}
#top-access .access-list-item {
  position: relative;
}
#top-access .access-list-inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #top-access .access-list-inner01 {
    padding-top: 100px;
  }
  #top-access .access-list-inner02 {
    padding-top: 110px;
    padding-bottom: 55px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1469px) {
  #top-access .access-list-inner02 {
    padding-top: 130px;
  }
}
@media screen and (min-width: 768px) {
  #top-access .access-list-contents02 {
    max-width: 540px;
    margin-left: auto;
  }
}
#top-access .access-list-img {
  position: absolute;
}
#top-access .access-list-img-r {
  width: 41.1%;
  height: 600px;
  top: 15px;
  right: 0;
}
#top-access .access-list-img-l {
  width: 46.8%;
  height: 440px;
  left: 0;
  bottom: 0;
}
#top-access .access-list-ttl {
  font-family: "ZenOldMincho-Regular", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
  color: #1a1a1a;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #top-access .access-list-ttl {
    font-size: 1.6rem;
  }
}
#top-access .access-list-txt-box {
  margin-top: 30px;
}
#top-access .access-table {
  max-width: 670px;
}

/* =========================================

  sub layout  all

========================================= */
/* about  PC
------------------------------------ */
#about .concept-img {
  margin: 60px auto 0;
}
#about .concept-img-bottom {
  margin: 57px auto 0;
}
#about .concept-ttl {
  margin-top: 35px;
}
#about .concept-txt-box {
  margin-top: 34px;
}
#about .concept-com {
  display: flex;
  margin-top: 30px;
  font-family: "ZenOldMincho-Regular", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0.06em;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #about .concept-com {
    font-size: 1.5rem;
  }
}
#about .concept-com::after {
  content: "";
  width: 25px;
  height: 1px;
  margin-left: 10px;
  background: #000000;
}
#about .concept-flx-left {
  width: 100%;
  padding: 33px 31px;
  background: #f4f4f4;
  font-family: "ZenOldMincho-Regular", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  #about .concept-flx-left {
    max-width: 500px;
  }
}
@media screen and (max-width: 768px) {
  #about .concept-flx-left {
    font-size: 1.5rem;
  }
}
#about .concept-flx-right {
  width: 100%;
  max-width: 558px;
  margin-top: -10px;
}
#about .concept-flx-btn {
  margin-top: 25px;
}
#about .service-txt {
  margin: 62px auto 0;
}
@media screen and (min-width: 768px) {
  #about .service-txt {
    text-align: center;
  }
}
#about .service-list-item {
  margin: 120px auto 0;
  padding-top: 120px;
  border-top: 1px solid #d9d9d9;
}
#about .flow {
  background: #f4f4f4;
  position: relative;
}
#about .flow-ttl {
  margin: auto;
  text-align: center;
  position: absolute;
  top: -56px;
  left: 0;
  right: 0;
}
#about .flow-ttl::before {
  margin: auto;
  right: 0;
}
#about .flow-ttl02 {
  text-align: center;
  font-family: "ZenOldMincho-Regular", sans-serif;
  font-size: 3.4rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #about .flow-ttl02 {
    font-size: 1.7rem;
  }
}
#about .flow-ttl03 {
  margin: 72px auto 0;
  text-align: center;
  font-family: "ZenOldMincho-Regular", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0.06em;
  line-height: 1.78;
}
@media screen and (max-width: 768px) {
  #about .flow-ttl03 {
    font-size: 1.5rem;
  }
}
#about .flow-list {
  margin: 68px auto 0;
}
#about .flow-list-item {
  padding: 29px 0 40px 210px;
  background: url(../img/about/flow-ico01.png) no-repeat 51px 61px #fff;
}
#about .flow-list-item02 {
  background-image: url(../img/about/flow-ico02.png);
  background-position: 38px 71px;
}
#about .flow-list-item03 {
  background-image: url(../img/about/flow-ico03.png);
  background-position: 50px 42px;
}
#about .flow-list-item04 {
  background-image: url(../img/about/flow-ico04.png);
  background-position: 53px 53px;
}
#about .flow-list-item05 {
  background-image: url(../img/about/flow-ico05.png);
  background-position: 76px 38px;
}
#about .flow-list-item:nth-of-type(n+2) {
  margin-top: 105px;
  position: relative;
}
#about .flow-list-item:nth-of-type(n+2)::before {
  content: "";
  width: 33px;
  height: 22px;
  margin: auto;
  background: url(../img/about/flow-arw.png) no-repeat center/contain;
  position: absolute;
  top: -65px;
  left: 0;
  right: 0;
}
#about .flow-list-ttl-en {
  font-family: "CormorantGaramond-Regular", serif;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #about .flow-list-ttl-en {
    font-size: 1.5rem;
  }
}
#about .flow-list-ttl-en span {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  #about .flow-list-ttl-en span {
    font-size: 2rem;
  }
}
#about .flow-list-ttl-ja {
  font-family: "ZenOldMincho-Regular", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #about .flow-list-ttl-ja {
    font-size: 1.5rem;
  }
}
#about .flow-list-txt {
  margin-top: 22px;
}
#about .flow-list-btn-wrap {
  display: flex;
  margin-top: 15px;
}
#about .flow-list-btn-wrap li:nth-of-type(n+2) {
  margin-left: 10px;
}
#about .flow-list-btn-wrap a {
  display: flex;
  width: 200px;
  height: 55px;
  background: #000000;
  font-family: "ZenOldMincho-Regular", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  color: #fff;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #about .flow-list-btn-wrap a {
    font-size: 1.5rem;
  }
}
#about .flow-list-btn-wrap a::after {
  content: "";
  width: 10px;
  height: 10px;
  margin: auto;
  background: url(../img/top/com-btn-arw.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
}
#about .flow-list-note {
  margin: 50px auto 0;
  text-align: center;
}
#about .faq-list {
  margin: 84px auto 0;
}
#about .faq-list-item:nth-of-type(n+2) {
  margin: 60px auto 0;
}
#about .faq-list-item dt {
  padding: 20px 80px 23px;
  background: #000000;
  font-family: "ZenOldMincho-Regular", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  #about .faq-list-item dt {
    font-size: 1.5rem;
  }
}
#about .faq-list-item dt::before {
  content: "Q";
  font-family: "CormorantGaramond-Medium", serif;
  font-size: 4.2rem;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  left: 22px;
  top: 17px;
}
@media screen and (max-width: 768px) {
  #about .faq-list-item dt::before {
    font-size: 2.1rem;
  }
}
#about .faq-list-item dd {
  padding: 23px 0 30px 80px;
  background: #f4f4f4;
  font-family: "ZenOldMincho-Regular", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  white-space: pre-line;
  position: relative;
}
@media screen and (max-width: 768px) {
  #about .faq-list-item dd {
    font-size: 1.5rem;
  }
}
#about .faq-list-item dd::before {
  content: "A";
  font-family: "CormorantGaramond-Medium", serif;
  font-size: 4.2rem;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  left: 22px;
  top: 17px;
}
@media screen and (max-width: 768px) {
  #about .faq-list-item dd::before {
    font-size: 2.1rem;
  }
}

/* lesson  PC
------------------------------------ */
.com-about {
  padding-top: 67px;
}
.com-about .about-txt-box {
  margin: 43px auto 0;
}
.com-about .about-img {
  text-align: center;
}
.com-about .about-img-iframe {
  max-width: 800px;
  margin: auto;
}
.com-about .about-img-iframe video {
  width: 100%;
}

.com-features .features-inner {
  position: relative;
}
.com-features .features-ttl {
  text-align: center;
}
.com-features .features-ttl-en {
  margin: auto;
  text-align: center;
  position: absolute;
  top: -55px;
  right: 0;
  left: 0;
}
.com-features .features-ttl-ja {
  font-family: "ZenOldMincho-Regular", sans-serif;
  font-size: 3.4rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .com-features .features-ttl-ja {
    font-size: 1.7rem;
  }
}
.com-features .features-list {
  margin: 70px auto 0;
}
.com-features .features-list-item {
  padding: 30px 30px 30px 210px;
  background: url(../img/lesson/features-ico01.png) no-repeat 69px 65px #fff;
}
.com-features .features-list-item:nth-of-type(n+2) {
  margin-top: 60px;
}
.com-features .features-list-item02 {
  background-image: url(../img/lesson/features-ico02.png);
  background-position: 71px 44px;
}
.com-features .features-list-item03 {
  background-image: url(../img/lesson/features-ico03.png);
  background-position: 66px 25px;
}
.com-features .features-list-ttl {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .com-features .features-list-ttl {
    font-size: 1.5rem;
  }
}
.com-features .features-list-txt {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  #lesson .com-about .com-ttl02-txt {
    padding: 0 31px;
  }
}
#lesson .schedule-bg {
  background: url(../img/lesson/schedule.jpg) no-repeat center/cover;
}
#lesson .schedule-ttl {
  text-align: center;
  line-height: 1;
  color: #fff;
}
#lesson .schedule-ttl-en {
  font-family: "ZenOldMincho-Medium", sans-serif;
  font-size: 5.2rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #lesson .schedule-ttl-en {
    font-size: 2.6rem;
  }
}
#lesson .schedule-ttl-ja {
  margin: 11px auto 0;
  font-family: "ZenOldMincho-Regular", sans-serif;
  font-size: 3.4rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #lesson .schedule-ttl-ja {
    font-size: 1.7rem;
  }
}
#lesson .schedule-txt-box {
  margin: 60px auto 0;
}
@media screen and (min-width: 768px) {
  #lesson .schedule-txt-box {
    text-align: center;
  }
}
#lesson .schedule-txt-box p {
  color: #fff;
}
#lesson .schedule-list {
  display: flex;
  margin: 40px auto 0;
  justify-content: center;
  align-items: center;
}
#lesson .schedule-list li:nth-of-type(n+2) {
  margin-left: 80px;
}
#lesson .schedule-list a {
  display: flex;
  width: 320px;
  height: 60px;
  background-image: none;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #lesson .schedule-list a {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #lesson .schedule-list a:hover {
    background-color: #000000;
    color: #fff;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  #lesson .inst-txt {
    text-align: center;
  }
}
#lesson .inst-list {
  display: flex;
  max-width: 720px;
  margin: 55px auto 0;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  #lesson .inst-list li:nth-of-type(2n) {
    margin-left: 3px;
  }
  #lesson .inst-list li:nth-of-type(n+3) {
    margin-top: 3px;
  }
}
#lesson .inst-btn {
  margin: 50px auto 0;
}

@media screen and (min-width: 768px) {
  .com-price .com-ttl02-txt {
    padding: 0 185px;
  }
}
.com-price .price-border {
  padding-bottom: 58px;
  border-bottom: 1px solid #d9d9d9;
}
.com-price .price-txt {
  text-align: center;
}
.com-price .price-note {
  display: inline-block;
}
.com-price .price-note-wrap {
  margin: 36px auto 0;
  text-align: center;
}
.com-price .price-note li {
  text-align: left;
  font-family: "ZenOldMincho-Regular", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .com-price .price-note li {
    font-size: 1.5rem;
  }
}
.com-price .price-note li:nth-of-type(n+2) {
  margin-top: 10px;
}
.com-price .price-list {
  margin: 40px auto 0;
}
.com-price .price-list-item:nth-of-type(n+2) {
  margin-top: 45px;
}
.com-price .price-list-ttl {
  display: flex;
  align-items: center;
}
.com-price .price-list-ttl::after {
  width: 25px;
  margin: 0 0 0 10px;
}
.com-price .price-list-box {
  margin: 12px auto 0;
  padding: 20px 30px;
  background: #f4f4f4;
  line-height: 1.5;
}
.com-price .price-list-price {
  font-family: "ZenOldMincho-Regular", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .com-price .price-list-price {
    font-size: 1.5rem;
  }
}
.com-price .price-list-txt {
  margin-top: 8px;
  font-family: "ZenOldMincho-Regular", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .com-price .price-list-txt {
    font-size: 1.5rem;
  }
}
.com-price .cansel {
  margin: 70px auto 0;
}
.com-price .cansel-ttl {
  text-align: center;
  font-family: "ZenOldMincho-Regular", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .com-price .cansel-ttl {
    font-size: 1.5rem;
  }
}
.com-price .cansel-txt {
  margin: 10px auto 0;
  padding: 25px 30px;
  background: #f4f4f4;
}

/* studio  PC
------------------------------------ */
@media screen and (min-width: 768px) {
  #studio .com-about .com-ttl02-txt {
    padding: 0 16px;
  }
}
@media screen and (min-width: 768px) {
  #studio .features-list-item {
    padding-bottom: 66px;
  }
}
#studio .features-list-item01 {
  background-image: url(../img/studio/features-ico01.png);
  background-position: 70px 36px;
}
#studio .features-list-item02 {
  background-image: url(../img/studio/features-ico02.png);
  background-position: 19px 97px;
}
#studio .features-list-item03 {
  background-image: url(../img/studio/features-ico03.png);
  background-position: 27px 55px;
}
#studio .dance-list-ttl {
  font-size: 3.6rem;
  line-height: 1.33;
}
@media screen and (max-width: 768px) {
  #studio .dance-list-ttl {
    font-size: 1.8rem;
  }
}
#studio .dance-list-ttl::after {
  margin-left: auto;
  margin-right: auto;
}
#studio .dance-list-ttl02 {
  white-space: nowrap;
}
#studio .dance-list-ttl-sub {
  display: flex;
  font-size: 2.1rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #studio .dance-list-ttl-sub {
    font-size: 1.5rem;
  }
}
#studio .dance-list-ttl-sub::after {
  width: 25px;
  margin: 0 0 0 10px;
}
#studio .dance-list-txt {
  margin-top: 37px;
}
@media screen and (min-width: 768px) {
  #studio .dance-list-txt {
    text-align: center;
  }
}
#studio .dance-list-point {
  margin: 10px auto 0;
  padding: 30px;
  background: #f4f4f4;
}
#studio .dance-list-point li {
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #studio .dance-list-point li {
    font-size: 1.5rem;
  }
}
#studio .dance-list-point li:nth-of-type(n+2) {
  margin-top: 15px;
}
#studio .dance-list-img {
  margin: 53px auto 0;
  text-align: center;
}
#studio .dance-flx {
  margin: 56px auto 0;
}
#studio .dance-flx-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #studio .dance-flx-con {
    max-width: 500px;
  }
}
#studio .dance-txt-box {
  margin: 80px auto 0;
}
@media screen and (min-width: 768px) {
  #studio .dance-txt-box {
    text-align: center;
  }
}
#studio .dance-btn-wrap {
  display: flex;
  margin: 34px auto 0;
  justify-content: center;
}
#studio .dance-btn-wrap li:nth-of-type(n+2) {
  margin-left: 80px;
}
#studio .dance-btn-wrap a {
  width: 200px;
  height: 55px;
  background-position: calc(100% - 30px) center;
}
@media screen and (min-width: 768px) {
  #studio .dance-btn-wrap a:hover {
    background-position: calc(100% - 25px) center;
    opacity: 1;
  }
}
#studio .price {
  padding-top: 60px;
}
#studio .price-sm-list {
  display: flex;
  margin: 100px auto 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
#studio .price-sm-list-item {
  width: 100%;
  max-width: 500px;
}
#studio .price-sm-list-item:nth-of-type(n+3) {
  margin-top: 50px;
}
#studio .price-sm-list-ttl {
  text-align: center;
}
#studio .price-sm-list-ttl::after {
  width: 25px;
  margin: 15px auto 0;
}
#studio .price-sm-table {
  width: 100%;
  margin: 40px auto 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
#studio .price-sm-table tr:nth-of-type(n+2) {
  border-top: 1px solid #d9d9d9;
}
#studio .price-sm-table th, #studio .price-sm-table td {
  padding: 20px 11px;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #studio .price-sm-table th, #studio .price-sm-table td {
    font-size: 1.5rem;
  }
}
#studio .price-sm-table td {
  text-align: right;
}
#studio .add-ttl {
  margin: 85px auto 0;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  #studio .add-ttl {
    font-size: 1.8rem;
  }
}
#studio .add-ttl::after {
  margin-left: auto;
  margin-right: auto;
}
#studio .add-img02 {
  margin: 60px auto 0;
}
#studio .add-txt {
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  #studio .add-txt {
    text-align: center;
  }
}
#studio .add-btn {
  max-width: 400px;
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  #studio .add-btn {
    height: 55px;
    background-position: calc(100% - 40px) center;
  }
}
#studio .add-note {
  margin: 75px auto 0;
}
#studio .add-note-ttl {
  text-align: center;
  font-family: "ZenOldMincho-Regular", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #studio .add-note-ttl {
    font-size: 1.5rem;
  }
}
#studio .add-note-box {
  margin: 10px auto 0;
  background: #f4f4f4;
  padding: 30px 5px 30px 30px;
}
#studio .add-note-box li {
  padding-left: 17px;
  font-family: "ZenOldMincho-Regular", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  line-height: 2.4;
  position: relative;
}
@media screen and (max-width: 768px) {
  #studio .add-note-box li {
    font-size: 1.5rem;
  }
}
#studio .add-note-box li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
#studio .add-note-txt {
  margin: 15px auto 0;
  text-align: center;
}

/* instructor  PC
------------------------------------ */
@media screen and (min-width: 768px) {
  #instructor .about .com-ttl02-txt {
    padding: 0 83px;
  }
}
@media screen and (min-width: 768px) {
  #instructor .about-flx {
    margin: 124px auto 0;
  }
}
#instructor .about-flx-contents {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #instructor .about-flx-contents {
    max-width: 670px;
  }
}
#instructor .about-flx-img {
  width: 380px;
  position: relative;
}
#instructor .about-table {
  margin-top: 30px;
}
#instructor .instructor {
  border-top: 1px solid #d9d9d9;
}
#instructor .instructor-ttl {
  text-align: center;
  font-size: 3.4rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #instructor .instructor-ttl {
    font-size: 1.7rem;
  }
}
#instructor .instructor-ttl::after {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #instructor .instructor-ttl::after {
    width: 50px;
  }
}
#instructor .instructor-txt {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  #instructor .instructor-txt {
    text-align: center;
  }
}
#instructor .instructor-list {
  margin: 80px auto 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
#instructor .instructor-list-item {
  display: flex;
  padding: 40px;
  align-items: center;
  justify-content: space-between;
}
#instructor .instructor-list-item:nth-of-type(n+2) {
  border-top: 1px solid #d9d9d9;
}
#instructor .instructor-list-img {
  width: 358px;
  height: 358px;
  position: relative;
}
#instructor .instructor-list-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #instructor .instructor-list-con {
    max-width: 580px;
  }
}
#instructor .instructor-list-table {
  margin: 20px auto 0;
}
#instructor .instructor-list-btn {
  height: 55px;
  margin: 30px auto 0;
}

/* news  PC
------------------------------------ */
#news {
  background: #f2f2f2;
}/*# sourceMappingURL=all.css.map */