@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body::-webkit-scrollbar {
  display: none;
}

html {
  box-sizing: border-box;
  color: #333;
  font-size: 2.6666666667vw;
  scroll-behavior: smooth;
}
@media screen and (min-width: 896px) {
  html {
    font-size: 1.1160714286vw;
  }
}

body {
  background-color: #fff;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  scrollbar-width: none;
  text-align: justify;
  text-justify: inter-ideograph;
}

.l-main {
  position: relative;
}

p {
  letter-spacing: 0.06em;
  line-height: 150%;
}

.c-contents {
  padding: 0 2rem;
}
@media screen and (min-width: 896px) {
  .c-contents {
    padding: 0 8rem;
  }
}

.c-spOnly {
  display: block;
}
@media screen and (min-width: 896px) {
  .c-spOnly {
    display: none;
  }
}

.c-pcOnly {
  display: none;
}
@media screen and (min-width: 896px) {
  .c-pcOnly {
    display: block;
  }
}

.c-title {
  margin-bottom: 4rem;
}
@media screen and (min-width: 896px) {
  .c-title {
    text-align: center;
  }
}
.c-title__en {
  color: #898989;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
}
.c-title__jp {
  font-size: 2.4rem;
  font-weight: normal;
  letter-spacing: 0.06em;
  margin-top: 1rem;
}

.l-header {
  background-color: #fff;
  height: 7rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
  /*アクティブクラスがついたら位置を0に*/
}
@media screen and (min-width: 896px) {
  .l-header {
    height: 6rem;
  }
}
.l-header__flex {
  align-items: center;
  display: flex;
  height: 7rem;
  justify-content: space-between;
  padding-left: 2rem;
}
@media screen and (min-width: 896px) {
  .l-header__flex {
    align-items: center;
    height: 6rem;
  }
}
.l-header__logo {
  color: #333;
  font-size: 2rem;
  text-decoration: none;
}
.l-header__fixedBox {
  align-items: center;
  display: flex;
}
.l-header__reserve {
  align-items: center;
  background-color: #F4F0EA;
  box-sizing: border-box;
  color: #333;
  display: flex;
  font-weight: bold;
  height: 7rem;
  padding: 0 1.5rem;
  text-decoration: none;
  z-index: 998;
}
.l-header-gNav {
  background: url(../img/bg-black.jpg) repeat;
  background-color: #fff;
  box-sizing: border-box;
  height: 100%;
  opacity: 0;
  overflow-y: scroll;
  padding: 2rem 2rem;
  position: fixed;
  top: 0;
  transition: all 0.3s;
  visibility: hidden;
  width: 100vw;
  z-index: -2;
}
.l-header-gNav .l-header__logo {
  position: relative;
  top: 0.5rem;
}
.l-header-gNav.panelActive {
  opacity: 1;
  visibility: visible;
  z-index: 997;
}
.l-header-menu {
  display: block;
  height: auto;
  margin-top: 5rem;
  width: auto;
  z-index: 990;
}
@media screen and (min-width: 896px) {
  .l-header-menu {
    align-items: center;
    display: flex;
    margin-top: 0;
  }
}
.l-header-menu__list {
  border-bottom: 1px solid #e1e1e1;
  list-style: none;
  padding: 3rem 0;
  text-align: center;
}
@media screen and (min-width: 896px) {
  .l-header-menu__list {
    border-bottom: 0;
    margin-right: 2rem;
    padding: 0;
    transition: 0.3s;
  }
  .l-header-menu__list:last-of-type {
    margin-right: 0;
  }
  .l-header-menu__list:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
}
.l-header-menu__link {
  color: #333;
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.5rem;
  position: relative;
  text-decoration: none;
  width: 100%;
}
@media screen and (min-width: 896px) {
  .l-header-menu__link {
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
  }
}
@media screen and (min-width: 896px) {
  .l-header-menu__reserve {
    align-items: center;
    background-color: #F4F0EA;
    box-sizing: border-box;
    color: #333;
    display: flex;
    font-weight: bold;
    height: 6rem;
    padding: 0 1rem;
    text-decoration: none;
  }
}
.l-header-openBtn {
  background-color: #333;
  cursor: pointer;
  height: 7rem;
  /*ボタンを最前面に*/
  right: 0px;
  text-align: center;
  top: 0;
  width: 7rem;
  z-index: 9997;
  /*×に変化*/
}
.l-header-openBtn span {
  background-color: #fff;
  border-radius: 0.2rem;
  display: block;
  height: 0.2rem;
  position: absolute;
  transition: all 0.4s;
}
.l-header-openBtn span:nth-of-type(1) {
  right: 1.35rem;
  width: 4rem;
}
.l-header-openBtn span:nth-of-type(2) {
  right: 1.85rem;
  width: 3.5rem;
}
.l-header-openBtn span:nth-of-type(1) {
  top: 2.5rem;
}
.l-header-openBtn span:nth-of-type(2) {
  top: 3.5rem;
}
.l-header-openBtn.activeBtn span:nth-of-type(1) {
  right: 1.35rem;
  top: 3rem;
  transform: translateY(0px) rotate(-45deg);
}
.l-header-openBtn.activeBtn span:nth-of-type(2) {
  right: 1.35rem;
  top: 3rem;
  transform: translateY(0px) rotate(45deg);
  width: 4rem;
}

.js-header.js-fixed {
  background: #fff;
  padding: 0;
  padding-left: 7.4rem;
  transition: 0.3s;
}
@media screen and (min-width: 896px) {
  .js-header.js-fixed {
    padding: inherit;
    transition: inherit;
  }
}

.l-footer {
  padding: 2rem 0;
  text-align: center;
}
.l-footer p {
  font-size: 1.2rem;
}

.l-fv {
  box-sizing: border-box;
  height: 100%;
  margin-top: 7rem;
  padding: 2rem;
  padding-bottom: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 896px) {
  .l-fv {
    padding-top: 0;
  }
}
.l-fv__img {
  height: 50rem;
  object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 896px) {
  .l-fv__img {
    height: 100vh;
  }
}
.l-fv-swiper {
  height: 50rem;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 896px) {
  .l-fv-swiper {
    height: 100vh;
  }
}
.l-fv-swiper__slide {
  list-style: none;
}
.l-fv-swiper__img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 896px) {
  .l-fv-swiper__img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide-active .l-fv-swiper__img,
.swiper-slide-duplicate-active .l-fv-swiper__img,
.swiper-slide-prev .l-fv-swiper__img {
  animation: zoomUp 7s linear 0s normal both;
}

.l-about {
  padding-top: 6rem;
}
@media screen and (min-width: 896px) {
  .l-about {
    padding-top: 8rem;
  }
}
@media screen and (min-width: 896px) {
  .l-about .c-contents {
    padding: 0 13rem;
  }
}
.l-about__text {
  line-height: 2;
}
@media screen and (min-width: 896px) {
  .l-about__text {
    line-height: 3;
    text-align: center;
  }
}
.l-about__mov {
  height: 18rem;
  margin-top: 4rem;
  width: 100%;
}
@media screen and (min-width: 896px) {
  .l-about__mov {
    display: block;
    height: 2rem;
    margin: 0 auto;
    margin-top: 8rem;
    width: 50rem;
  }
}

.l-lecturer {
  background-color: #F4F0EA;
  margin-top: 8rem;
  padding: 8rem 0;
}
@media screen and (min-width: 896px) {
  .l-lecturer {
    margin-top: 10rem;
    padding: 10rem 0;
  }
}
.l-lecturer-main__akihama .l-lecturer-main__img {
  width: 100%;
}
@media screen and (min-width: 896px) {
  .l-lecturer-main__akihama .l-lecturer-main__img {
    height: 40rem;
  }
}
.l-lecturer-main__akihama .l-lecturer-main__name {
  margin-top: 2rem;
}
.l-lecturer-main__assistant {
  display: flex;
  margin-top: 4rem;
}
@media screen and (min-width: 896px) {
  .l-lecturer-main__assistant {
    margin-top: 8rem;
  }
}
.l-lecturer-main__img {
  object-fit: cover;
  width: 40%;
}
.l-lecturer-main__name {
  font-size: 1.8rem;
  font-weight: normal;
}
@media screen and (min-width: 896px) {
  .l-lecturer-main__name {
    font-size: 2.2rem;
  }
}
.l-lecturer-main__bio {
  margin-top: 1.5rem;
}
@media screen and (min-width: 896px) {
  .l-lecturer-main__bio {
    margin-top: 2rem;
  }
}
.l-lecturer-main__textBox {
  padding-left: 1.5rem;
}
@media screen and (min-width: 896px) {
  .l-lecturer-main__textBox {
    padding-left: 4rem;
  }
}
.l-lecturer-main__small {
  font-size: 1.2rem;
}
.l-lecturer-main__insta {
  display: block;
  height: 100%;
  margin-top: 2rem;
  transition: 0.3s;
  width: 100%;
}
@media screen and (min-width: 896px) {
  .l-lecturer-main__insta:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
}
.l-lecturer-main__insta img {
  display: block;
  width: 3rem;
}

.l-price {
  padding-top: 8rem;
}
@media screen and (min-width: 896px) {
  .l-price {
    padding-top: 10rem;
  }
}
@media screen and (min-width: 896px) {
  .l-price-main__detail {
    text-align: center;
  }
}
.l-price-main__box {
  margin-top: 4rem;
}
@media screen and (min-width: 896px) {
  .l-price-main__box {
    display: block;
    margin: 0 auto;
    margin-top: 8rem;
    width: 60rem;
  }
}
.l-price-main__li {
  border-bottom: 1px solid #898989;
  display: flex;
  padding-bottom: 2rem;
}
@media screen and (min-width: 896px) {
  .l-price-main__li {
    padding-bottom: 4rem;
  }
}
.l-price-main__li:first-of-type {
  margin-bottom: 2rem;
}
@media screen and (min-width: 896px) {
  .l-price-main__li:first-of-type {
    margin-bottom: 4rem;
  }
}
.l-price-main__left {
  width: 13rem;
}
@media screen and (min-width: 896px) {
  .l-price-main__left {
    width: 25rem;
  }
}
.l-price-main__title {
  line-height: 150%;
}
.l-price-main__price {
  margin-top: 1.5rem;
}
.l-price-main__small {
  font-size: 1.1rem;
}

.l-curriculum {
  padding-top: 8rem;
}
@media screen and (min-width: 896px) {
  .l-curriculum {
    padding-top: 10rem;
  }
}
.l-curriculum-main {
  display: block;
  width: 100%;
}
@media screen and (min-width: 896px) {
  .l-curriculum-main__text {
    text-align: center;
  }
}
.l-curriculum-main__box {
  margin-top: 4rem;
}
@media screen and (min-width: 896px) {
  .l-curriculum-main__box {
    display: flex;
    justify-content: space-between;
    margin-top: 8rem;
  }
}
.l-curriculum-main__card {
  border: 1px solid #333;
  box-sizing: border-box;
  margin-bottom: 4rem;
  width: 100%;
}
@media screen and (min-width: 896px) {
  .l-curriculum-main__card {
    margin-bottom: 0;
    width: 32%;
  }
}
.l-curriculum-main__card:last-of-type {
  margin-bottom: 2rem;
}
@media screen and (min-width: 896px) {
  .l-curriculum-main__card:last-of-type {
    margin-bottom: 0;
  }
}
.l-curriculum-main__trial {
  border: 1px solid #F4F0EA;
}
.l-curriculum-main__trial .l-curriculum-main__title {
  background-color: #F4F0EA;
  color: #333;
}
.l-curriculum-main__ul {
  padding: 2rem;
}
@media screen and (min-width: 896px) {
  .l-curriculum-main__ul {
    padding: 0 2rem 2rem 2rem;
  }
}
.l-curriculum-main__title {
  background-color: #333;
  color: #fff;
  font-size: 1.8rem;
  padding: 2rem 0;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 896px) {
  .l-curriculum-main__title {
    font-size: 1.8rem;
  }
}
.l-curriculum-main__li {
  border-bottom: 1px solid #a3a3a3;
  box-sizing: border-box;
  display: flex;
  padding: 2rem 0rem;
  width: 100%;
}
@media screen and (min-width: 896px) {
  .l-curriculum-main__li {
    display: block;
  }
}
@media screen and (min-width: 896px) {
  .l-curriculum-main__li:first-of-type {
    min-height: 13.5rem;
  }
}
@media screen and (min-width: 896px) {
  .l-curriculum-main__li:nth-of-type(2) {
    min-height: 15.6rem;
  }
}
.l-curriculum-main__li:last-of-type {
  border-bottom: 0;
}
@media screen and (min-width: 896px) {
  .l-curriculum-main__li:last-of-type {
    min-height: 16rem;
  }
}
.l-curriculum-main__subTitle {
  font-weight: bold;
  width: 15%;
}
@media screen and (min-width: 896px) {
  .l-curriculum-main__subTitle {
    margin-bottom: 1rem;
    text-align: center;
    width: 100%;
  }
}
.l-curriculum-main__detail {
  width: 85%;
}
@media screen and (min-width: 896px) {
  .l-curriculum-main__detail {
    font-size: 1.3rem;
    width: 100%;
  }
}
.l-curriculum-main__attention {
  font-size: 1.2rem;
}
@media screen and (min-width: 896px) {
  .l-curriculum-main__attention {
    margin-top: 2rem;
  }
}
.l-curriculum-main__imgBox {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4rem;
}
@media screen and (min-width: 896px) {
  .l-curriculum-main__imgBox {
    margin-top: 8rem;
  }
}
.l-curriculum-main__img {
  display: block;
  width: 50%;
}
@media screen and (min-width: 896px) {
  .l-curriculum-main__img {
    width: 33.333333%;
  }
}
.l-curriculum-main__small {
  font-size: 1.2rem;
}
@media screen and (min-width: 896px) {
  .l-curriculum-main__small {
    font-size: 0.9rem;
  }
}
.l-curriculum-main__weight {
  font-weight: bold;
}

.l-access {
  padding-top: 8rem;
}
@media screen and (min-width: 896px) {
  .l-access {
    padding-top: 10rem;
  }
}
@media screen and (min-width: 896px) {
  .l-access-main {
    text-align: center;
  }
}
.l-access-main__link {
  color: #333;
  display: inline-block;
  margin-top: 1rem;
}
.l-access-main__iframe {
  height: 32rem;
  margin-top: 4rem;
  width: 100%;
}
@media screen and (min-width: 896px) {
  .l-access-main__iframe {
    height: 40rem;
    margin-top: 8rem;
  }
}

.l-contact {
  background-color: #F4F0EA;
  margin-top: 8rem;
  padding: 8rem 0;
}
@media screen and (min-width: 896px) {
  .l-contact {
    margin-top: 10rem;
    padding: 10rem 0;
  }
}
@media screen and (min-width: 896px) {
  .l-contact__text {
    text-align: center;
  }
}
.l-contact-btn {
  background-color: #333;
  border: 2px solid #333;
  border-radius: 5rem;
  color: #fff;
  display: block;
  margin-top: 4rem;
  padding: 2rem 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
@media screen and (min-width: 896px) {
  .l-contact-btn {
    margin: 0 auto;
    margin-top: 4rem;
    transition: 0.3s;
    width: 30rem;
  }
  .l-contact-btn:hover {
    background-color: #fff;
    color: #333;
    transition: 0.3s;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */