:root {
  --color-black: #333;
  --color-main: #006d91;
  --color-border: #cecbbd;
  --color-purple: #e4dff3;
  --color-yellow: #fdffe5;
  --font-en: 'Lexend Giga', sans-serif;
}

.animate__animated {
  opacity: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.7;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

html {
  font-size: 0.1333333333vmin;
}

body {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background: #f6f6f6;
  color: var(--color-black);
  line-height: 1.8;
  letter-spacing: 0.02em;
  min-height: 100%;
  font-size: 15px;
}

a {
  text-decoration: none;
  color: var(--color-black);
}

.pc {
  display: none;
}

p {
  line-height: 1.9;
  color: var(--color-black);
  font-size: 15px;
}

header {
  height: 160rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-logo {
  margin-left: 30rem;
  width: 370rem;
}
header .header-logo span {
  display: none;
}

footer {
  width: 86.6%;
  margin: 125px auto 0;
  padding-top: 35px;
  position: relative;
  padding-bottom: 45px;
}
footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ddd;
  position: absolute;
  top: 0;
  left: 0;
}
footer .area-footer-top .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .area-footer-top .logo a {
  display: block;
  width: 282rem;
  margin-right: 10px;
}
footer .area-footer-top .logo span {
  display: block;
  margin-top: 8px;
  font-size: 20rem;
  line-height: 1.6;
  font-weight: bold;
}
footer .area-footer-top address {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.6;
}
footer .area-footer-top a.google-map {
  font-size: 14px;
  text-decoration: underline;
}
footer .area-footer-top nav.footer-nav {
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60% 40rem 40%;
  grid-template-columns: 60% 40%;
  gap: 0 40rem;
}
footer .area-footer-top nav.footer-nav ul {
  display: -ms-grid;
  display: grid;
  gap: 15px;
}
footer .area-footer-top nav.footer-nav ul li {
  font-family: var(--font-en);
  font-size: 14px;
}
footer .area-footer-bottom {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px dotted #ccc;
}
footer .area-footer-bottom .link-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .area-footer-bottom .link-sns a {
  display: block;
  margin-right: 15px;
}
footer .area-footer-bottom img.insta {
  width: auto;
  height: 20px;
  vertical-align: middle;
}
footer .area-footer-bottom img.note {
  width: auto;
  height: 10px;
  vertical-align: middle;
}
footer .area-footer-bottom small {
  letter-spacing: 0.02em;
  display: block;
  margin-top: 40px;
  font-size: 10px;
  font-family: var(--font-en);
}

#hm::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  border: 1px solid #ddd;
  top: 0;
  left: 0;
}
#hm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  right: 30rem;
  top: 45rem;
  width: 84rem;
  height: 84rem;
  vertical-align: middle;
  text-align: center;
  z-index: 21;
  border: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

#hm-icon {
  display: block;
  position: absolute;
  top: 43rem;
  width: 40rem;
  height: 1px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#hm-icon:before,
#hm-icon:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ababab;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#hm-icon:before {
  margin-top: -2px;
}

#hm-icon:after {
  margin-top: 2px;
}

.clicked #hm {
  background: #fff;
}

#hm .close {
  background: transparent;
}

#hm .close:before,
#hm .close:after {
  margin-top: 0;
}

#hm .close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

#hm .close:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

#sp_menu {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 20;
  width: calc(100vw - 50rem);
  height: 100%;
  background-color: var(--color-purple);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#sp_menu.open {
  visibility: visible;
  right: 0;
}
#sp_menu .menu-inner {
  position: relative;
  width: 100%;
  margin-top: 100px;
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
#sp_menu .menu-inner.show {
  opacity: 1;
  right: 0;
}
#sp_menu .menu-inner nav {
  width: 480rem;
  position: relative;
  margin: 0 auto 65px;
}
#sp_menu .menu-inner nav ul {
  display: -ms-grid;
  display: grid;
  gap: 30px;
}
#sp_menu .menu-inner nav ul li a {
  display: block;
  line-height: 1;
  position: relative;
  font-family: var(--font-en);
  font-weight: 400;
  font-size: 18px;
}
#sp_menu .menu-inner a.btn-primary {
  border-color: #cbcbcb;
  margin-top: 37px;
  font-size: 14px;
  height: 65px;
  color: #333;
}
#sp_menu .menu-inner a.btn-primary::after {
  right: 25px;
}
#sp_menu .menu-inner small {
  font-family: var(--font-en);
  font-size: 10px;
  margin-left: 25px;
}

ul.breadCrumbs {
  display: none;
}

.hstyle-primary {
  margin-bottom: 60rem;
}
.hstyle-primary.show span.en span {
  clip-path: inset(0);
}
.hstyle-primary.show span.ja span {
  clip-path: inset(0);
}
.hstyle-primary span.en {
  display: block;
  font-family: var(--font-en);
  font-weight: 200;
  font-size: 84rem;
  letter-spacing: 0.06em;
  white-space: nowrap;
  line-height: 1;
  text-indent: -0.1em;
}
.hstyle-primary span.en span {
  clip-path: inset(0 100% 0 0);
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.hstyle-primary span.ja {
  letter-spacing: 0.06em;
  margin-top: 10rem;
  display: block;
  font-weight: bold;
  font-size: 26rem;
  line-height: 1.6;
}
.hstyle-primary span.ja span {
  clip-path: inset(0 100% 0 0);
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

a.btn-primary {
  background: #fff;
  color: var(--color-main);
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 90px;
  border: 1px solid var(--color-main);
  border-radius: 90px;
  font-size: 16px;
  position: relative;
}
a.btn-primary span {
  text-indent: -20rem;
}
a.btn-primary::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/arrow-small.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 40px;
}

.inner-block {
  width: 90%;
  margin: 0 auto;
}

table.style-primary {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
table.style-primary th {
  background: var(--color-main);
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  padding: 10px 2px;
  text-align: center;
}
table.style-primary td {
  padding: 10px;
  font-size: 12px;
  vertical-align: middle;
}
table.style-primary th:not(:last-child) {
  position: relative;
}
table.style-primary th:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 2px;
  background: radial-gradient(circle, #fff 1px, transparent 1px) repeat-y 100% 0;
  background-size: 2px 6px;
}
table.style-primary td:not(:last-child) {
  position: relative;
}
table.style-primary td:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 2px;
  background: radial-gradient(circle, #999 1px, transparent 1px) repeat-y 100% 0;
  background-size: 2px 6px;
}
table.style-primary tbody tr:nth-child(odd) {
  background: #e2ecdb;
}

/**********************************************************************

 * Media Query For PC

 ***********************************************************************/
@media print, screen and (min-width: 768px) {
  body {
    font-size: clamp(10.6666666667px, 1.04vw, 15px);
    letter-spacing: 0.06em;
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  p {
    font-size: clamp(10.6666666667px, 1.04vw, 15px);
    line-height: 1.9;
  }
  main {
    padding-top: clamp(81.7777777778px, 7.99vw, 115px);
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    height: clamp(81.7777777778px, 7.99vw, 115px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  header.short {
    background: rgba(246, 246, 246, 0.95);
    height: clamp(49.7777777778px, 4.86vw, 70px);
  }
  header.short .header-logo img {
    width: clamp(142.2222222222px, 13.89vw, 200px);
  }
  header.short .header-logo span {
    margin-top: clamp(7.1111111111px, 0.69vw, 10px);
  }
  header.short .area-nav {
    margin-top: 0;
  }
  header button#hm,
  header #sp_menu {
    display: none;
  }
  header .header-logo {
    width: auto;
    margin-left: max(42.6666666667px, 4.17vw);
  }
  header .header-logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .header-logo img {
    width: clamp(177.7777777778px, 17.36vw, 250px);
    margin-right: clamp(17.7777777778px, 1.74vw, 25px);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  header .header-logo span {
    margin-top: clamp(14.2222222222px, 1.39vw, 20px);
    display: block;
    font-size: 10px;
    font-weight: bold;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  header .area-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: clamp(7.1111111111px, 0.69vw, 10px);
  }
  header a.btn-contact {
    background: var(--color-main);
    color: #fff;
    height: clamp(24.8888888889px, 2.43vw, 35px);
    width: clamp(96px, 9.38vw, 135px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: clamp(12.8px, 1.25vw, 18px);
    font-size: clamp(9.9555555556px, 0.97vw, 14px);
    font-family: var(--font-en);
    margin: 0 clamp(28.4444444444px, 2.78vw, 40px) 0 0;
    font-weight: 400;
    line-height: 1;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  header a.btn-contact:hover {
    background: #fff;
    color: var(--color-main);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.03);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.03);
  }
  header nav.pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: clamp(14.2222222222px, 1.39vw, 20px);
  }
  header nav.pc ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header nav.pc ul li {
    font-family: var(--font-en);
    font-size: clamp(9.9555555556px, 0.97vw, 14px);
    margin: 0 clamp(12.8px, 1.25vw, 18px);
    letter-spacing: 0.04em;
  }
  header nav.pc ul li a {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  header nav.pc ul li a:hover {
    color: var(--color-main);
  }
  ul.breadCrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 91.6%;
    margin: clamp(7.1111111111px, 0.69vw, 10px) auto 0;
  }
  ul.breadCrumbs li {
    font-size: clamp(8.5333333333px, 0.83vw, 12px);
    font-family: var(--font-en);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  ul.breadCrumbs li a:hover {
    text-decoration: underline;
  }
  ul.breadCrumbs li:not(:last-child)::after {
    content: "";
    width: 3px;
    height: 3px;
    background: #bcbcbc;
    border-radius: 50%;
    display: inline-block;
    margin: 0 clamp(7.1111111111px, 0.69vw, 10px);
  }
  .lesson-reservation {
    position: fixed;
    top: 50%;
    right: clamp(14.2222222222px, 1.39vw, 20px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #fff;
    border: 1px solid var(--color-main);
    z-index: 1;
    font-weight: bold;
    font-size: clamp(9.9555555556px, 0.97vw, 14px);
    width: clamp(42.6666666667px, 4.17vw, 60px);
    height: clamp(170.6666666667px, 16.67vw, 240px);
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .lesson-reservation a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .lesson-reservation a:hover {
    background: var(--color-main);
    color: #fff;
  }
  .lesson-reservation a:hover::before {
    background: url("../images/icon-calendar-hover.svg") no-repeat center;
    background-size: contain;
  }
  .lesson-reservation a:hover::after {
    background: url("../images/icon-arrow-reserve-hover.png") no-repeat center;
    background-size: contain;
  }
  .lesson-reservation a::before {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    content: "";
    display: block;
    width: clamp(12.8px, 1.25vw, 18px);
    height: clamp(12.8px, 1.25vw, 18px);
    background: url("../images/icon-calendar.svg") no-repeat center;
    background-size: contain;
    margin-bottom: clamp(4.9777777778px, 0.49vw, 7px);
  }
  .lesson-reservation a::after {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    margin-top: clamp(7.1111111111px, 0.69vw, 10px);
    content: "";
    display: block;
    width: clamp(11.3777777778px, 1.11vw, 16px);
    height: clamp(11.3777777778px, 1.11vw, 16px);
    background: url("../images/icon-arrow-reserve.png") no-repeat center;
    background-size: contain;
  }
  .hstyle-primary {
    margin-bottom: 60rem;
  }
  .hstyle-primary span.en {
    font-size: clamp(51.2px, 5vw, 72px);
  }
  .hstyle-primary span.ja {
    margin-top: clamp(10.6666666667px, 1.04vw, 15px);
    font-size: clamp(17.0666666667px, 1.67vw, 24px);
  }
  a.btn-primary {
    padding: 0;
    width: clamp(234.6666666667px, 22.92vw, 330px);
    height: clamp(64px, 6.25vw, 90px);
    border-radius: clamp(117.3333333333px, 11.46vw, 165px);
    font-size: clamp(11.3777777778px, 1.11vw, 16px);
    position: relative;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  a.btn-primary span {
    text-indent: clamp(-14.2222222222px, -1.39vw, -20px);
  }
  a.btn-primary::after {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    content: "";
    display: block;
    width: clamp(8.5333333333px, 0.83vw, 12px);
    height: clamp(8.5333333333px, 0.83vw, 12px);
    background: url("../images/arrow-small.svg") no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: clamp(28.4444444444px, 2.78vw, 40px);
  }
  a.btn-primary:hover {
    background: var(--color-main);
    color: #fff;
  }
  a.btn-primary:hover::after {
    background: url("../images/arrow-small-hover.svg") no-repeat center;
    background-size: contain;
    right: clamp(24.1777777778px, 2.36vw, 34px);
  }
  footer {
    width: 91.6666666667%;
    margin: clamp(142.2222222222px, 13.89vw, 200px) auto 0;
    padding-top: clamp(35.5555555556px, 3.47vw, 50px);
    padding-bottom: clamp(28.4444444444px, 2.78vw, 40px);
  }
  footer .area-footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  footer .area-footer-top .footer-info {
    width: auto;
  }
  footer .area-footer-top .logo a {
    display: block;
    width: clamp(152.8888888889px, 14.93vw, 215px);
    margin-right: clamp(14.2222222222px, 1.39vw, 20px);
  }
  footer .area-footer-top .logo span {
    margin-top: clamp(10.6666666667px, 1.04vw, 15px);
    font-size: 10px;
  }
  footer .area-footer-top address {
    margin-top: clamp(18.4888888889px, 1.81vw, 26px);
    font-size: clamp(9.9555555556px, 0.97vw, 14px);
    line-height: 2;
  }
  footer .area-footer-top a.google-map {
    font-size: clamp(9.9555555556px, 0.97vw, 14px);
    text-decoration: underline;
  }
  footer .area-footer-top a.google-map:hover {
    text-decoration: none;
  }
  footer .area-footer-top nav.footer-nav {
    margin-top: clamp(11.3777777778px, 1.11vw, 16px);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto clamp(44.8px, 4.38vw, 63px) auto;
    grid-template-columns: auto auto;
    gap: clamp(44.8px, 4.38vw, 63px);
    margin-right: clamp(238.2222222222px, 23.26vw, 335px);
  }
  footer .area-footer-top nav.footer-nav ul {
    display: -ms-grid;
    display: grid;
    gap: clamp(17.7777777778px, 1.74vw, 25px);
  }
  footer .area-footer-top nav.footer-nav ul li {
    font-size: clamp(9.9555555556px, 0.97vw, 14px);
  }
  footer .area-footer-top nav.footer-nav ul li a {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  footer .area-footer-top nav.footer-nav ul li a:hover {
    color: var(--color-main);
  }
  footer .area-footer-bottom {
    margin-top: clamp(99.5555555556px, 9.72vw, 140px);
    padding-top: clamp(28.4444444444px, 2.78vw, 40px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .area-footer-bottom .link-sns a {
    display: block;
    margin-right: clamp(10.6666666667px, 1.04vw, 15px);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  footer .area-footer-bottom .link-sns a:hover {
    opacity: 0.7;
  }
  footer .area-footer-bottom img.insta {
    width: auto;
    height: clamp(14.2222222222px, 1.39vw, 20px);
    vertical-align: middle;
  }
  footer .area-footer-bottom img.note {
    width: auto;
    height: clamp(7.8222222222px, 0.76vw, 11px);
    vertical-align: middle;
  }
  footer .area-footer-bottom small {
    margin-top: 0;
    font-size: clamp(7.1111111111px, 0.69vw, 10px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  footer .area-footer-top nav.footer-nav {
    margin-right: clamp(106.6666666667px, 10.42vw, 150px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  header .header-logo img {
    width: clamp(163.5555555556px, 15.97vw, 230px);
  }
  header .header-logo span {
    display: none;
  }
  .hstyle-primary span.en {
    font-size: clamp(42.6666666667px, 4.17vw, 60px);
  }
  header nav.pc ul li {
    margin: 0 clamp(10.6666666667px, 1.04vw, 15px);
    letter-spacing: 0.02em;
  }
}
@media screen and (min-width: 768px) and (max-width: 850px) {
  header .header-logo {
    margin-left: clamp(14.2222222222px, 1.39vw, 20px);
  }
}
/*# sourceMappingURL=common.css.map */