@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;700&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  vertical-align: baseline;
  box-sizing: border-box;
}

html,
body {
  -webkit-text-size-adjust: 100%;
  /* Safari対策 */
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

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

* {
  box-sizing: border-box;
}

.oswald {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}

.roboto {
  font-family: 'Roboto', sans-serif;
}

body {
  background: #5db6e7;
  font-size: 16px;
  line-height: 2;
}

.img img {
  display: block;
  width: 100%;
}

.st0 {
  fill: #120111;
}

.st1 {
  fill: #E8420A;
}

.st2 {
  fill: #FFFFFF;
}

.st3 {
  fill: #130212;
}

.st4 {
  fill: #E7420A;
}

#loader {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  height: 100svh;
  text-align: center;
  font-size: 25px;
  color: #00994D;
  z-index: 9999;
  background: #5db6e7;
  vertical-align: middle;
  z-index: 9999;
}
#loader .loading--logo {
  width: 80vw;
  max-width: 440px;
}

#bar {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 300px;
  height: 2px;
  border: 1px solid #efefef;
  padding: 1px;
  margin: auto;
  font-size: 1px;
}

#bar span {
  display: block;
  width: 0px;
  height: 2px;
  background: #00994D;
}

#header--wrapper {
  padding: 24px 16px;
}

#header--wrapper .header--logo {
  width: 180px;
  margin: 0 auto;
}

#header--wrapper .header--logo img {
  display: block;
  width: 100%;
  height: auto;
}

#mainArea {
  /*height:8000px;*/
}

.section {
  position: relative;
  width: auto;
  min-height: 640px;
  position: relative;
}
.section .inner {
  position: relative;
  z-index: 1;
}

.section.bg_white {
  background: #fff;
}
.section figure,
.section p {
  position: relative;
  z-index: 2;
}

.loop_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100vw;
  height: 80px;
  overflow: hidden;
}
.loop_wrap img {
  width: auto;
  height: 100%;
}
.loop_wrap img:first-child {
  animation: loop 80s -40s linear infinite;
}
.loop_wrap img:last-child {
  animation: loop2 80s linear infinite;
}

.tgt {
  -moz-transform-origin: 50%;
  -webkit-transform-origin: 50%;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -70vw 0 0 -70vw;
  height: 140vw;
  width: 140vw;
}

#intro {
  padding: 40px 16px 200px;
}
#intro .paon_01 {
  width: 120px;
  margin: 0 auto;
}
#intro .paon_01 img {
  display: block;
  width: 100%;
  height: auto;
}
#intro .intro--copy {
  margin-top: 40px;
  font-size: 17px;
  line-height: 3;
  font-weight: 700;
  text-align: center;
}
#intro .intro--copy .in-text {
  font-size: 17px;
  color: #fff;
}
#intro .intro--copy + .intro--copy {
  margin-top: 0.8rem;
}

.text {
  font-size: 16px;
  line-height: 1.75;
  text-align: justify;
}

.c--title .in--title {
  font-size: 28px;
  font-weight: 700;
}

#lesson {
  padding: 120px 16px 200px;
}
#lesson .lesson--copy {
  margin-top: 40px;
  font-size: 17px;
  line-height: 2.5;
  font-weight: 700;
  text-align: center;
  position: relative;
}
#lesson .lesson--copy .in-text {
  font-size: 17px;
  line-height: 2.5;
  font-weight: 700;
  display: block;
}
#lesson .lesson--copy + .lesson--copy {
  margin-top: 10rem;
}
#lesson .lesson--copy.paon_04:after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  top: -108px;
  width: 116px;
  height: 138px;
  background: url(../images/paon_04.png) no-repeat left top;
  background-size: cover;
}
#lesson .lesson--copy.usako_01:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: -108px;
  width: 106px;
  height: 157px;
  background: url(../images/usako_01.png) no-repeat left top;
  background-size: cover;
}
#lesson .lesson--container {
  margin-top: 104px;
}
#lesson .lesson--container .l--contents {
  padding: 32px;
  padding-bottom: 75px;
  position: relative;
}
#lesson .lesson--container .l--contents:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5e5a8;
  border-radius: 40px;
}
#lesson .lesson--container .l--contents:nth-of-type(2) .c--title {
  text-align: right;
}
#lesson .lesson--container .l--contents:nth-of-type(2):after {
  background: #ecaea1;
}
#lesson .lesson--container .l--contents:nth-of-type(3):after {
  background: #bbc3dc;
}
#lesson .lesson--container .l--contents:nth-of-type(4):after {
  background: #c0d393;
}
#lesson .lesson--container .l--contents:nth-of-type(4) .c--title {
  text-align: right;
}
#lesson .lesson--container .l--contents .c--title {
  position: relative;
  z-index: 1;
}
#lesson .lesson--container .l--contents .c--title .in--title {
  border-bottom: 3px solid #FFF;
}
#lesson .lesson--container .l--contents .lesson--text {
  font-size: 16px;
  line-height: 2.25;
  margin-top: 32PX;
  text-align: justify;
}
#lesson .lesson--container .l--contents + .l--contents {
  margin-top: 16px;
}
#lesson .lesson--container .gon_02 {
  position: absolute;
  top: -90px;
  right: 0;
  width: 121px;
}
#lesson .lesson--container .paon_02 {
  width: 123px;
  position: absolute;
  top: -70px;
  left: -15px;
}
#lesson .lesson--container .gon_03 {
  position: absolute;
  top: -70px;
  right: 0;
  width: 98px;
}
#lesson .lesson--container .paon_03 {
  width: 126px;
  position: absolute;
  top: -30px;
  left: -15px;
}
#lesson .lesson--container .gon_01 {
  position: absolute;
  bottom: -40px;
  right: 0;
  width: 112px;
}
#lesson .lesson--container .in--text--area {
  position: relative;
  z-index: 1;
}

#teacher {
  padding: 87px 24px 160px;
}
#teacher .teacher--container .teacher + .teacher {
  margin-top: 72px;
}
#teacher .teacher--container .teacher .t-sholder {
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
}
#teacher .teacher--container .teacher .teacher--name {
  font-size: 28px;
  color: #FFF;
  line-height: 1.5;
}
#teacher .teacher--container .teacher .teacher--name .kana {
  font-size: 18px;
}
#teacher .teacher--container .teacher .photo {
  width: 100vw;
  width: calc(100% + 24px);
  margin-top: 40px;
  position: relative;
  z-index: 10;
  clip-path: circle(3.6% at 50% 50%);
}
#teacher .teacher--container .teacher .photo .img {
  transform: translateX(-24px);
}
#teacher .teacher--container .teacher .teacher--infomation {
  position: relative;
  padding-left: 24px;
  padding-bottom: 80px;
}
#teacher .teacher--container .teacher .teacher--infomation:before {
  content: "";
  position: absolute;
  display: block;
  top: -100px;
  right: -24px;
  width: calc(100% + 24px);
  height: calc(100% + 100px);
  background: #FFF;
  border-radius: 40px 0 0 40px;
  z-index: -1;
}
#teacher .teacher--container .teacher .teacher--infomation .info {
  position: relative;
  z-index: 1;
  padding-top: 40px;
}
#teacher .teacher--container .teacher .teacher--infomation .info .info--cate {
  font-size: 20px;
  font-weight: 700;
  color: #6691ab;
  position: relative;
  z-index: 1;
}
#teacher .teacher--container .teacher .teacher--infomation .info .info--cate + .text {
  margin-top: 12px;
}
#teacher .teacher--container .teacher .teacher--infomation .info .teacher--profile {
  background: #8bafc3;
  border-radius: 28px;
  position: relative;
  cursor: pointer;
  transition: all .3s;
}
#teacher .teacher--container .teacher .teacher--infomation .info .teacher--profile .icon {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 14px;
  transition: all .5s;
  transform-origin: center;
}
#teacher .teacher--container .teacher .teacher--infomation .info .teacher--profile .icon:before, #teacher .teacher--container .teacher .teacher--infomation .info .teacher--profile .icon:after {
  content: "";
  position: absolute;
  display: block;
  top: 26px;
  right: 0;
  width: 24px;
  height: 4px;
  border-radius: 15px;
  background: #FFF;
  transform: rotate(0);
  transition: all .3s;
}
#teacher .teacher--container .teacher .teacher--infomation .info .teacher--profile .icon:after {
  transform: rotate(90deg);
}
#teacher .teacher--container .teacher .teacher--infomation .info .teacher--profile .card--name {
  color: #FFF;
  font-size: 20px;
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  padding: 0 14px 0 24px;
}
#teacher .teacher--container .teacher .teacher--infomation .info .teacher--profile .in--box {
  display: none;
  padding: 0 22px 40px;
}
#teacher .teacher--container .teacher .teacher--infomation .info .teacher--profile .in--box .text {
  line-height: 1.75;
  color: #FFF;
  font-weight: 500;
}
#teacher .teacher--container .teacher .teacher--infomation .info .teacher--profile + .teacher--profile {
  margin-top: 24px;
}
#teacher .teacher--container .teacher .teacher--infomation .info .teacher--profile.open .icon:after {
  transform: rotate(0);
}
#teacher .teacher--container .teacher.t2 .photo {
  overflow: hidden;
  transform: translateX(0);
}
#teacher .teacher--container .teacher.t2 .photo .img {
  transform: translateX(0);
}
#teacher .teacher--container .teacher.t2 .teacher--infomation {
  padding-left: 0;
  padding-right: 24px;
}
#teacher .teacher--container .teacher.t2 .teacher--infomation:before {
  right: 0;
  border-radius: 0 40px 40px 0;
}
#teacher .teacher--container .teacher.t2 .teacher--infomation .info .info--cate {
  color: #ce99c9;
}
#teacher .teacher--container .teacher.t2 .teacher--infomation .info .teacher--profile {
  background: #ce99c9;
}

#price {
  padding: 80px 16px 80px;
  overflow: hidden;
}
#price .price-list-wrap {
  position: relative;
}
#price .price-list .price-cate {
  background: #6fba2c;
  border-radius: 45px;
  color: #FFF;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  height: 40px;
  width: fit-content;
  margin-top: 40px;
}
#price .price-list .price-cate + .price-item {
  margin-top: 12px;
}
#price .price-list .price-item {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 0 24px;
  width: fit-content;
  min-width: 250px;
}
#price .price-list .price-item .price-dataile {
  display: flex;
  align-items: center;
  width: 120px;
  gap: 18px;
}
#price .price-list .price-item .price-dataile .in-price {
  font-size: 20px;
  font-weight: 700;
}
#price .price-list .price-item .price {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
}
#price .gon_03_02 {
  position: absolute;
  bottom: 0;
  right: -60px;
  width: 160px;
  z-index: 2;
}

#access {
  padding: 80px 16px 200px;
}
#access .c--title .in--title {
  color: #FFF;
}
#access .map_space {
  width: 100%;
  height: 366px;
  margin: 40px 0 0;
  border-radius: 40px;
  overflow: hidden;
  transform: translateY(0px);
}
#access .map_space iframe {
  width: 100% !important;
  height: 369px !important;
}
#access .text {
  color: #FFF;
  margin-top: 40px;
}
#access .text + .text {
  margin-top: 24px;
}

#contact {
  padding: 80px 16px 200px;
}
#contact .c--title--svg {
  width: 80vw;
  max-width: 370px;
  margin: auto;
}

.contact-container {
  width: 100%;
  max-width: 370px;
  margin: auto;
  background: #5db6e7;
  padding: 32px 24px 40px;
  border-radius: 40px;
  margin-top: 40px;
}
.contact-container .c--title .in--title {
  color: #FFF;
}
.contact-container .tel {
  font-size: 58px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.05rem;
  color: #FFF;
  line-height: 1;
  margin-top: 40px;
  text-decoration: none;
}
.contact-container .tel::before {
  content: "";
  margin: auto;
  display: block;
  background: url(../images/icon_phone.png) no-repeat left top;
  background-size: cover;
  width: 36px;
  height: 33px;
}
.contact-container .tel a {
  color: #FFF;
  text-decoration: none;
}
.contact-container .mail {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 40px;
}
.contact-container .mail a {
  font-size: 27px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.05rem;
  color: #FFF;
  text-decoration: none;
  line-height: 1;
}
.contact-container .mail::before {
  content: "";
  margin: auto;
  display: block;
  background: url(../images/icon_mail.png) no-repeat left top;
  background-size: cover;
  width: 32px;
  height: 22px;
}
.contact-container .paon_01_conttact {
  width: calc(178px * 0.65);
  position: absolute;
  right: 0;
  top: -20px;
}

#footer {
  padding: 20px 16px;
}
#footer .copyright {
  font-size: 12px;
  color: #FFF;
  text-align: right;
}

.menu-btn {
  width: 48px;
  height: 48px;
  background: #0084bc;
  border-radius: 100%;
  position: fixed;
  top: 10px;
  right: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 4px;
  z-index: 100;
}
.menu-btn .bar {
  width: 24px;
  height: 4px;
  border-radius: 15px;
  background: #FFF;
}
.menu-btn .bar:nth-of-type(1) {
  transform: translateY(0) rotate(0);
}
.menu-btn .bar:nth-of-type(3) {
  transform: translateY(0) rotate(0);
}

.navi {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: #FFF;
  z-index: 10;
  padding: 0 24px;
  padding-bottom: 40px;
  transform: translateY(-110vh);
  transition: all .3s;
}
.navi .n-header {
  padding: 24px 16px 8px;
}
.navi .n-header .header--logo {
  width: calc(180px * 0.8);
  margin: 0 auto;
}
.navi .n-header .header--logo img {
  display: block;
  width: 100%;
  height: auto;
}
.navi .navi-list {
  display: flex;
  flex-direction: column;
}
.navi .navi-list .list .item {
  display: flex;
  width: 100%;
  height: 40px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #0084bc;
  font-size: 18px;
  font-weight: 700;
}
.navi .contact-container {
  padding: 16px 24px 0px;
  padding-bottom: 60px;
  margin-top: 16px;
}
.navi .contact-container .tel {
  font-size: 48px;
  margin-top: 8px;
}
.navi .contact-container .tel:before {
  width: calc(36px * 0.8);
  height: calc(33px * 0.8);
}
.navi .contact-container .mail {
  gap: 4px;
  margin-top: 24px;
}
.navi .contact-container .mail:before {
  width: calc(32px * 0.8);
  height: calc(22px * 0.8);
}
.navi .item-deco {
  display: flex;
  width: calc(260px * 0.8);
  margin: auto;
  transform: translateY(calc((76px * 0.4) * -1));
}
.navi .c--title {
  text-align: center;
}
.navi .c--title .in--title {
  font-size: 20px;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

#pc .contact-container p.tel {
  display: flex;
}
#pc .contact-container a.tel {
  display: none;
}

#sp .contact-container p.tel {
  display: none;
}
#sp .contact-container a.tel {
  display: flex;
}

#pc .navi .contact-container a.tel,
#pc .navi .contact-container p.tel,
#sp .navi .contact-container a.tel,
#sp .navi .contact-container p.tel {
  display: flex;
}

@media screen and (max-width: 375px) {
  #intro .intro--copy .in-text {
    font-size: 16px;
  }

  #lesson .lesson--copy {
    font-size: 16px;
  }
  #lesson .lesson--container .l--contents .c--title .in--title {
    font-size: 26px;
  }

  .contact-container .tel {
    font-size: 54px;
    letter-spacing: -0.01rem;
  }
}
@media screen and (min-width: 390px) {
  .navi {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: #FFF;
    z-index: 10;
    padding: 0 24px;
    padding-bottom: 40px;
    transform: translateY(calc((110vh + 100px) * -1));
    transition: all .3s;
  }
  .navi .n-header {
    padding: 24px 16px;
  }
  .navi .n-header .header--logo {
    width: 180px;
    margin: 0 auto;
  }
  .navi .n-header .header--logo img {
    display: block;
    width: 100%;
    height: auto;
  }
  .navi .navi-list {
    display: flex;
    flex-direction: column;
  }
  .navi .navi-list .list .item {
    display: flex;
    width: 100%;
    height: 48px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #0084bc;
    font-size: 20px;
    font-weight: 700;
  }
  .navi .contact-container {
    padding: 16px 24px 40px;
    padding-bottom: 90px;
    margin-top: 16px;
  }
  .navi .contact-container .tel {
    font-size: 48px;
    margin-top: 8px;
  }
  .navi .contact-container .tel:before {
    width: calc(36px * 0.8);
    height: calc(33px * 0.8);
  }
  .navi .contact-container .mail {
    gap: 4px;
    margin-top: 24px;
  }
  .navi .contact-container .mail:before {
    width: calc(32px * 0.8);
    height: calc(22px * 0.8);
  }
  .navi .item-deco {
    display: flex;
    width: 260px;
    margin: auto;
    transform: translateY(-76px);
  }
  .navi .c--title {
    text-align: center;
  }
  .navi .c--title .in--title {
    font-size: 20px;
  }
}
@media screen and (min-width: 390px) and (max-height: 500px) {
  .navi {
    transform: translateY(calc((210vh + 90px) * -1));
    overflow: scroll;
  }
  .navi .navi-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0px;
  }
  .navi .navi-list .list {
    width: 50%;
  }

  .tgt {
    margin: -45vw 0 0 -45vw;
    height: 90vw;
    width: 90vw;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  .menu-btn {
    display: none;
  }

  #header--wrapper {
    padding: 183px 16px 100px;
  }
  #header--wrapper .header--logo {
    width: 440px;
  }

  #intro {
    padding: 0 16px 200px;
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: auto;
  }
  #intro .gon_01_top {
    position: absolute;
    width: 165px;
    margin: 0;
    left: 0;
    top: calc(40% - 108px);
  }
  #intro .usako_01_pc {
    position: absolute;
    width: 185px;
    margin: 0;
    right: 0;
    bottom: calc(10% - 108px);
  }
  #intro .paon_01 {
    width: 177px;
    position: absolute;
    margin: 0;
    right: 0;
    top: -203px;
  }
  #intro .paon_01 img {
    display: block;
    width: 100%;
    height: auto;
  }
  #intro .intro--copy {
    margin-top: 0;
    font-size: 18px;
    line-height: 3;
    font-weight: 700;
    text-align: center;
    color: #fff;
  }
  #intro .intro--copy .in-text {
    font-size: 18px;
  }
  #intro .intro--copy + .intro--copy {
    margin-top: 0.8rem;
  }

  #lesson {
    padding: 120px 16px 240px;
  }
  #lesson .lesson--copy {
    margin-top: 0;
  }
  #lesson .lesson--copy .in-text {
    font-size: 18px;
    line-height: 90px;
  }
  #lesson .lesson--copy + .lesson--copy {
    margin-top: 0;
  }
  #lesson .lesson--copy.usako_01:after, #lesson .lesson--copy.paon_04:after {
    display: none;
  }
  #lesson .lesson--container {
    margin: auto;
    margin-top: 144px;
    display: flex;
    flex-wrap: wrap;
    max-width: 1120px;
  }
  #lesson .lesson--container .l--contents {
    padding: 54px 64px 40px;
    padding: 54px 32px 40px;
    padding-bottom: 75px;
    width: 50%;
  }
  #lesson .lesson--container .l--contents:after {
    border-radius: 64px 0 0 0;
  }
  #lesson .lesson--container .l--contents + .l--contents {
    margin-top: 0;
  }
  #lesson .lesson--container .l--contents:nth-of-type(2):after {
    border-radius: 0 64px 0 0;
  }
  #lesson .lesson--container .l--contents:nth-of-type(2) .c--title {
    text-align: left;
  }
  #lesson .lesson--container .l--contents:nth-of-type(3):after {
    border-radius: 0 0 0 64px;
  }
  #lesson .lesson--container .l--contents:nth-of-type(4):after {
    border-radius: 0 0 64px 0;
  }
  #lesson .lesson--container .l--contents:nth-of-type(4) .c--title {
    text-align: left;
  }
  #lesson .lesson--container .l--contents .gon_02 {
    top: -90px;
    right: 0;
    width: calc(182px * 0.65);
  }
  #lesson .lesson--container .l--contents .paon_02 {
    width: calc(184px * 0.65);
    top: -70px;
    left: initial;
    right: -14px;
  }
  #lesson .lesson--container .l--contents .gon_03 {
    position: absolute;
    top: -70px;
    right: 36px;
    width: calc(187px * 0.65);
  }
  #lesson .lesson--container .l--contents .paon_03 {
    width: calc(147px * 0.65);
    top: -72px;
    left: initial;
    right: 14px;
  }
  #lesson .lesson--container .l--contents .gon_01 {
    display: none;
  }
  #lesson .lesson--container .l--contents .lesson--text {
    font-size: 18px;
  }

  #teacher {
    width: 100%;
    max-width: 1168px;
    margin: auto;
    padding: 120px 24px 160px;
  }
  #teacher .teacher--container {
    display: flex;
    gap: 38px;
    padding: 0 0;
  }
  #teacher .teacher--container .teacher {
    width: 100%;
  }
  #teacher .teacher--container .teacher + .teacher {
    margin-top: 0;
  }
  #teacher .teacher--container .teacher .photo {
    width: calc(100% - 80px);
    transform: translateX(0);
    margin-top: 40px;
    position: relative;
    z-index: 5;
  }
  #teacher .teacher--container .teacher .photo .img {
    transform: translateX(0);
  }
  #teacher .teacher--container .teacher .teacher--infomation {
    position: relative;
    padding-left: 0;
    padding-bottom: 80px;
  }
  #teacher .teacher--container .teacher .teacher--infomation:before {
    display: none;
  }
  #teacher .teacher--container .teacher.t2 .teacher--infomation {
    padding-right: 0;
  }
  #teacher .teacher--container .teacher.t2 .photo {
    transform: translateX(0);
  }
  #teacher .teacher--container .teacher.t2 .photo .img {
    transform: translateX(0);
  }
  #teacher .teacher--container .teacher .teacher--infomation .info {
    position: relative;
    padding: 80px 24px 80px;
    width: calc(100% - 80px);
    transform: translateX(80px);
    width: calc(100% - 48px);
    transform: translateX(48px);
  }
  #teacher .teacher--container .teacher .teacher--infomation .info:nth-of-type(1) {
    padding-top: 20px;
    position: relative;
    z-index: 3;
    min-height: 226px;
  }
  #teacher .teacher--container .teacher .teacher--infomation .info:nth-of-type(1):before {
    height: calc(100% + 80px);
    top: -110px;
  }
  #teacher .teacher--container .teacher .teacher--infomation .info:nth-of-type(2) {
    position: relative;
    z-index: 2;
    transform: translateX(0);
    padding-top: 50px;
  }
  #teacher .teacher--container .teacher .teacher--infomation .info:nth-of-type(3) {
    position: relative;
    z-index: 1;
    padding-bottom: 60px;
  }
  #teacher .teacher--container .teacher .teacher--infomation .info:before {
    content: "";
    position: absolute;
    display: block;
    top: -80px;
    left: 0;
    background: #FFF;
    width: 100%;
    height: calc(100% + 80px);
    border-radius: 64px;
  }
  #teacher .teacher--container .teacher .teacher--infomation .info + .info {
    margin-top: -80px;
  }
  #teacher .paon_gon_01 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 336px;
  }

  #price .c--title {
    text-align: center;
  }
  #price .price-list-wrap {
    display: flex;
    gap: 24px;
    justify-content: center;
    width: 100%;
    max-width: 1168px;
    margin: auto;
    margin-top: 72px;
    width: 100%;
    position: relative;
  }
  #price .price-list-wrap .price-list {
    width: 100%;
    border-radius: 32px;
    overflow: hidden;
    border: 2px solid #6fba2c;
    background: #feffee;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
  }
  #price .price-list-wrap .price-list .price-cate {
    border-radius: 0;
    font-size: 20px;
    padding: 0 16px;
    height: 64px;
    width: 100%;
    margin-top: 0;
  }
  #price .price-list-wrap .price-list .price-cate + .price-item {
    margin-top: 12px;
  }
  #price .price-list-wrap .price-list .price-item {
    gap: 16px;
    padding: 0;
    min-width: 200px;
  }
  #price .price-list-wrap .price-list .price-dataile {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 0px;
  }
  #price .price-list-wrap .price-list .price-dataile .in-price {
    font-size: 20px;
  }
  #price .price-list-wrap .price-list .price {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
    min-width: 90px;
  }
  #price .gon_03_02 {
    position: absolute;
    bottom: 0;
    right: -50px;
    width: calc(160px * 0.8);
    z-index: 2;
  }

  #access {
    width: 100%;
    max-width: 1168px;
    margin: auto;
    padding: 120px 24px 160px;
  }
  #access .accrss--wrap {
    display: flex;
    width: 100%;
    gap: 0px;
  }
  #access .accrss--wrap .map_space {
    width: 560px;
    width: 50%;
    max-width: 560px;
    height: 480px;
    height: 50vw;
    transform: translateY(-84px);
    order: 2;
  }
  #access .accrss--wrap .map_space iframe {
    width: 100% !important;
    height: 480px !important;
    height: 50vw !important;
  }
  #access .accrss--wrap .access--info {
    width: 50%;
    order: 1;
  }
  #access .text {
    font-size: 18px;
  }

  #contact {
    padding: 120px 24px 240px;
  }
  #contact .c--title .in--title {
    font-size: 25px;
  }
  #contact .contact-container {
    width: 100%;
    max-width: 1120px;
    margin: auto;
    margin-top: 64px;
    padding: 40px 24px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    position: relative;
  }
  #contact .contact-container .tel {
    font-size: 56px;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.05rem;
    color: #FFF;
    line-height: 1;
    margin-top: 0;
    width: fit-content;
  }
  #contact .contact-container .tel:before {
    transform: translateY(4px);
  }
  #contact .contact-container .mail {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-top: 0;
  }
  #contact .contact-container .mail:before {
    transform: translateY(4px);
  }
  #contact .contact-container .mail a {
    font-size: 40px;
    letter-spacing: 0;
  }
  #contact .contact-container .paon_01_conttact {
    width: calc(178px * 0.65);
    position: absolute;
    right: 0;
    top: initial;
    bottom: -80px;
  }

  #footer {
    padding: 40px 16px 20px;
  }
  #footer .copyright {
    font-size: 12px;
    color: #FFF;
    text-align: center;
  }
}
@media screen and (min-width: 800px) {
  .c--title .in--title {
    font-size: 28px;
  }

  #lesson .lesson--container .l--contents {
    padding: 54px 64px 40px;
  }

  #lesson .lesson--container .l--contents .gon_02 {
    top: -90px;
    right: 0;
  }

  #lesson .lesson--container .l--contents .paon_02 {
    top: -70px;
    left: initial;
    right: -14px;
  }

  #lesson .lesson--container .l--contents .gon_03 {
    position: absolute;
    top: -70px;
    right: 36px;
  }

  #lesson .lesson--container .l--contents .paon_03 {
    top: -72px;
    left: initial;
    right: 14px;
  }

  #teacher .teacher--container .teacher .teacher--infomation .info .teacher--profile:hover .icon:before {
    transform: rotate(360deg);
  }
  #teacher .teacher--container .teacher .teacher--infomation .info .teacher--profile:hover .icon:after {
    transform: rotate(270deg);
  }
}
@media screen and (min-width: 860px) {
  #intro {
    max-width: 1160px;
  }
  #intro .intro--copy .in-text {
    font-size: 28px;
  }

  #lesson .lesson--copy {
    line-height: 120px;
  }
  #lesson .lesson--copy .in-text {
    font-size: 28px;
  }

  #teacher .teacher--container .teacher .teacher--infomation .info {
    padding: 80px 40px 80px;
    width: calc(100% - 80px);
    transform: translateX(80px);
  }
  #teacher .teacher--container .teacher .teacher--infomation .info:nth-of-type(1) {
    padding-top: 40px;
    min-height: 260px;
  }
  #teacher .teacher--container .teacher .teacher--infomation .info:nth-of-type(2) {
    padding-top: 50px;
  }
  #teacher .teacher--container .teacher .teacher--infomation .info .info--cate {
    font-size: 24px;
  }
  #teacher .teacher--container .teacher .teacher--infomation .info .text {
    font-size: 18px;
    line-height: 2.2;
  }
  #teacher .teacher--container .teacher .teacher--infomation .info .teacher--profile .card--name {
    font-size: 24px;
  }

  #price {
    padding: 120px 24px 240px;
  }
  #price .c--title {
    text-align: center;
  }
  #price .price-list-wrap {
    display: flex;
    gap: 40px;
    justify-content: center;
    width: 100%;
    max-width: 1168px;
    margin: auto;
    margin-top: 72px;
    width: 100%;
    position: relative;
  }
  #price .price-list-wrap .price-list {
    width: 100%;
    border-radius: 32px;
    overflow: hidden;
    border: 4px solid #6fba2c;
    background: #feffee;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
  }
  #price .price-list-wrap .price-list .price-cate {
    border-radius: 0;
    font-size: 28px;
    padding: 0 16px;
    height: 80px;
    width: 100%;
    margin-top: 0;
  }
  #price .price-list-wrap .price-list .price-cate + .price-item {
    margin-top: 24px;
  }
  #price .price-list-wrap .price-list .price-item {
    gap: 40px;
    padding: 0;
  }
  #price .price-list-wrap .price-list .price-dataile {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 18px;
  }
  #price .price-list-wrap .price-list .price-dataile .in-price {
    font-size: 28px;
  }
  #price .price-list-wrap .price-list .price {
    font-size: 28px;
    font-weight: 700;
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
    min-width: 106px;
  }
  #price .gon_03_02 {
    position: absolute;
    bottom: 0;
    right: -60px;
    width: calc(160px * 0.8);
    z-index: 2;
  }

  #access .accrss--wrap .map_space {
    height: 480px;
  }
  #access .accrss--wrap .map_space iframe {
    height: 480px !important;
  }
}
@media screen and (min-width: 960px) {
  .c--title .in--title {
    font-size: 32px;
  }

  #lesson .lesson--container .l--contents .gon_02 {
    top: -90px;
    right: 0;
    width: 182px;
  }

  #lesson .lesson--container .l--contents .paon_02 {
    width: 184px;
    top: -70px;
    left: initial;
    right: -14px;
  }

  #lesson .lesson--container .l--contents .gon_03 {
    position: absolute;
    top: -70px;
    right: 36px;
    width: 187px;
  }

  #lesson .lesson--container .l--contents .paon_03 {
    width: 147px;
    top: -72px;
    left: initial;
    right: 14px;
  }

  #teacher .teacher--container {
    display: flex;
    gap: 38px;
  }

  #price .price-list-wrap {
    display: flex;
    gap: 40px;
    justify-content: center;
    width: 100%;
    max-width: 1120px;
    margin: auto;
    padding: 0;
    margin-top: 72px;
    width: 100%;
    flex-direction: row;
  }
  #price .gon_03_02 {
    right: -118px;
    bottom: -34px;
    width: 187px;
  }

  #contact .contact-container .paon_01_conttact {
    width: 178px;
    right: 89px;
    bottom: -40px;
  }
}
@media screen and (min-width: 1028px) {
  .loop_wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    width: 100vw;
    height: 80px;
    overflow: hidden;
    margin: 0 calc(50% - 50vw);
  }
  .loop_wrap img {
    width: auto;
    height: 100%;
  }

  .tgt {
    -moz-transform-origin: 50%;
    -webkit-transform-origin: 50%;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -50vw 0 0 -50vw;
    height: 100vw;
    width: 100vw;
  }
}
@media screen and (min-width: 1160px) {
  #teacher .teacher--container .teacher .teacher--infomation .info .text.t-c {
    letter-spacing: -0.04rem;
  }
}
.l--contents:after {
  transform: scale(0, 0);
}
.l--contents.start:after {
  animation: ballon .5s ease-in-out 0.2s forwards;
}

@media screen and (min-width: 768px) {
  .lesson--container .l--contents:after {
    transform: scale(1, 1);
  }
  .lesson--container .l--contents:nth-of-type(1):after {
    clip-path: circle(0% at 100% 100%);
  }
  .lesson--container .l--contents:nth-of-type(2):after {
    clip-path: circle(0% at 0% 100%);
  }
  .lesson--container .l--contents:nth-of-type(3):after {
    clip-path: circle(0% at 100% 0%);
  }
  .lesson--container .l--contents:nth-of-type(4):after {
    clip-path: circle(0% at 0% 0%);
  }
  .lesson--container.start .l--contents:nth-of-type(1):after {
    animation: playanime1 .5s ease-in-out .5s forwards;
  }
  .lesson--container.start .l--contents:nth-of-type(2):after {
    animation: playanime2 .5s ease-in-out .5s forwards;
  }
  .lesson--container.start .l--contents:nth-of-type(3):after {
    animation: playanime3 .5s ease-in-out .5s forwards;
  }
  .lesson--container.start .l--contents:nth-of-type(4):after {
    animation: playanime4 .5s ease-in-out .5s forwards;
  }
}
#teacher .teacher--container .teacher .photo {
  clip-path: circle(0% at 50% 50%);
  z-index: 10;
}
#teacher .teacher--container .teacher .photo.start {
  animation: potoanime .3s ease-in-out .5s forwards;
}

@media screen and (min-width: 768px) {
  #teacher .teacher--container .teacher .photo {
    clip-path: circle(0% at 50% 0%);
    z-index: 10;
  }
  #teacher .teacher--container .teacher .photo.start {
    animation: potoanime .5s ease-in-out .5s forwards;
  }
}
.teacher--infomation {
  transform: translateX(-100vw);
}
.teacher--infomation.start {
  animation: slideIn .3s ease-in-out 0.2s forwards;
}

#teacher .teacher--container .teacher .teacher--infomation.start .info {
  opacity: 0;
  transform: translateY(-20px);
}
#teacher .teacher--container .teacher .teacher--infomation.start .info.start {
  animation: purunOpacity .2s ease-in-out 0.1s forwards;
}

@media screen and (min-width: 768px) {
  .teacher--infomation {
    transform: translateX(0);
    opacity: 0;
  }
  .teacher--infomation.start {
    animation: fadeIn .2s ease-in-out 0.1s forwards;
  }

  #teacher .teacher--container .teacher .teacher--infomation.start .info:nth-of-type(1) {
    transform: translateX(48px);
  }
  #teacher .teacher--container .teacher .teacher--infomation.start .info:nth-of-type(2) {
    transform: translateX(0);
  }
  #teacher .teacher--container .teacher .teacher--infomation.start .info:nth-of-type(3) {
    transform: translateX(48px);
  }
  #teacher .teacher--container .teacher .teacher--infomation.start .info.start {
    animation: fadeIn .2s ease-in-out 0.1s forwards;
  }
}
@media screen and (min-width: 860px) {
  #teacher .teacher--container .teacher .teacher--infomation.start .info:nth-of-type(1) {
    transform: translateX(80px);
  }
  #teacher .teacher--container .teacher .teacher--infomation.start .info:nth-of-type(2) {
    transform: translateX(0);
  }
  #teacher .teacher--container .teacher .teacher--infomation.start .info:nth-of-type(3) {
    transform: translateX(80px);
  }
}
.l--contents .in--text--area,
.intro--copy,
.this_anime {
  opacity: 0;
  transform: translateY(20px);
}
.l--contents .in--text--area.start,
.intro--copy.start,
.this_anime.start {
  animation: purunOpacity .2s ease-in-out 0.1s forwards;
}

.menu-open .navi {
  transform: translateY(0);
}
.menu-open .menu-btn .bar:nth-of-type(1) {
  transform: translateY(0) rotate(0);
  animation: menu1 .5s ease-in-out 0.2s forwards;
}
.menu-open .menu-btn .bar:nth-of-type(2) {
  animation: menu2 .5s ease-in-out 0.2s forwards;
}
.menu-open .menu-btn .bar:nth-of-type(3) {
  transform: translateY(0) rotate(0);
  animation: menu3 .5s ease-in-out 0.2s forwards;
}

.menu-close .menu-btn .bar:nth-of-type(1) {
  transform: translateY(8px) rotate(45deg);
  animation: re-menu1 .5s ease-in-out 0.2s forwards;
}
.menu-close .menu-btn .bar:nth-of-type(2) {
  opacity: 0;
  animation: re-menu2 .5s ease-in-out 0.2s forwards;
}
.menu-close .menu-btn .bar:nth-of-type(3) {
  transform: translateY(-8px) rotate(-45deg);
  animation: re-menu3 .5s ease-in-out 0.2s forwards;
}

.chishima.start {
  animation: purun 0.2s linear 0s 1;
}

.chishima-bottom.start {
  animation: purun 0.2s linear 0.4s 1;
}

.loading--logo.start {
  animation: purun2 0.07s linear 0.2s 1;
}

svg:not(:root) {
  overflow-clip-margin: content-box;
  overflow: visible !important;
}

.character {
  transform: scale(0, 0);
  z-index: 10;
}
.character.start {
  animation: ballon .5s ease-in-out 0.2s forwards;
}

.character-after:after {
  transform: scale(0, 0);
  z-index: 10;
}
.character-after.start:after {
  animation: ballon .5s ease-in-out 0.2s forwards;
}

@keyframes menu1 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(8px) rotate(0);
  }
  100% {
    transform: translateY(8px) rotate(45deg);
  }
}
@keyframes re-menu1 {
  0% {
    transform: translateY(8px) rotate(45deg);
  }
  50% {
    transform: translateY(8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes re-menu2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes menu3 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(-8px) rotate(-45deg);
  }
}
@keyframes re-menu3 {
  0% {
    transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes purunOpacity {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes purunOpacity2 {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 0;
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
    opacity: 1;
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
    opacity: 1;
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
    opacity: 1;
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes purun {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(0px);
  }
  70% {
    transform: translateY(-10px);
  }
  80% {
    transform: translateY(0px);
  }
  90% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes purun2 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes purun3 {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  10% {
    transform: scale(1, 1) translate(10%, 0%) skew(-10deg, 0deg);
  }
  60% {
    transform: scale(1, 1) translate(20%, 0%) skew(-20deg, 0deg);
  }
  70% {
    transform: scale(1, 1) translate(-15%, 0%) skew(15deg, 0deg);
  }
  80% {
    transform: scale(1, 1) translate(15%, 0%) skew(-15deg, 0deg);
  }
  80% {
    transform: scale(1, 1) translate(5%, 0%) skew(-5deg, 0deg);
  }
  90% {
    transform: scale(1, 1) translate(-5%, 0%) skew(5deg, 0deg);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes purun4 {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  40% {
    transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  50% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  60% {
    transform: scale(0.95, 1.05) translate(0%, -3%);
  }
  70% {
    transform: scale(1.05, 0.95) translate(0%, 3%);
  }
  80% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes purun5 {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes purun6 {
  0%,12.5%,18.75%,25%,37.5%,50%,62.5%,75%,87.5%,100% {
    transform: translatey(0px);
  }
  3.125%,15.625%,21.875%,28.125%,40.625%,65.625%,78.125% {
    transform: translatey(-20px);
  }
}
@keyframes potoanime {
  0% {
    clip-path: circle(0% at 50% 50%);
  }
  100% {
    clip-path: circle(75% at 50% 50%);
  }
}
@keyframes playanime1 {
  0% {
    clip-path: circle(0% at 100% 100%);
  }
  100% {
    clip-path: circle(75% at 50% 50%);
  }
}
@keyframes playanime2 {
  0% {
    clip-path: circle(0% at 0% 100%);
  }
  100% {
    clip-path: circle(75% at 50% 50%);
  }
}
@keyframes playanime3 {
  0% {
    clip-path: circle(0% at 100% 0%);
  }
  100% {
    clip-path: circle(75% at 50% 50%);
  }
}
@keyframes playanime4 {
  0% {
    clip-path: circle(0% at 0% 0%);
  }
  100% {
    clip-path: circle(75% at 50% 50%);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ballon {
  0% {
    transform: scale(0.4, 0.4);
  }
  40% {
    transform: scale(1.2, 1.2);
  }
  60% {
    transform: scale(1, 1);
  }
  80% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes slideIn {
  0% {
    transform: translateX(-100vw);
  }
  100% {
    transform: translateX(0);
  }
}

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