@charset "UTF-8";
/* color */
/* font */
*, *:before, *:after {
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  margin: 0;
  outline: 0;
  padding: 0;
  color: inherit;
  font-size: 100%;
  font: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

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

audio, canvas, video {
  display: inline-block;
}

body {
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

br, hr {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

svg, img, input, button, textarea, select {
  vertical-align: top;
}

input, button, textarea, select {
  background: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input::-ms-clear {
  visibility: hidden;
}

input::-ms-reveal {
  visibility: hidden;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

input[type="search"]:focus {
  outline-offset: -2px;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

textarea {
  resize: none;
}

::-webkit-input-placeholder {
  color: #bbbbbb;
}

::-moz-placeholder {
  color: #bbbbbb;
}

:-ms-input-placeholder {
  color: #bbbbbb;
}

:root, html, body {
  width: 100%;
  height: 100%;
  background-color: transparents;
  font-family: Hiragino Sans,"ヒラギノ角ゴシック","ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,'Noto Sans JP',sans-serif;
  color: #242626;
  letter-spacing: 0.02em;
  font-size: 14px;
  line-height: 1;
  background: url(../img/bg.jpg) repeat;
  background-size: 160px 160px;
}

*::-moz-selection {
  background-color: #20604F;
  color: #fff;
}

*::selection {
  background-color: #20604F;
  color: #fff;
}

a {
  text-decoration: none;
  transition: 0.5s;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* color */
/* font */
header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  background: #fff;
  z-index: 800;
}

header .hd_logo {
  display: block;
  text-align: center;
}

header .hd_logo span {
  display: inline-block;
  color: #20604F;
  font-family: "Noto Serif JP", serif;
}

header .hd_logo img {
  display: inline-block;
}

header .hd_links_beginner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.4em;
  background: #E1E5E4;
  text-align: center;
  line-height: 1.5;
  transition: 0;
}

header .hd_links_reserve {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.5em;
  background: #20604F;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  transition: 0;
}

.hd_btn {
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #20604F;
  cursor: pointer;
  z-index: 950;
}

.hd_btn span {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: 0.5s;
  font-family: "Bellefair", serif;
  font-size: 14px;
}

.hd_btn.active > span {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.hd_btn.active:before {
  -webkit-transform: translate(0%, -5px) rotate(30deg);
  transform: translate(0%, -5px) rotate(30deg);
  width: 101.4%;
}

.hd_btn.active:after {
  -webkit-transform: translate(0%, 5px) rotate(-30deg);
  transform: translate(0%, 5px) rotate(-30deg);
  width: 101.4%;
}

.hd_btn:before {
  content: "";
  position: absolute;
  left: 0px;
  display: block;
  width: 100%;
  height: 1px;
  background: #20604F;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition: 0.5s;
}

.hd_btn:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 0px;
  display: block;
  width: 100%;
  height: 1px;
  background: #20604F;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition: 0.5s;
}

.gnav_veil {
  position: fixed;
  top: 0%;
  left: 0%;
  display: block;
  width: 90%;
  /*height:100vh;*/
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  border-right: 1px solid #fff;
  z-index: 750;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: 0.3s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  pointer-events: none;
}

.gnav_veil.active {
  width: 100%;
  left: 0px;
  -webkit-transform: scale(1);
  transform: scale(1);
  border: none;
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: 2s;
  transition-timing-function: ease;
  pointer-events: auto;
}

.gnav_content {
  position: fixed;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  top: 0px;
  left: 90px;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  /* height: 100vh; */
  height: 100%;
  background: #20604f;
  z-index: 750;
  transition: 0.5s;
  pointer-events: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.gnav_content:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -75px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 500px;
  height: 500px;
  display: block;
  background: transparent;
  border: 250px solid #20604F;
  border-radius: 50%;
  transition: 1.5s;
  transition-delay: 0.3s;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 751;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.gnav_content.opacity {
  background: rgba(32, 96, 79, 0.96);
}

.gnav_content.active {
  left: 104px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: 1s;
  pointer-events: auto;
}

.gnav_content.active:before {
  border-width: 0px;
}

.gnav_content > nav {
  height: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: 0.7s;
}

.gnav_content > nav.active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.gnav_content_main {
  margin-bottom: 64px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}

.gnav_content_main li {
  margin-bottom: 40px;
  font-size: 20px;
}

.gnav_content_main li:last-child {
  margin-bottom: 0px;
}

.gnav_content_sub {
  color: #fff;
}

.gnav_content_sub li {
  margin-bottom: 20px;
  font-size: 14px;
}

.gnav_content_sub li:last-child {
  margin-bottom: 0px;
}

/* color */
/* font */
footer {
  padding-top: 230px;
  padding-bottom: 104px;
}

footer .inner {
  position: relative;
  z-index: 3;
}

footer .img_leaves {
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 2;
}

footer .img_flower {
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 2;
}

footer .ft_contents {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-top: 0.5px solid #fff;
  padding-top: 80px;
}

footer .ft_contents_links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: flex-left;
  justify-content: flex-left;
  -ms-flex-align: center;
  align-items: center;
}

footer .ft_contents_links .ft_logo {
  display: block;
  width: 142px;
}

footer .ft_contents_links .ft_logo span {
  display: inline-block;
  margin-bottom: 10px;
  font-family: "Noto Serif JP", serif;
  color: #20604F;
  font-size: 12px;
}

footer .ft_contents_links .ft_nav {
  margin-left: 64px;
  padding-top: 22px;
}

footer .ft_contents_links .ft_nav a {
  display: inline-block;
}

footer .ft_contents_links .ft_nav a + a {
  margin-left: 40px;
}

footer .ft_contents_links .ft_sns a {
  display: inline-block;
  color: #ccc;
  width: 30px;
}

footer .ft_contents_links .ft_sns a + a {
  margin-left: 24px;
  width: 27px;
}

footer .ft_contents_copyright small {
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
}

/* color */
/* font */
/* kv */
.top_kv {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.top_kv .inner {
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  height: 100%;
  min-width: 1080px;
  width: 85%;
}

.top_kv_svg {
  position: absolute;
}

/* イントロ */
.top_intro {
  position: relative;
  padding-top: 240px;
}

.top_intro_img {
  position: relative;
  width: 520px;
  margin: 0 auto;
}

.top_intro_img > img {
  position: relative;
  z-index: 10;
  transition: 0.2s;
  transition-timing-function: ease-out;
}

.top_intro_img .copy {
  position: absolute;
  z-index: 15;
}

.top_intro_img .leaves {
  position: absolute;
  z-index: 5;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: 0.6s;
  transition-timing-function: ease-out;
}

.top_intro_img .flower {
  position: absolute;
  z-index: 5;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: 0.6s;
  transition-timing-function: ease-out;
}

/* about */
.top_about {
  margin-top: 193px;
}

.top_about_content {
  position: relative;
}

.top_about_content_img {
  position: absolute;
  z-index: 3;
  transition: 0.3s;
  transition-timing-function: ease-out;
}

.top_about_content_txt {
  position: relative;
  z-index: 2;
  margin-right: 0px;
  margin-left: auto;
  padding: 80px 72px 72px 120px;
}

.top_about_content_txt .ttl_en {
  pointer-events: none;
}

/* curriculum */
.top_curriculum_content {
  position: relative;
}

.top_curriculum_content_img {
  position: absolute;
  z-index: 3;
  transition: 0.3s;
  transition-timing-function: ease-out;
}

.top_curriculum_content_txt {
  position: relative;
  z-index: 2;
  margin-right: auto;
}

/* beginners */
.top_beginners_content {
  position: relative;
}

.top_beginners_content_img {
  position: absolute;
  width: 100%;
  transition: 0.3s;
  transition-timing-function: ease-out;
}

.top_beginners_content_txt {
  position: relative;
  z-index: 2;
  margin-left: auto;
}

/* photo gallery */
.top_photo .ttl {
  text-align: center;
}

.top_photo .ttl > h2 {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
}

.top_photo .ttl > h2 span {
  position: absolute;
  font-family: "Tangerine", cursive;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  color: #20604F;
  padding-left: 0.4em;
  margin-left: -0.4em;
}

.top_photo_contents {
  position: relative;
}

.top_photo_contents .slider_control {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.top_photo_contents .slider_control .slider_prev,
.top_photo_contents .slider_control .slider_next {
  position: absolute;
  top: 0px;
  width: 100px;
  height: 100%;
  background: #20604F;
  z-index: 501;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  pointer-events: none;
  transition: 0.4s;
}

.top_photo_contents .slider_control .slider_prev.visible,
.top_photo_contents .slider_control .slider_next.visible {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  pointer-events: auto;
}

.top_photo_contents .slider_control .slider_prev {
  left: 0px;
}

.top_photo_contents .slider_control .slider_next {
  right: 0px;
}

.top_photo_contents .slider_arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 auto;
  z-index: 506;
  pointer-events: none;
}

.top_photo_contents .slider_arrow .slick-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  transition: 0.5s;
}

.top_photo_contents .slider_arrow .slick-arrow.prev {
  right: -80px;
}

.top_photo_contents .slider_arrow .slick-arrow.next {
  left: -80px;
}

.top_photo_contents .slider_arrow .slick-arrow.slick-disabled {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.top_photo_contents .slider_item {
  position: relative;
  z-index: 5;
  /* .mask {
        position: absolute;
        top:0px;
        left:0px;
        width:100%;
        height:100%;
        display:block;
        background: $base_green;
        opacity:0.4;
        transition: 0.5s;
      } */
  /* current slider */
}

.top_photo_contents .slider_item.slick-current {
  position: relative;
}

.top_photo_contents .slider_item.slick-current .mask {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  pointer-events: none;
}

.top_contact {
  margin-top: 220px;
}

.top_contact_message {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  text-align: center;
  line-height: 2.25;
}

.top_contact_info {
  margin-top: 56px;
}

.top_contact_info dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  width: 240px;
  margin: 0 auto 12px;
}

.top_contact_info dl:last-child {
  margin-bottom: 0px;
}

.top_contact_info dl dt {
  width: 60px;
  font-size: 18px;
  font-family: "Bellefair", serif;
  text-align: right;
}

.top_contact_info dl dd {
  width: 160px;
  font-size: 14px;
}

/* color */
/* font */
#contents {
  width: 100%;
}

.inner {
  width: 1080px;
  margin: 0 auto;
}

.js-fadein {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: 2s;
  -webkit-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

.js-fadein.fadein {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

/*  frame */
.top_frametext {
  position: relative;
  display: block;
  z-index: 2;
  width: 440px;
  border: 4px solid #fff;
  transition: 1s;
}

.top_frametext:hover {
  background-color: rgba(32, 96, 79, 0.08);
}

.top_frametext .ttl {
  margin-bottom: 48px;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
}

.top_frametext .ttl_en {
  position: absolute;
  font-size: 50px;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  color: #20604F;
  font-family: "Tangerine", cursive;
}

.top_frametext .disc {
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 2.14286;
  letter-spacing: 0.02em;
}

.top_frametext .more {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #20604F;
  font-family: "Bellefair", serif;
}

.top_frametext .more:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -2px;
  height: 1px;
  width: 100%;
  background-color: #20604F;
}

/* ------------------
main visual
------------------ */
.base_mv {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 1080px;
  height: 100vh;
  margin-bottom: 160px;
  overflow: hidden;
}

.base_mv_img {
  width: 75%;
  -ms-flex-order: 2;
  order: 2;
  background: url(../img/curriculum/mv.jpg) no-repeat center right;
  background-size: cover;
}

.base_mv_scroll {
  position: absolute;
}

.base_mv_scroll .bar {
  position: absolute;
  width: 1px;
  height: 100%;
  background: #fff;
}

.base_mv_scroll .point {
  position: absolute;
  border-radius: 50%;
  background: #fff;
  -webkit-animation: 3s shizuku ease-in infinite;
  animation: 3s shizuku ease-in infinite;
}

.base_mv_scroll .point:before {
  content: '';
  position: absolute;
  border: 5px solid transparent;
  border-bottom: 13px solid #fff;
  border-radius: 2px;
  -webkit-animation: 3s shizuku02 ease-in infinite;
  animation: 3s shizuku02 ease-in infinite;
}

@-webkit-keyframes shizuku {
  0% {
    -webkit-transform: translate(0px, 0%) scale(0.1);
    transform: translate(0px, 0%) scale(0.1);
  }
  20% {
    -webkit-transform: translate(0px, 0%) scale(0.1);
    transform: translate(0px, 0%) scale(0.1);
  }
  35% {
    -webkit-transform: translate(0px, 0%) scale(0.8);
    transform: translate(0px, 0%) scale(0.8);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  58% {
    -webkit-transform: translate(0px, 10px) scale(0.8);
    transform: translate(0px, 10px) scale(0.8);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  75% {
    -webkit-transform: translate(0px, 25px) scale(1);
    transform: translate(0px, 25px) scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  88% {
    -webkit-transform: translate(0px, 100px) scale(1);
    transform: translate(0px, 100px) scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  95% {
    -webkit-transform: translate(0px, 100px) scale(1);
    transform: translate(0px, 100px) scale(1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate(0px, 0%) scale(0.4);
    transform: translate(0px, 0%) scale(0.4);
  }
}

@keyframes shizuku {
  0% {
    -webkit-transform: translate(0px, 0%) scale(0.1);
    transform: translate(0px, 0%) scale(0.1);
  }
  20% {
    -webkit-transform: translate(0px, 0%) scale(0.1);
    transform: translate(0px, 0%) scale(0.1);
  }
  35% {
    -webkit-transform: translate(0px, 0%) scale(0.8);
    transform: translate(0px, 0%) scale(0.8);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  58% {
    -webkit-transform: translate(0px, 10px) scale(0.8);
    transform: translate(0px, 10px) scale(0.8);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  75% {
    -webkit-transform: translate(0px, 25px) scale(1);
    transform: translate(0px, 25px) scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  88% {
    -webkit-transform: translate(0px, 100px) scale(1);
    transform: translate(0px, 100px) scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  95% {
    -webkit-transform: translate(0px, 100px) scale(1);
    transform: translate(0px, 100px) scale(1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate(0px, 0%) scale(0.4);
    transform: translate(0px, 0%) scale(0.4);
  }
}

@-webkit-keyframes shizuku02 {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  35% {
    top: -0px;
    border-bottom: 0px solid #fff;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  58% {
    top: -14px;
    border-bottom: 13px solid #fff;
  }
  75% {
    top: -14px;
    border-bottom: 13px solid #fff;
  }
  88% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  95% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    top: -14px;
    border-bottom: 13px solid #fff;
  }
}

@keyframes shizuku02 {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  35% {
    top: -0px;
    border-bottom: 0px solid #fff;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  58% {
    top: -14px;
    border-bottom: 13px solid #fff;
  }
  75% {
    top: -14px;
    border-bottom: 13px solid #fff;
  }
  88% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  95% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    top: -14px;
    border-bottom: 13px solid #fff;
  }
}

.base_mv_scroll .label {
  position: absolute;
  top: 0px;
  color: #fff;
  font-family: "Bellefair", serif;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.base_mv_ttl {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25%;
  -ms-flex-order: 1;
  order: 1;
  text-align: center;
}

.base_mv_ttl h1 {
  font-size: 32px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.25em;
  font-family: "Noto Serif JP", serif;
}

.base_mv_ttl span {
  position: absolute;
  left: 50%;
  bottom: 25px;
  width: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-family: "Tangerine", cursive;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  color: #20604F;
}

/* ----------------------
lead txt
----------------------- */
.base_lead {
  margin-bottom: 104px;
}

.base_lead_txt {
  position: relative;
  width: 100%;
  padding: 84px 150px;
  border-top: 4px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
}

.base_lead_txt p {
  margin-bottom: 1em;
}

.base_lead_txt p:last-child {
  margin-bottom: 0px;
}

.base_lead_txt:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 3px;
  left: 0px;
}

/* ----------------------
lead txt
----------------------- */
.base_subnavi ul {
  text-align: center;
}

.base_subnavi ul li {
  display: inline-block;
  padding: 4px 0px 4px 24px;
}

.base_subnavi ul li + li {
  border-left: 0.5px solid #20604F;
  margin-left: 24px;
}

.base_subnavi ul li a {
  display: inline-block;
  color: #20604F;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
}

/* ----------------------
base contents
----------------------- */
.base_contents {
  margin-top: 104px;
}

/* ----------------------
base 2column
----------------------- */
.base_col2_txt .ttl {
  font-size: 24px;
  line-height: 1.66667;
  font-family: "Noto Serif JP", serif;
}

.base_col2_txt .txt {
  margin-top: 40px;
  font-size: 14px;
  line-height: 2.14286;
}

.base_col2.right .base_col2_img {
  -ms-flex-order: 1;
  order: 1;
}

.base_col2.right .base_col2_txt {
  -ms-flex-order: 2;
  order: 2;
}

.base_col2.left .base_col2_img {
  -ms-flex-order: 2;
  order: 2;
}

.base_col2.left .base_col2_txt {
  -ms-flex-order: 1;
  order: 1;
}

/* ----------------------
base link
----------------------- */
.base_link {
  position: relative;
  color: #20604F;
}

.base_link:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0px;
  display: block;
  width: 100%;
  height: 1px;
  background: #20604F;
}

/* ------------------
base simpletitle 
------------------ */
.base_simple_ttl {
  text-align: center;
  font-family: "Noto Serif JP", serif;
}

/* ----------------------
base table
----------------------- */
.base_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 1px;
}

.base_table th {
  background: #E1E5E4;
  width: 280px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  vertical-align: middle;
  line-height: 2.25;
}

.base_table td {
  padding: 21px 64px;
  background: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 1.5;
}

/* ----------------------
mouse pointer
----------------------- */
.cursor-dot {
  position: fixed;
  top: 50%;
  left: 50%;
  pointer-events: none;
  border-radius: 50%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: opacity 0.5s ease-in-out, width 0.5s, height 0.5s, background-color 0.5s ease, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.3s ease-in-out, width 0.5s, height 0.5s, background-color 0.5s ease;
  transition: opacity 0.5s ease-in-out, transform 0.3s ease-in-out, width 0.5s, height 0.5s, background-color 0.5s ease, -webkit-transform 0.3s ease-in-out;
  width: 8px;
  height: 8px;
  background-color: rgba(32, 96, 79, 0.5);
  z-index: 999;
}

/* color */
/* font */
/* ----------------------
about
----------------------- */
#about .base_mv_img {
  background: url(../img/about/mv.jpg) no-repeat center right 80%;
  background-size: cover;
}

#about .base_lead_txt .ttl {
  margin-bottom: 48px;
  font-size: 24px;
  letter-spacing: 0.2em;
  text-align: center;
}

#about .base_lead_txt .txt {
  margin-bottom: 40px;
}

#about .base_lead_txt .txt:last-child {
  margin-bottom: 0px;
}

.about_contents_item {
  margin-bottom: 104px;
}

.about_contents_item:last-child {
  margin-bottom: 0px;
}

/* ----------------------
curriculum
----------------------- */
#curriculum .base_mv_img {
  background: url(../img/curriculum/mv.jpg) no-repeat center right 70%;
  background-size: cover;
}

.curriculum_contents_item {
  padding-top: 104px;
  padding-bottom: 104px;
  border-top: 1px solid #fff;
}

.curriculum_contents_item:first-of-type {
  border-top: none;
}

.curriculum_contents_item:last-child {
  padding-bottom: 0px;
}

.curriculum_contents_item .base_col2 {
  margin-bottom: 48px;
}

.curriculum_contents_item .base_table td dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 12px;
}

.curriculum_contents_item .base_table td dl:last-child {
  margin-bottom: 0px;
}

.curriculum_contents_item .base_table td dl dt {
  min-width: 64px;
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
}

.curriculum_photos {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 1080px;
  margin: 240px auto 0px;
}

.curriculum_photos_item {
  display: block;
  width: 25%;
}

.curriculum_programs {
  padding-top: 70px;
}

.curriculum_programs_txt {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  line-height: 2.25;
}

/* ----------------------
beginners
----------------------- */
#beginners .base_mv_img {
  background: url(../img/beginners/mv.jpg) no-repeat center right 70%;
  background-size: cover;
}

.beginners_contents {
  /* profile */
}

.beginners_contents_item {
  margin-bottom: 104px;
}

.beginners_contents_profile {
  border-top: 1px solid #fff;
  padding-top: 104px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
}

.beginners_contents_profile_img {
  width: 240px;
}

.beginners_contents_profile_txt {
  width: 792px;
}

.beginners_contents_profile_txt .ttl {
  margin-bottom: 36px;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.03em;
}

.beginners_contents_profile_txt .ttl span {
  display: inline-block;
  margin-left: 32px;
  font-family: "Tangerine", cursive;
  font-size: 36px;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  color: #20604F;
}

.beginners_contents_profile_txt .txt {
  font-size: 14px;
  line-height: 2.14286;
}

/* ----------------------
application
----------------------- */
#application .base_mv_img {
  background: url(../img/application/mv.jpg) no-repeat center center;
  background-size: cover;
}

.app_contents {
  /* calender */
  /* form */
}

.app_contents_item {
  margin-bottom: 78px;
}

.app_contents_item:last-child {
  margin-bottom: 0px;
}

.app_contents .app_calender_txt {
  margin-bottom: 80px;
  text-align: center;
  font-size: 16px;
  line-height: 2.25;
  font-family: "Noto Serif JP", serif;
}

.app_contents .app_calender_iframe {
  text-align: center;
}

.app_contents .app_calender_note {
  margin-top: 45px;
  text-align: center;
  font-size: 14px;
}

.app_contents .app_form {
  text-align: center;
}

/* ----------------------
privacy
----------------------- */
.privacy_contents {
  width: 800px;
  margin: 0 auto;
}

.privacy_contents_lead {
  margin-bottom: 56px;
  font-size: 14px;
  line-height: 2.14286;
}

.privacy_contents_item {
  margin-bottom: 56px;
}

.privacy_contents_item:last-child {
  margin-bottom: 0px;
}

.privacy_contents_ttl {
  margin-bottom: 24px;
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  line-height: 2.25;
}

.privacy_contents_txt {
  font-size: 14px;
  line-height: 2.14286;
}

/* ----------------------
company
----------------------- */
.company_contents {
  width: 800px;
  margin: 0 auto;
}

.company_contents .base_table th {
  width: 240px;
}

/* ----------------------
contact
----------------------- */
.contact_contents {
  width: 800px;
  margin: 0 auto;
}

.contact_contents_txt {
  font-family: "Noto Serif JP", serif;
}

.contact_contents_form iframe {
  width: 100%;
}

@media screen and (min-width: 769px), print {
  .only-pc {
    display: block !important;
  }
  .only-sp {
    display: none !important;
  }
  header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 104px;
    /*height: 100vh;*/
    height: 100%;
    padding-top: 20px;
  }
  header .hd_logo {
    width: 72px;
  }
  header .hd_logo span {
    margin-bottom: 16px;
    font-size: 12px;
  }
  header .hd_logo img {
    width: 60px;
    margin: 0 auto;
  }
  header .hd_links {
    width: 100%;
    font-size: 12px;
  }
  header .hd_links_beginner {
    width: 104px;
    max-width: 104px;
    height: 74px;
    max-height: 74px;
    font-size: 14px;
  }
  header .hd_links_reserve {
    width: 104px;
    max-width: 104px;
    height: 74px;
    max-height: 74px;
    font-size: 14px;
  }
  .hd_btn {
    bottom: auto;
    top: 45vh;
    left: 52px;
    width: 40px;
    max-width: 40px;
    height: 60px !important;
    max-height: 60px;
    padding-top: 30px;
    padding-bottom: 10px;
    font-size: 14px;
  }
  .hd_btn:before {
    top: 10px;
  }
  .gnav_content {
    overflow: hidden;
  }
  footer .img_leaves {
    width: 306px;
    top: -170px;
    right: 18px;
  }
  footer .img_flower {
    width: 190px;
    top: -47px;
    left: 140px;
  }
  footer .ft_contents_links .ft_sns {
    margin-left: 64px;
    padding-top: 22px;
  }
  footer .ft_contents_copyright {
    padding-top: 22px;
  }
  .top_kv {
    min-height: 100vh;
    background: url(../img/top/mv.jpg) no-repeat center right;
    background-size: cover;
  }
  .top_kv .base_mv_scroll {
    width: 100%;
  }
  .top_kv .base_mv_scroll .bar {
    right: auto;
    left: 0.75px;
  }
  .top_kv .base_mv_scroll .label {
    right: auto;
    left: 0.5em;
  }
  .top_kv .base_mv_scroll .point {
    right: auto;
    left: -4px;
  }
  .top_kv_svg {
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  .top_kv_svg > img {
    max-width: 264px;
  }
  .top_intro_img .copy {
    top: -135px;
    right: 66px;
    width: 68px;
  }
  .top_intro_img .leaves {
    width: 306px;
    top: 164px;
    left: -247px;
  }
  .top_intro_img .flower {
    bottom: 35px;
    right: -260px;
    width: 190px;
  }
  .top_about_content {
    padding-bottom: 174px;
  }
  .top_about_content_img {
    width: 760px;
    bottom: 0;
    left: -65px;
  }
  .top_about_content_txt .ttl_en {
    top: 50px;
    left: -208px;
  }
  .top_curriculum {
    margin-top: 104px;
  }
  .top_curriculum_content {
    padding-bottom: 102px;
  }
  .top_curriculum_content_img {
    width: 760px;
    bottom: 0;
    right: -56px;
  }
  .top_curriculum_content_txt {
    margin-left: 0px;
    padding: 80px 116px 72px 72px;
  }
  .top_curriculum_content_txt .ttl_en {
    top: 50px;
    right: -90px;
  }
  .top_beginners {
    margin-top: 200px;
  }
  .top_beginners_content {
    padding-bottom: 48px;
  }
  .top_beginners_content_img {
    bottom: 0px;
    left: 0px;
  }
  .top_beginners_content_img:before {
    position: absolute;
    top: 0px;
    right: 0px;
    content: "";
    display: block;
    width: 70%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  }
  .top_beginners_content_txt {
    margin-right: 80px;
    padding: 108px 56px 100px 60px;
  }
  .top_beginners_content_txt .ttl_en {
    right: -108px;
    bottom: 40px;
  }
  .top_photo {
    margin-top: 224px;
  }
  .top_photo .ttl > h2 span {
    top: -64px;
    left: -50px;
    font-size: 50px;
  }
  .top_photo_contents {
    margin-top: 64px;
    overflow: hidden;
  }
  .top_photo_contents .slider_arrow {
    width: 840px;
    height: 40px;
  }
  .top_photo_contents .slider_item {
    width: 840px;
  }
  .main {
    padding-left: 104px;
    min-width: 1280px;
  }
  #contents {
    display: none;
    overflow-x: hidden;
  }
  #contents.show {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transition: 1s;
  }
  .base_mv_scroll {
    left: 50%;
    bottom: 0px;
    width: 1080px;
    height: 100px;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
  .base_mv_scroll .bar {
    right: -0.5px;
    top: 0px;
  }
  .base_mv_scroll .point {
    top: 5px;
    right: -5px;
    width: 10px;
    height: 10px;
  }
  .base_mv_scroll .point:before {
    left: -0px;
    top: -14px;
    width: 10px;
    height: 10px;
  }
  .base_mv_scroll .label {
    right: -1.5em;
  }
  .base_mv_ttl span {
    font-size: 36px;
  }
  .base_col2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .base_col2_img {
    width: 600px;
  }
  .base_col2_txt {
    width: 416px;
  }
  .base_col2_txt .txt .caution {
    margin-top: 24px;
    font-size: 12px;
  }
  .base_simple_ttl {
    padding: 162px 0px;
    font-size: 32px;
  }
  #about .base_lead_txt {
    text-align: center;
  }
  .curriculum_contents_item .base_table th {
    min-width: 280px;
  }
  .curriculum_contents_item .base_table td {
    max-width: 800px;
  }
  .app_contents .app_calender_iframe {
    width: 800px;
    margin: 0 auto;
  }
  .app_contents .app_calender_iframe iframe {
    width: 100%;
    height: 600px;
  }
  .contact_contents_txt {
    margin-bottom: 80px;
    font-size: 16px;
    line-height: 2.25;
    text-align: center;
  }
}

@media screen and (max-width: 768px), print {
  .only-pc {
    display: none !important;
  }
  .only-sp {
    display: block !important;
  }
  header {
    width: 100%;
    height: 21.33333vw;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 5.33333vw 0px 3.2vw;
  }
  header .hd_logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    width: 42.66667vw;
    height: 14.93333vw;
    margin: 0px;
  }
  header .hd_logo span {
    margin-right: 4vw;
    font-size: 2.4vw;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  header .hd_logo img {
    width: 36.8vw;
  }
  header .hd_links {
    position: fixed;
    bottom: 10.66667vw;
    right: 0px;
    box-shadow: 0px 0px 20px 0px rgba(41, 51, 48, 0.2);
    transition: 2s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    pointer-events: none;
    z-index: 300;
  }
  header .hd_links.show {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    pointer-events: auto;
  }
  header .hd_links_beginner {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: 10.66667vw;
    height: 27.73333vw;
    padding-top: 0px;
    font-size: 2.66667vw;
    letter-spacing: 0.06em;
  }
  header .hd_links_beginner br {
    display: none;
  }
  header .hd_links_reserve {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: 10.66667vw;
    height: 27.73333vw;
    padding-top: 0px;
    font-size: 2.66667vw;
    letter-spacing: 0.06em;
  }
  header .hd_links_reserve br, header .hd_links_reserve .hide {
    display: none;
  }
  .hd_btn {
    position: fixed;
    top: 7.46667vw;
    left: auto;
    right: 5.33333vw;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    width: 9.6vw;
    padding-top: 4.26667vw;
  }
  .hd_btn span {
    display: inline-block;
    font-size: 3.46667vw;
  }
  .hd_btn.active:before, .hd_btn.active:after {
    transition-delay: 0.4s;
    background: #fff;
  }
  .hd_btn.active:before {
    -webkit-transform: translate(0%, -1.8vw) rotate(30deg);
    transform: translate(0%, -1.8vw) rotate(30deg);
  }
  .hd_btn.active after {
    -webkit-transform: translate(0%, 1.8vw) rotate(-30deg);
    transform: translate(0%, 1.8vw) rotate(-30deg);
  }
  .hd_btn:before {
    top: 0px;
  }
  .hd_btn:after {
    top: 1.6vw;
  }
  .gnav_veil {
    width: 100vw;
    height: 80vh;
    top: 0vw;
    left: 0%;
    -webkit-transform: translate(0vw, 0%) scale(1);
    transform: translate(0vw, 0%) scale(1);
    transition: 0.5s;
  }
  .gnav_veil.active {
    height: 100vh;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: 1s;
  }
  .gnav_content {
    width: 100%;
    height: auto;
    top: -4vw;
    left: 0px;
    z-index: 900;
    padding: 26.13333vw 25.06667vw 27.73333vw 25.06667vw;
  }
  .gnav_content:before {
    display: none;
  }
  .gnav_content.active {
    top: 0px;
    left: 0px;
  }
  .gnav_content_main li {
    margin-bottom: 8.26667vw;
    font-size: 4.53333vw;
  }
  .gnav_content_sub li {
    margin-bottom: 5.33333vw;
    font-size: 3.73333vw;
  }
  footer {
    width: 100%;
    padding-top: 37.33333vw;
    padding-left: 0px;
    padding-bottom: 21.33333vw;
    overflow: hidden;
  }
  footer .img_leaves {
    width: 41.6vw;
    top: -20.8vw;
    right: -4.26667vw;
  }
  footer .img_flower {
    width: 24vw;
    bottom: 4.26667vw;
    left: 10.4vw;
  }
  footer .ft_contents {
    display: block;
    padding-top: 16vw;
  }
  footer .ft_contents_links {
    display: block;
    margin-bottom: 21.33333vw;
  }
  footer .ft_contents_links .ft_logo {
    text-align: center;
    margin: 0 auto 12.8vw;
    width: 30.13333vw;
  }
  footer .ft_contents_links .ft_nav {
    margin-left: 0px;
  }
  footer .ft_contents_links .ft_nav a {
    width: 100%;
    margin-left: 0px !important;
    margin-bottom: 7.46667vw;
    text-align: center;
  }
  footer .ft_contents_links .ft_sns {
    margin-left: 0px;
    width: 100%;
    text-align: center;
  }
  footer .ft_contents_copyright small {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 2.66667vw;
  }
  .top_kv .base_mv_scroll {
    width: 100% !important;
    display: block;
  }
  .top_kv_svg {
    top: 16vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
  .top_kv_svg > img {
    width: 13.33333vw;
  }
  .top_intro {
    padding-top: 37.33333vw;
    padding-bottom: 32vw;
    overflow: hidden;
  }
  .top_intro_img {
    width: 100%;
    padding: 0px 15.46667vw;
  }
  .top_intro_img .copy {
    top: -19.2vw;
    right: 24vw;
    width: 10.13333vw;
  }
  .top_intro_img .leaves {
    width: 38.93333vw;
    top: -11.73333vw;
    left: -6.93333vw;
  }
  .top_intro_img .flower {
    width: 25.6vw;
    bottom: -22.66667vw;
    right: -5.6vw;
  }
  .top_about {
    margin-top: 29.86667vw;
  }
  .top_about_content_img {
    width: 76vw;
    top: -30.4vw;
    right: 0px;
  }
  .top_about_content_txt {
    padding: 24.53333vw 10.66667vw 12.8vw;
  }
  .top_about_content_txt .ttl_en {
    bottom: 6.4vw;
    right: -5.86667vw;
  }
  .top_curriculum {
    margin-top: 43.73333vw;
  }
  .top_curriculum_content_img {
    width: 76vw;
    top: -29.86667vw;
    left: 0px;
  }
  .top_curriculum_content_txt {
    padding: 24.53333vw 10.66667vw 12.8vw;
  }
  .top_curriculum_content_txt .ttl_en {
    bottom: 6.4vw;
    right: -5.86667vw;
  }
  .top_beginners {
    margin-top: 34.66667vw;
  }
  .top_beginners_content_img {
    bottom: -11.73333vw;
    left: 0px;
  }
  .top_beginners_content_img:before {
    display: none;
  }
  .top_beginners_content_txt {
    padding: 24.53333vw 10.66667vw 37.33333vw;
  }
  .top_beginners_content_txt .ttl {
    position: absolute;
    top: -20.26667vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 0 auto;
    letter-spacing: 0.1em !important;
  }
  .top_beginners_content_txt .ttl_en {
    right: -5.86667vw;
    bottom: 29.86667vw;
  }
  .top_photo {
    margin-top: 32vw;
  }
  .top_photo .ttl > h2 {
    padding-top: 14.93333vw;
    font-size: 5.06667vw;
  }
  .top_photo .ttl > h2 span {
    font-size: 12vw;
    top: 0vw;
    left: -12.26667vw;
  }
  .top_photo_contents {
    margin-top: 10.66667vw;
  }
  .top_photo_contents .slider_arrow {
    display: none;
  }
  .top_photo_contents .slider_item {
    width: 85.33333vw;
  }
  .top_contact {
    margin-top: 34.66667vw;
  }
  .top_contact_message {
    font-size: 3.73333vw;
    line-height: 2;
  }
  .top_contact_info {
    margin-top: 8.53333vw;
  }
  .top_contact_info dl {
    width: 64vw;
    margin: 0 auto 3.2vw;
  }
  .top_contact_info dl dt {
    width: 14.66667vw;
    font-size: 4.26667vw;
  }
  .top_contact_info dl dd {
    width: 46.66667vw;
    font-size: 3.46667vw;
  }
  #contents {
    display: block;
    padding-left: 0px !important;
    margin-left: 0px;
  }
  .inner {
    width: 100%;
  }
  .top_frametext {
    width: 85.33333vw;
    border: 0.8vw solid #fff;
    margin: 0 auto;
  }
  .top_frametext .ttl {
    margin-bottom: 6.4vw;
    font-size: 5.06667vw;
    letter-spacing: 0.2em;
  }
  .top_frametext .ttl_en {
    font-size: 9.86667vw;
  }
  .top_frametext .disc {
    margin-bottom: 6.4vw;
    font-size: 3.33333vw;
    line-height: 2;
  }
  .top_frametext .more {
    font-size: 3.73333vw;
  }
  .base_mv {
    display: block;
    width: 100%;
    min-width: initial;
    height: auto;
    margin-bottom: 0px;
  }
  .base_mv_img {
    width: 100%;
    height: 61.86667vw;
  }
  .base_mv_scroll {
    display: none;
    left: 0px;
    bottom: 0px;
    width: 100% !important;
    height: 24.53333vw;
    overflow: hidden;
  }
  .base_mv_scroll .bar {
    left: 11.26667vw;
    top: 0px;
  }
  .base_mv_scroll .point {
    top: 1.33333vw;
    left: 10.13333vw;
    width: 2.66667vw;
    height: 2.66667vw;
  }
  .base_mv_scroll .point:before {
    left: -0px;
    top: 2.66667vw;
    width: 2.66667vw;
    height: 2.66667vw;
  }
  .base_mv_scroll .label {
    left: 12.8vw;
  }
  .base_mv_ttl {
    width: 100%;
    height: 50.66667vw;
  }
  .base_mv_ttl h1 {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    font-size: 5.06667vw;
  }
  .base_mv_ttl span {
    width: auto;
    top: 19.73333vw;
    left: 50%;
    bottom: auto;
    font-size: 9.6vw;
    -webkit-transform: translate(0%, -100%);
    transform: translate(0%, -100%);
    text-align: left;
    padding-left: 0.4em;
    margin-left: -0.4em;
  }
  .base_lead {
    margin-bottom: 13.86667vw;
    padding: 0px 7.46667vw;
  }
  .base_lead_txt {
    padding: 12.8vw 0px;
    font-size: 3.73333vw;
    letter-spacing: 0.06em;
  }
  .base_subnavi ul {
    text-align: left;
  }
  .base_subnavi ul li {
    display: block;
    width: 100%;
  }
  .base_subnavi ul li + li {
    margin-left: 0px;
    margin-top: 6.4vw;
    border: none;
  }
  .base_subnavi ul li a {
    position: relative;
    font-size: 3.73333vw;
  }
  .base_subnavi ul li a:before {
    content: "";
    position: absolute;
    bottom: -1.6vw;
    left: 0px;
    display: block;
    width: 100%;
    height: 1px;
    background: #20604F;
  }
  .base_contents {
    margin-top: 13.86667vw;
  }
  .base_col2 {
    display: block;
  }
  .base_col2_img {
    display: block;
    width: 100%;
    height: auto;
  }
  .base_col2_img > img {
    width: 76vw;
    max-width: initial;
    height: auto !important;
    margin: auto;
  }
  .base_col2_txt {
    width: 100%;
    padding: 0 7.46667vw;
  }
  .base_col2_txt .ttl {
    margin-top: 7.46667vw;
    font-size: 5.06667vw;
  }
  .base_col2_txt .txt {
    margin-top: 5.33333vw;
    font-size: 3.46667vw;
  }
  .base_col2_txt .txt .caution {
    margin-top: 6.4vw;
    font-size: 2.66667vw;
  }
  .base_col2.right .base_col2_img > img {
    margin-left: 0px;
  }
  .base_col2.left .base_col2_img > img {
    margin-right: 0px;
  }
  .base_simple_ttl {
    padding: 21.33333vw 0px;
    font-size: 5.06667vw;
    line-height: 1.57895;
  }
  .base_table {
    margin: 0 auto;
    display: table;
    width: 100%;
  }
  .base_table tr {
    margin-bottom: 2.13333vw;
  }
  .base_table tr:last-child {
    margin-bottom: 0px;
  }
  .base_table th, .base_table td {
    display: block;
  }
  .base_table th {
    width: 100%;
    padding: 2.66667vw;
    font-size: 3.73333vw;
    letter-spacing: 0.06em;
  }
  .base_table td {
    width: 100%;
    padding: 5.33333vw 6.4vw;
    font-size: 3.46667vw;
    line-height: 1.53846;
  }
  .cursor-dot {
    display: none;
  }
  #about .base_lead_txt {
    text-align: left;
  }
  #about .base_lead_txt .ttl {
    margin-bottom: 7.46667vw;
    font-size: 5.06667vw;
    line-height: 1.57895;
  }
  #about .base_lead_txt .txt {
    margin-bottom: 7.46667vw;
  }
  .about_contents_item {
    margin-bottom: 13.86667vw;
  }
  .curriculum_contents_item {
    padding-top: 13.86667vw;
    padding-bottom: 13.86667vw;
  }
  .curriculum_contents_item .base_col2 {
    margin-bottom: 9.6vw;
  }
  .curriculum_contents_item .base_col2_img {
    display: block;
    padding: 0px 7.46667vw;
  }
  .curriculum_contents_item .base_col2_img > img {
    width: 100%;
    max-width: initial;
  }
  .curriculum_contents_item .base_table {
    width: 85.33333vw;
    margin: 0 auto;
    display: block;
  }
  .curriculum_contents_item .base_table tr, .curriculum_contents_item .base_table th, .curriculum_contents_item .base_table td {
    display: block;
  }
  .curriculum_contents_item .base_table td dl {
    display: block;
    width: 100%;
    margin-bottom: 7.46667vw;
  }
  .curriculum_contents_item .base_table td dl dt {
    width: 100%;
    margin-bottom: 3.2vw;
    font-size: 3.73333vw;
  }
  .curriculum_contents_item .base_table td dl dd {
    font-size: 3.2vw;
  }
  .curriculum_photos {
    width: 100%;
    min-width: initial;
    margin: 26.66667vw auto 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .curriculum_photos_item {
    width: 50%;
  }
  .curriculum_photos_item:nth-of-type(3) {
    -ms-flex-order: 4;
    order: 4;
  }
  .curriculum_photos_item:nth-of-type(4) {
    -ms-flex-order: 3;
    order: 3;
  }
  .curriculum_programs {
    padding: 6.4vw 7.46667vw 0px;
  }
  .curriculum_programs_txt {
    text-align: left;
    font-size: 3.73333vw;
  }
  .beginners_contents_item {
    margin-bottom: 13.86667vw;
  }
  .beginners_contents_profile {
    display: block;
    padding: 13.86667vw 7.46667vw 0px;
  }
  .beginners_contents_profile_img {
    width: 42.66667vw;
    margin: 0 auto 6.4vw;
  }
  .beginners_contents_profile_txt {
    width: 100%;
  }
  .beginners_contents_profile_txt .ttl {
    font-size: 5.06667vw;
    margin-bottom: 5.33333vw;
  }
  .beginners_contents_profile_txt .ttl span {
    margin-left: 5.33333vw;
    font-size: 9.6vw;
  }
  .beginners_contents_profile_txt .txt {
    font-size: 3.46667vw;
    line-height: 2;
  }
  .app_contents_item {
    margin-bottom: 12.8vw;
    padding: 0px 7.46667vw;
  }
  .app_contents .app_calender_txt {
    text-align: left;
    font-size: 3.73333vw;
    line-height: 2;
  }
  .app_contents .app_calender_iframe {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }
  .app_contents .app_calender_iframe iframe {
    width: 100%;
    max-width: 85.06667vw;
    height: 70vh;
  }
  .app_contents .app_calender_note {
    margin-top: 8.53333vw;
    text-align: left;
    font-size: 3.73333vw;
    line-height: 2;
  }
  .app_contents .app_form {
    width: 100%;
    margin: 0 auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .app_contents .app_form iframe {
    max-width: 100%;
    width: 100%;
    border: none;
  }
  .privacy_contents {
    width: 100%;
    padding: 0px 7.46667vw;
  }
  .privacy_contents_lead {
    margin-bottom: 10.66667vw;
    font-size: 3.46667vw;
    line-height: 2;
  }
  .privacy_contents_item {
    margin-bottom: 10.66667vw;
  }
  .privacy_contents_ttl {
    font-size: 3.73333vw;
    line-height: 2;
  }
  .privacy_contents_txt {
    font-size: 3.46667vw;
    line-height: 2;
  }
  .company_contents {
    width: 100%;
    padding: 0px 7.46667vw;
  }
  .company_contents .base_table {
    text-align: center;
  }
  .company_contents .base_table th {
    width: 100%;
  }
  .company_contents .base_table tr, .company_contents .base_table th, .company_contents .base_table td {
    display: block;
  }
  .contact_contents {
    width: 100%;
    padding: 0px 7.46667vw;
  }
  .contact_contents_txt {
    margin-bottom: 12.8vw;
    font-size: 3.73333vw;
    line-height: 2;
    text-align: left;
  }
  .contact_contents_form {
    width: vwsP(44);
    margin: 0 auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .contact_contents_form iframe {
    max-width: 100%;
    width: 100%;
    border: none;
  }
}

@media screen and (max-width: 1280px), print {
  .top_kv .inner {
    min-width: 910px;
    width: 85%;
  }
  .base_mv_scroll {
    width: 910px;
  }
}
