@charset "UTF-8";
/* ::::::::::  トップページ  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media (max-width: 767px) {
  .slide_on .globalHeader:not(.scroll) {
    background: none;
  }
  .slide_on .globalHeader:not(.scroll) .siteLogo {
    color: #fff;
  }
  .slide_on .globalHeader:not(.scroll) .siteLogo a {
    color: inherit;
  }
}

@media (max-width: 1024px) {
  .secTitle02 {
    font-size: 2.4rem;
  }
}

.animeItem {
  overflow: hidden;
}

.animeItem.is_show .animeImg {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}

.animeItem.is_show .animeImg::before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: .8s;
  transition-delay: .8s;
}

.animeItem .animeImg {
  overflow: hidden;
  position: relative;
  width: 100%;
  -webkit-transform: translate3d(-100.5%, 0, 0);
  transform: translate3d(-100.5%, 0, 0);
  -webkit-transform-origin: left;
  transform-origin: left;
}

@media (max-width: 767px) {
  .animeItem .animeImg {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}

.animeItem .animeImg::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #A72A2E;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: right;
  transform-origin: right;
}

@media (max-width: 767px) {
  .animeItem .animeImg::before {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
  }
}

/* =========================================================
kv
========================================================= */
.kv {
  position: relative;
  margin-top: -113px;
}

@media (max-width: 767px) {
  .kv {
    margin-top: -70px;
  }
}

.kv .slick-slide::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to bottom, #000 0, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 500px;
  opacity: .5;
}

.kv .photo {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .kv .photo {
    object-fit: cover;
    height: 667px;
  }
}

.kvMovie {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 870px;
}

@media (max-width: 767px) {
  .kvMovie {
    height: 667px;
  }
}

.kv .textBlock {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  z-index: 1;
  width: 1240px;
  margin: 0 auto;
  color: #fff;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .kv .textBlock {
    max-width: 94%;
  }
}

@media (max-width: 767px) {
  .kv .textBlock {
    top: 22%;
    left: 0;
    border-radius: 0 0 5px 5px;
    width: 100%;
    padding: 0 5%;
    color: #fff;
  }
}

.kvTitle {
  margin: 0 0 20px;
  letter-spacing: -.075em;
  line-height: 1.4;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 5rem;
  font-weight: 200;
}

@media screen and (max-width: 1500px) {
  .kvTitle {
    font-size: 3.5vw;
  }
}

@media (max-width: 767px) {
  .kvTitle {
    margin: 0 0 10px;
    font-size: 3.3rem;
  }
}

.kvLead {
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .kvLead {
    font-size: 1.2rem;
  }
}

.kv .slick-dots {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
}

@media (max-width: 767px) {
  .kv .slick-dots {
    top: auto;
    bottom: 30px;
    flex-direction: row;
  }
}

.kv .slick-dots li {
  display: list-item;
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0;
}

.kv .slick-dots li::before {
  content: '';
  position: relative;
  display: block;
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #fff;
  width: 6px;
  height: 6px;
  margin: auto;
}

.kv .slick-dots li.slick-active svg.demo {
  visibility: visible;
  opacity: 1;
}

.kv .slick-dots li.slick-active circle.demo {
  animation: demo_kururi ease 7s 1;
  animation-fill-mode: forwards;
}

.kv .scrollBtn {
  position: absolute;
  bottom: 30px;
  left: 25px;
  z-index: 2;
  height: 150px;
  font-size: 1.2rem;
  margin: auto;
  color: #fff;
  writing-mode: vertical-rl;
}

@media (max-width: 767px) {
  .kv .scrollBtn {
    left: 0;
    right: 0;
    top: auto;
    bottom: 90px;
    height: auto;
    width: 20px;
    text-align: center;
  }
}

.kv .scrollBtn a {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

.kv .scrollBtn span {
  display: block;
  background: #fff;
  width: 1px;
  height: 100px;
  margin: 0 auto 10px;
}

@media (max-width: 767px) {
  .kv .scrollBtn span {
    background: #fff;
    height: 63px;
  }
}

svg.demo {
  opacity: 0;
  visibility: hidden;
  display: block;
  width: 30px;
}

circle.demo {
  fill: none;
  stroke: #fff;
  stroke-width: 4px;
  stroke-dasharray: 314;
}

@keyframes demo_kururi {
  from {
    stroke-dashoffset: 314;
  }
  to {
    stroke-dashoffset: 0;
  }
}

.youtube {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
}

@media (max-width: 767px) {
  .youtube {
    height: 400px;
  }
  .youtube .scrollBtn {
    display: none;
  }
}

.youtube .textBlock {
  top: 20%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  /*境界線の打ち消し*/
}

.kv .movie {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 870px;
}

@media (max-width: 767px) {
  .kv .movie {
    height: 500px;
  }
}

/* =========================================================
beginner
========================================================= */
.beginner {
  background: url("../img/top/bg_beginner.jpg") no-repeat center/cover;
}

@media (max-width: 767px) {
  .beginner {
    background: url("../img/top/bg_beginner_sp.jpg") no-repeat center/cover;
  }
}

.beginner .wrapper {
  text-align: center;
}

/* =========================================================
feature
========================================================= */
.feature {
  margin: 50px 0 0;
}

@media (max-width: 767px) {
  .feature {
    margin: 0;
  }
}

.feature .wrapper {
  position: relative;
  padding-left: 730px;
}

@media (max-width: 1024px) {
  .feature .wrapper {
    padding-left: 0;
  }
}

.feature .wrapper .photoL {
  position: absolute;
  top: 100px;
  left: -130px;
  width: 780px;
  height: calc(100% - 200px);
}

@media (max-width: 1024px) {
  .feature .wrapper .photoL {
    display: none;
  }
}

.feature .wrapper .photoL img {
  width: 100%;
  height: 100%;
}

.feature .wrapper .secTitle01 {
  margin: -10px 0 45px;
}

@media (max-width: 767px) {
  .feature .wrapper .secTitle01 {
    margin: 0 0 30px;
    text-align: center;
  }
}

.feature .wrapper .secTitle02 {
  position: absolute;
  top: 250px;
  left: 720px;
  margin: 0;
  writing-mode: vertical-rl;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .feature .wrapper .secTitle02 {
    left: 0;
    top: 190px;
  }
}

@media (max-width: 767px) {
  .feature .wrapper .secTitle02 {
    left: 0;
    top: 190px;
    line-height: 1;
  }
}

.feature .wrapper .bg01 {
  position: absolute;
  right: -40px;
  bottom: 180px;
}

@media (max-width: 767px) {
  .feature .wrapper .bg01 {
    bottom: auto;
    top: -30px;
    right: -50px;
    width: 234px;
  }
}

.featureList {
  margin-left: 140px;
}

@media (max-width: 767px) {
  .featureList {
    display: block;
    margin-left: 40px;
    padding-left: 10px;
  }
}

.featureList li {
  border-bottom: 1px solid #C8BC9D;
  padding-bottom: 30px;
  margin: 0 0 30px;
}

@media (max-width: 767px) {
  .featureList li {
    border-bottom: none;
    width: 100%;
    margin: 0 0 24px;
    padding-bottom: 0;
  }
}

.featureList li a {
  display: block;
  padding-right: 50px;
  text-decoration: none;
  color: inherit;
}

@media (min-width: 768px) {
  .featureList li a:hover .icon_arrow {
    right: -55px;
  }
}

@media (max-width: 767px) {
  .featureList li a {
    padding-right: 0;
  }
}

.featureList li .photo {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .featureList li .photo {
    margin: 0 0 15px;
  }
}

.featureList li .photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.featureList li h3 {
  position: relative;
  margin: 0 0 5px;
  color: #A72A2E;
  font-weight: 600;
  font-size: 2rem;
}

@media (max-width: 767px) {
  .featureList li h3 {
    font-size: 1.6rem;
  }
}

.featureList li h3 .icon_arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -50px;
  margin: auto;
}

@media (max-width: 767px) {
  .featureList li h3 .icon_arrow {
    bottom: .6em;
    right: 0;
  }
}

/* =========================================================
course
========================================================= */
.course {
  margin: -30px 0 0;
}

@media (max-width: 767px) {
  .course {
    margin-top: -70px;
  }
}

.course .textBlock {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  width: 30%;
  margin: auto;
  text-align: center;
}

@media (max-width: 767px) {
  .course .textBlock {
    position: static;
    width: 100%;
  }
}

.course .textBlock .secTitle01 {
  margin-top: -10px;
  margin-bottom: 30px;
}

.course .textBlock .secTitle02 {
  white-space: nowrap;
}

@media (max-width: 767px) {
  .course .textBlock .btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.courseList {
  gap: 40px 60px;
  margin: 0;
}

@media (max-width: 767px) {
  .courseList {
    display: block;
    margin: 40px 10px 0;
  }
}

.courseList .listItem + .listItem {
  margin-top: 0;
}

.courseList .listItem:nth-child(2) {
  grid-column-start: 3;
}

.courseList .listItem a {
  min-height: 535px;
}

@media (max-width: 767px) {
  .courseList .listItem a {
    min-height: 0;
  }
}

.courseList .listItem a .secTitle05 {
  height: 3em;
  line-height: 1.5;
}

.courseList .listItem a p.pc {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .courseList .listItem a p.pc {
    display: -webkit-box;
  }
}

@media (max-width: 767px) {
  .courseList .listItem a .tag {
    margin-bottom: 0;
  }
}

.courseList .listItem a .icon_arrow {
  right: 30px;
}

@media (min-width: 768px) {
  .courseList .listItem a:hover .icon_arrow {
    right: 25px;
  }
}

.courseList .slick-list {
  overflow: visible;
}

@media (max-width: 767px) {
  .courseList .slick-slide {
    margin: 0 10px;
  }
}

/* =========================================================
instructor
========================================================= */
.instructor {
  margin-top: -50px;
}

@media (max-width: 767px) {
  .instructor {
    margin-top: -20px;
  }
}

.instructor .wrapper {
  position: relative;
}

@media (max-width: 767px) {
  .instructor .wrapper .secTitle01,
  .instructor .wrapper .secTitle02 {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .instructor .wrapper .textBlock {
    text-align: center;
  }
}

.instructor .wrapper .bg01 {
  position: absolute;
  right: -40px;
  bottom: 180px;
}

@media (max-width: 767px) {
  .instructor .wrapper .bg01 {
    bottom: auto;
    top: 60px;
    right: -60px;
    width: 234px;
  }
}

.instructor .wrapper .photoSList {
  position: absolute;
  right: 0;
  bottom: 100px;
}

.instructor .wrapper .photoSList li + li {
  margin-top: 30px;
}

.instructorList {
  display: flex;
  gap: 60px;
  margin-top: 165px;
}

@media screen and (max-width: 1500px) {
  .instructorList {
    gap: 4.5vw;
  }
}

@media (max-width: 767px) {
  .instructorList {
    display: block;
    margin: 40px 10px;
  }
  .instructorList .slick-track {
    display: flex;
  }
  .instructorList .slick-list {
    overflow: visible;
  }
}

.instructorList .listItem {
  width: 100%;
}

@media (min-width: 768px) {
  .instructorList .listItem:nth-child(2) {
    margin-top: -165px;
  }
  .instructorList .listItem:nth-child(3) {
    margin-top: -330px;
  }
  .instructorList .listItem:nth-child(4) {
    margin-top: -495px;
  }
}

@media (max-width: 767px) {
  .instructorList .listItem {
    margin: 0 10px;
  }
}

.instructorList .listItem.slick-slide {
  height: auto !important;
}

.instructorList .listItem a {
  display: block;
  text-decoration: none;
  color: inherit;
}

@media (min-width: 768px) {
  .instructorList .listItem a:hover .icon_arrow {
    margin-right: -5px;
  }
}

@media (max-width: 767px) {
  .instructorList .listItem a {
    background: #fff;
    height: 100%;
    padding: 30px 20px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  }
}

.instructorList .listItem .photo {
  margin: 0 0 15px;
}

@media (max-width: 767px) {
  .instructorList .listItem .photo {
    overflow: hidden;
    height: 50vw;
    margin: -30px -20px 15px;
  }
}

.instructorList .listItem .photo img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .instructorList .listItem .photo img {
    height: 100%;
    object-fit: cover;
  }
}

.instructorList .listItem h4 {
  position: relative;
  margin: 0 0 5px;
  color: #000;
}

@media (max-width: 767px) {
  .instructorList .listItem h4 {
    margin: 0 0 5px;
  }
}

.instructorList .listItem h4 small {
  display: block;
  line-height: 1.2;
  font-size: .7em;
}

.instructorList .listItem h4 .icon_arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}

.instructorList .listItem h5 {
  margin-top: 5px;
}

@media (min-width: 768px) {
  .instructor .btn {
    margin: 0px 0 10px;
  }
}

@media (max-width: 767px) {
  .instructor .btn {
    margin-bottom: 0;
  }
}

/* =========================================================
school
========================================================= */
.school {
  position: relative;
  max-width: 1500px;
  margin: 50px auto 20px;
}

@media (max-width: 767px) {
  .school {
    width: 100%;
    margin: -20px 0 0;
  }
}

.school .textBlock {
  position: absolute;
  inset: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  width: 620px;
  height: 620px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .school .textBlock {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    width: 100%;
    height: 500px;
  }
}

.school .textBlock .leadText {
  text-align: center;
}

@media (max-width: 767px) {
  .school .textBlock .btn a {
    width: 255px;
    margin: 0 auto;
  }
}

.schoolPhotoList {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 767px) {
  .schoolPhotoList {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, 1fr);
    gap: 4vw;
    margin: 0 5%;
  }
}

.schoolPhotoList > li:first-child {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}

@media (max-width: 767px) {
  .schoolPhotoList > li:first-child {
    grid-column: 1 / 3;
    grid-row: 4 / 6;
  }
}

@media (max-width: 767px) {
  .schoolPhotoList > li:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }
}

@media (max-width: 767px) {
  .schoolPhotoList > li:nth-child(3) {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }
}

@media (max-width: 767px) {
  .schoolPhotoList > li:nth-child(5) {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
  }
}

@media (max-width: 767px) {
  .schoolPhotoList > li:nth-child(6) {
    grid-column: 1 / 2;
    grid-row: 6 / 7;
  }
}

@media (max-width: 767px) {
  .schoolPhotoList > li:nth-child(8) {
    grid-column: 2 / 3;
    grid-row: 6 / 7;
  }
}

.schoolPhotoList > li:last-child {
  grid-column: 4 / 6;
  grid-row: 2 / 4;
}

@media (max-width: 767px) {
  .schoolPhotoList > li:last-child {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
  }
}

.schoolPhotoList > li img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* =========================================================
news
========================================================= */
@media (max-width: 767px) {
  .news {
    margin-bottom: 70px;
  }
}

.news .wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .news .wrapper {
    display: block;
    padding-bottom: 90px !important;
  }
}

.news .textBlock {
  width: 440px;
  padding-left: 60px;
}

@media (max-width: 767px) {
  .news .textBlock {
    width: 100%;
    padding-left: 0;
  }
}

.news .textBlock .flexBox {
  display: flex;
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .news .textBlock .flexBox {
    display: block;
  }
}

@media (max-width: 767px) {
  .news .textBlock .newsTitle01 {
    text-align: center;
  }
}

.news .textBlock .newsTitle02 {
  writing-mode: vertical-rl;
  margin-left: 30px;
}

@media (max-width: 767px) {
  .news .textBlock .newsTitle02 {
    writing-mode: horizontal-tb;
    margin-left: 0;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .news .textBlock .btn {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .news .textBlock .btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.news .tabWrap {
  overflow: hidden;
  width: 100%;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
}

@media (max-width: 767px) {
  .news .tabWrap {
    overflow: visible;
    margin-left: 0;
    padding-left: 0;
  }
}

.news .tabList {
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .news .tabList {
    justify-content: center;
  }
}

.newsList {
  margin: 0 -30px;
}

@media (max-width: 767px) {
  .newsList {
    margin: 0 10px;
  }
}

.newsList .slick-list {
  overflow: visible;
}

.newsList .listItem {
  position: relative;
  margin: 0 30px;
}

@media (max-width: 767px) {
  .newsList .listItem {
    margin: 0 10px;
  }
}

.newsList .listItem a {
  position: relative;
  display: block;
  padding-bottom: 20px;
  text-decoration: none;
}

@media (min-width: 768px) {
  .newsList .listItem a:hover .icon_arrow {
    right: 0;
  }
}

.newsList .listItem .photo {
  height: 232px;
  margin: 0 0 25px;
}

@media (max-width: 767px) {
  .newsList .listItem .photo {
    height: 50vw;
    margin: 0 0 15px;
  }
}

.newsList .listItem .photo img {
  width: 100%;
  height: 100%;
}

.newsList .listItem .dateCat {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.3rem;
}

.newsList .listItem .dateCat .cat::before {
  content: '-';
  display: inline-block;
  margin: 0 10px;
}

.newsList .listItem .title {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 3.5em;
  width: calc(100% - 2em);
  margin: 5px 0;
}

@media (max-width: 767px) {
  .newsList .listItem .title {
    margin: 5px 0 0;
  }
}

.newsList .listItem .icon_arrow {
  position: absolute;
  bottom: 65px;
  right: 5px;
}

@media (max-width: 767px) {
  .newsList .listItem .icon_arrow {
    bottom: 25px;
  }
}

.newsList .slick-counter {
  display: none;
  position: absolute;
  top: -52px;
  right: -7.5%;
  width: 100px;
  text-align: center;
}

@media (max-width: 767px) {
  .newsList .slick-counter {
    display: none;
  }
}

@media (min-width: 768px) {
  .newsList .slick-dots {
    display: flex;
    margin: 50px 30px 0;
  }
  .newsList .slick-dots li {
    width: 100%;
    margin: 0;
  }
  .newsList .slick-dots li button {
    background: #A72A2E;
    border-radius: 0;
    height: 2px;
  }
  .newsList .slick-dots .slick-active ~ li button {
    background: #fff;
  }
  .newsList .slick-dots li.slick-active button {
    position: relative;
    background: #fff;
  }
  .newsList .slick-dots li.slick-active button::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #A72A2E;
    height: 100%;
    animation: progress ease 4s 1;
    animation-fill-mode: forwards;
  }
}

@keyframes progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

/*# sourceMappingURL=map/top.css.map */
